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-04-10T00:28:15.585Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-7b8597d554-8lfnf with PID 14 (/app/app.jar started by so in /app)
2021-04-10T00:28:15.590Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-04-10T00:28:15.591Z||main|||||INFO|500||The following profiles are active: basic
2021-04-10T00:28:22.500Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-10T00:28:22.500Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-04-10T00:28:22.590Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-10T00:28:24.072Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-10T00:28:24.260Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-10T00:28:24.611Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-10T00:28:24.623Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-10T00:28:24.727Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-04-10T00:28:24.893Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-04-10T00:28:25.274Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-04-10T00:28:25.986Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-10T00:28:28.196Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-10T00:28:28.242Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-04-10T00:28:28.545Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-10T00:28:28.802Z||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-04-10T00:28:30.029Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-10T00:28:30.962Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-04-10T00:28:30.980Z||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$$3e9d4a3a.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-04-10T00:28:30.981Z||main|||||WARN|500||The sdc end point is not alive
2021-04-10T00:28:33.334Z||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-04-10T00:28:35.610Z||main|||||WARN|500||---
2021-04-10T00:28:35.610Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-04-10T00:28:35.611Z||main|||||WARN|500||---
2021-04-10T00:28:36.039Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-10T00:28:39.105Z||main|||||INFO|500||Started Application in 25.572 seconds (JVM running for 26.746)
2021-04-10T00:28:39.106Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-10T00:28:39.107Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-10T00:28:39.121Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-10T00:28:39.181Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-10T00:28:39.222Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 81d589f8-6638-4148-9d52-5585948dad4a url= /sdc/v1/artifactTypes
2021-04-10T00:28:39.255Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-10T00:28:39.528Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-10T00:28:39.545Z||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-04-10T00:28:39.575Z||scheduling-1|||||DEBUG|500||create keys
2021-04-10T00:28:39.582Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-10T00:28:39.613Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:28:39.633Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 434158ad-3c48-4057-b5bb-5370cfd9e425 url= /sdc/v1/registerForDistribution
2021-04-10T00:28:39.795Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 434158ad-3c48-4057-b5bb-5370cfd9e425 url= /sdc/v1/registerForDistribution
2021-04-10T00:28:39.795Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-10T00:28:39.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:28:39.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:28:39.811Z||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-04-10T00:28:39.812Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:28:39.811Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-10T00:28:39.812Z||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-04-10T00:28:39.813Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:28:50.077Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:28:50.122Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:29:39.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:29:39.804Z||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-04-10T00:29:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:29:39.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:29:39.807Z||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-04-10T00:29:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:29:49.351Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:29:49.352Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:30:39.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:30:39.804Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:30:39.804Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:30:39.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:30:39.806Z||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-04-10T00:30:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:30:49.350Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:30:49.350Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:31:39.804Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:31:39.805Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:31:39.810Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:31:39.810Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:31:39.815Z||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-04-10T00:31:39.815Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:31:49.361Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:31:49.362Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:32:39.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:32:39.805Z||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-04-10T00:32:39.805Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:32:39.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:32:39.806Z||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-04-10T00:32:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:32:49.374Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:32:49.383Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:33:39.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:33:39.804Z||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-04-10T00:33:39.805Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:33:39.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:33:39.806Z||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-04-10T00:33:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:33:49.353Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:33:49.356Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:34:39.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:34:39.804Z||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-04-10T00:34:39.805Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:34:39.806Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:34:39.807Z||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-04-10T00:34:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:34:49.351Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:34:49.352Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:35:39.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:35:39.804Z||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-04-10T00:35:39.805Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:35:39.805Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:35:39.807Z||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-04-10T00:35:39.808Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:35:49.346Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:35:49.347Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:36:39.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:36:39.804Z||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-04-10T00:36:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:36:39.805Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:36:39.806Z||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-04-10T00:36:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:36:49.344Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:36:49.346Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:37:39.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:37:39.805Z||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-04-10T00:37:39.806Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:37:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:37:39.806Z||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-04-10T00:37:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:37:49.380Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:37:49.380Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:38:39.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:38:39.804Z||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-04-10T00:38:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:38:39.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:38:39.806Z||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-04-10T00:38:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:38:49.346Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:38:49.347Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:39:02.375Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-10T00:39:39.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:39:39.804Z||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-04-10T00:39:39.805Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:39:39.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:39:39.806Z||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-04-10T00:39:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:39:49.350Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:39:49.352Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:40:39.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:40:39.804Z||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-04-10T00:40:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:40:39.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:40:39.806Z||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-04-10T00:40:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:40:49.345Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:40:49.347Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:41:39.804Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:41:39.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:41:39.806Z||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-04-10T00:41:39.806Z||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-04-10T00:41:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:41:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:41:49.354Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:41:49.354Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:42:39.803Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:42:39.805Z||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-04-10T00:42:39.805Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:42:39.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:42:39.806Z||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-04-10T00:42:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:42:49.350Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:42:49.379Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:43:39.803Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:43:39.804Z||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-04-10T00:43:39.805Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:43:39.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:43:39.806Z||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-04-10T00:43:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:43:49.349Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:43:49.349Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:44:39.803Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:44:39.804Z||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-04-10T00:44:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:44:39.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:44:39.806Z||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-04-10T00:44:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:44:49.346Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:44:49.349Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:45:39.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:45:39.805Z||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-04-10T00:45:39.805Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:45:39.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:45:39.806Z||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-04-10T00:45:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:45:49.353Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:45:49.354Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:46:39.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:46:39.805Z||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-04-10T00:46:39.805Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:46:39.806Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:46:39.807Z||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-04-10T00:46:39.808Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:46:49.349Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:46:49.349Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:47:39.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:47:39.804Z||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-04-10T00:47:39.805Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:47:39.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:47:39.807Z||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-04-10T00:47:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:47:49.348Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:47:49.349Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:48:39.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:48:39.804Z||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-04-10T00:48:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:48:39.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:48:39.807Z||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-04-10T00:48:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:48:49.344Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:48:49.344Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:49:39.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:49:39.804Z||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-04-10T00:49:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:49:39.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:49:39.806Z||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-04-10T00:49:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:49:49.369Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:49:49.378Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:50:39.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:50:39.804Z||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-04-10T00:50:39.805Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:50:39.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:50:39.806Z||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-04-10T00:50:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:50:49.349Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:50:49.354Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:51:39.803Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:51:39.804Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:51:39.804Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:51:39.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:51:39.806Z||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-04-10T00:51:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:51:49.352Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:51:49.354Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:52:39.804Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:52:39.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:52:39.807Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:52:39.807Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:52:39.807Z||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-04-10T00:52:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:52:49.350Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:52:49.350Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:53:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:53:39.804Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:53:39.805Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:53:39.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:53:39.807Z||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-04-10T00:53:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:53:49.351Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:53:49.352Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:54:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:54:39.804Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:54:39.804Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:54:39.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:54:39.806Z||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-04-10T00:54:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:54:49.347Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:54:49.350Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:55:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:55:39.804Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:55:39.804Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:55:39.805Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:55:39.806Z||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-04-10T00:55:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:55:49.350Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:55:49.358Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:56:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:56:39.804Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:56:39.805Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:56:39.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:56:39.806Z||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-04-10T00:56:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:56:49.342Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:56:49.348Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:57:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:57:39.804Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:57:39.804Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:57:39.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:57:39.806Z||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-04-10T00:57:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:57:49.346Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:57:49.347Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:58:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:58:39.804Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:58:39.805Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:58:39.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:58:39.806Z||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-04-10T00:58:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:58:49.346Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:58:49.347Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:59:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:59:39.804Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:59:39.804Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:59:39.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:59:39.806Z||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-04-10T00:59:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:59:49.352Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T00:59:49.352Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:00:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:00:39.804Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:00:39.805Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:00:39.805Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:00:39.807Z||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-04-10T01:00:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:00:49.350Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:00:49.351Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:01:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:01:39.804Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:01:39.805Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:01:39.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:01:39.806Z||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-04-10T01:01:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:01:49.349Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:01:49.350Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:02:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:02:39.804Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:02:39.805Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:02:39.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:02:39.806Z||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-04-10T01:02:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:02:49.352Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:02:49.353Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:03:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:03:39.804Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:03:39.805Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:03:39.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:03:39.806Z||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-04-10T01:03:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:03:49.347Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:03:49.348Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:04:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:04:39.804Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:04:39.804Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:04:39.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:04:39.806Z||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-04-10T01:04:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:04:49.344Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:04:49.344Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:05:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:05:39.804Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:05:39.805Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:05:39.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:05:39.806Z||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-04-10T01:05:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:05:49.348Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:05:49.348Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:06:39.803Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:06:39.804Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:06:39.804Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:06:39.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:06:39.807Z||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-04-10T01:06:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:06:49.348Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:06:49.348Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:07:39.803Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:07:39.804Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:07:39.805Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:07:39.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:07:39.806Z||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-04-10T01:07:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:07:49.349Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:07:49.350Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:08:39.803Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:08:39.804Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:08:39.805Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:08:39.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:08:39.807Z||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-04-10T01:08:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:08:49.348Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:08:49.348Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:09:39.803Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:09:39.804Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:09:39.804Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:09:39.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:09:39.806Z||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-04-10T01:09:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:09:49.348Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:09:49.349Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:10:39.803Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:10:39.804Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:10:39.804Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:10:39.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:10:39.806Z||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-04-10T01:10:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:10:49.345Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:10:49.346Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:11:39.803Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:11:39.804Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:11:39.804Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:11:39.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:11:39.806Z||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-04-10T01:11:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:11:49.344Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:11:49.347Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:12:39.804Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:12:39.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:12:39.806Z||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-04-10T01:12:39.806Z||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-04-10T01:12:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:12:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:12:49.355Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:12:49.355Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:13:39.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:13:39.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:13:39.805Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:13:39.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:13:39.806Z||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-04-10T01:13:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:13:49.353Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:13:49.354Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:14:39.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:14:39.804Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:14:39.804Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:14:39.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:14:39.806Z||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-04-10T01:14:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:14:49.346Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:14:49.346Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:15:39.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:15:39.804Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:15:39.804Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:15:39.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:15:39.806Z||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-04-10T01:15:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:15:49.345Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:15:49.347Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:16:39.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:16:39.804Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:16:39.805Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:16:39.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:16:39.806Z||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-04-10T01:16:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:16:49.346Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:16:49.348Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:17:39.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:17:39.804Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:17:39.805Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:17:39.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:17:39.806Z||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-04-10T01:17:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:17:49.345Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:17:49.346Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:18:39.803Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:18:39.804Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:18:39.804Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:18:39.806Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:18:39.806Z||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-04-10T01:18:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:18:49.343Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:18:49.344Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:19:39.803Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:19:39.804Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:19:39.804Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:19:39.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:19:39.806Z||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-04-10T01:19:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:19:49.346Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:19:49.347Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:20:39.803Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:20:39.804Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:20:39.804Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:20:39.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:20:39.806Z||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-04-10T01:20:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:20:49.347Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:20:49.351Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:21:39.803Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:21:39.804Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:21:39.804Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:21:39.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:21:39.806Z||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-04-10T01:21:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:21:49.346Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:21:49.349Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:22:39.803Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:22:39.804Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:22:39.804Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:22:39.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:22:39.806Z||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-04-10T01:22:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:22:45.604Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:22:45.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-10T01:22:45.608Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"554bdc79-f0a0-4481-a00d-5eb926586505","serviceName":"vFW 2021-04-10 01-21-00","serviceVersion":"1.0","serviceUUID":"464ce738-6b3f-4d6c-a3ea-a1c59e6e1c8f","serviceDescription":"catalog service description","serviceInvariantUUID":"6b57fc71-f72f-4d82-bdd3-337cb8c49361","resources":[{"resourceInstanceName":"vFW 6dd87c81-f6f4 0","resourceName":"vFW 6dd87c81-f6f4","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"11db4fd6-cea2-4311-88fd-8ec53619abc0","resourceInvariantUUID":"640091dd-6165-42e0-98e8-60e9989b5eac","resourceCustomizationUUID":"5b531328-dd06-40ae-aadd-60196c28b71f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vf-license-model.xml","artifactChecksum":"MTI3NmYzMTJlMGM5OTZjZmY3Y2EyNzhkYjNkMTJhOGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5631a1ee-944f-4a12-aa59-98afc10ee399","artifactVersion":"1"},{"artifactName":"vfw6dd87c81f6f40_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json","artifactChecksum":"OWVlYWM1NjMxNjJmYmMzZWY3NTE2ZmRkMTJkOTk3ZTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b26d1b30-a534-4641-8633-f7a7577ac0c3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fddb9b94-7454-4994-bbbb-16e9d7d0ac9c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vendor-license-model.xml","artifactChecksum":"NjVkY2YwZGYyMjVhMWE1ZDc3ZGFiNjE0YWI0ZWExZWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"70c4243c-4078-454b-b1c3-334d6b588360","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ef1642e1-17da-428b-87e5-66ddc8b8b38b","artifactVersion":"2","generatedFromUUID":"fddb9b94-7454-4994-bbbb-16e9d7d0ac9c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210410012100-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-template.yml","artifactChecksum":"ZThmYWY4OTQ2ZTk3ZDUwNGU1M2M5NzZmN2QxOTg3Mzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2ea6479b-0c8e-4097-82eb-e86c2b86c9a5","artifactVersion":"1"},{"artifactName":"service-Vfw20210410012100-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar","artifactChecksum":"NDk4Y2YzYjhiZjljYzJjZGYwYWNiZTE0NzZlZGRjZDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f0a778fb-16b8-42f5-bbb6-4ade66c2858c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-10T01:22:45.616Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:22:45.622Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:22:45.668Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:22:45.668Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618017759803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:22:45.769Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-04-10T01:22:45.774Z||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-04-10T01:22:45.774Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:22:45.786Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:22:45.787Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:22:45.956Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:22:45.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:22:45.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "ves-openapi-manager",
"timestamp": 1618017764122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:22:45.975Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:22:45.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:22:45.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618017760272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:22:45.976Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:22:45.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:22:45.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "cds",
"timestamp": 1618017763978,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:22:45.976Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:22:45.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:22:45.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "dcae-sch",
"timestamp": 1618017756304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:22:45.976Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:22:45.977Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:22:45.977Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618017759803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:22:45.977Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:22:46.675Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:22:46.676Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:22:46.678Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:22:46.679Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618017759803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
"status": "NOTIFIED"
}
2021-04-10T01:22:46.779Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:22:46.780Z||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-04-10T01:22:46.780Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:22:46.792Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:22:46.793Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:22:47.680Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:22:47.680Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:22:47.682Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:22:47.682Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618017759803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-10T01:22:47.782Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:22:47.783Z||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-04-10T01:22:47.783Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:22:47.794Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:22:47.795Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:22:48.682Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:22:48.684Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:22:48.686Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:22:48.686Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618017759803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:22:48.786Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:22:48.787Z||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-04-10T01:22:48.787Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:22:48.799Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:22:48.799Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-10T01:22:49.686Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:22:49.687Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:22:49.690Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:22:49.690Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618017759803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-10T01:22:49.790Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:22:49.791Z||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-04-10T01:22:49.791Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:22:49.802Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:22:49.803Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-10T01:22:50.690Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:22:50.692Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:22:50.695Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:22:50.695Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618017759803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:22:50.795Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:22:50.796Z||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-04-10T01:22:50.796Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:22:50.811Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:22:50.811Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:22:51.695Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:22:51.696Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:22:51.699Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:22:51.699Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618017759803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T01:22:51.799Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:22:51.800Z||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-04-10T01:22:51.800Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:22:51.812Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:22:51.812Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:22:52.700Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"serviceName": "vFW 2021-04-10 01-21-00",
"serviceVersion": "1.0",
"serviceUUID": "464ce738-6b3f-4d6c-a3ea-a1c59e6e1c8f",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "6b57fc71-f72f-4d82-bdd3-337cb8c49361",
"resources": [
{
"resourceInstanceName": "vFW 6dd87c81-f6f4 0",
"resourceCustomizationUUID": "5b531328-dd06-40ae-aadd-60196c28b71f",
"resourceName": "vFW 6dd87c81-f6f4",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "11db4fd6-cea2-4311-88fd-8ec53619abc0",
"resourceInvariantUUID": "640091dd-6165-42e0-98e8-60e9989b5eac",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw6dd87c81f6f40_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
"artifactChecksum": "OWVlYWM1NjMxNjJmYmMzZWY3NTE2ZmRkMTJkOTk3ZTM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b26d1b30-a534-4641-8633-f7a7577ac0c3",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "fddb9b94-7454-4994-bbbb-16e9d7d0ac9c",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ef1642e1-17da-428b-87e5-66ddc8b8b38b",
"generatedFromUUID": "fddb9b94-7454-4994-bbbb-16e9d7d0ac9c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ef1642e1-17da-428b-87e5-66ddc8b8b38b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210410012100-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
"artifactChecksum": "NDk4Y2YzYjhiZjljYzJjZGYwYWNiZTE0NzZlZGRjZDk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f0a778fb-16b8-42f5-bbb6-4ade66c2858c"
}
],
"workloadContext": "Production"
}
2021-04-10T01:22:52.701Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-10T01:22:52.701Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 464ce738-6b3f-4d6c-a3ea-a1c59e6e1c8f ASDC
2021-04-10T01:22:52.789Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:554bdc79-f0a0-4481-a00d-5eb926586505
ServiceName:vFW 2021-04-10 01-21-00
ServiceVersion:1.0
ServiceUUID:464ce738-6b3f-4d6c-a3ea-a1c59e6e1c8f
ServiceInvariantUUID:6b57fc71-f72f-4d82-bdd3-337cb8c49361
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210410012100-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar
ArtifactUUID:f0a778fb-16b8-42f5-bbb6-4ade66c2858c
ArtifactChecksum:NDk4Y2YzYjhiZjljYzJjZGYwYWNiZTE0NzZlZGRjZDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6dd87c81-f6f4 0
ResourceCustomizationUUID:5b531328-dd06-40ae-aadd-60196c28b71f
ResourceInvariantUUID:640091dd-6165-42e0-98e8-60e9989b5eac
ResourceName:vFW 6dd87c81-f6f4
ResourceType:VF
ResourceUUID:11db4fd6-cea2-4311-88fd-8ec53619abc0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6dd87c81f6f40_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json
ArtifactUUID:b26d1b30-a534-4641-8633-f7a7577ac0c3
ArtifactChecksum:OWVlYWM1NjMxNjJmYmMzZWY3NTE2ZmRkMTJkOTk3ZTM=
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/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml
ArtifactUUID:fddb9b94-7454-4994-bbbb-16e9d7d0ac9c
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/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env
ArtifactUUID:ef1642e1-17da-428b-87e5-66ddc8b8b38b
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/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env
ArtifactUUID:ef1642e1-17da-428b-87e5-66ddc8b8b38b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-10T01:22:52.790Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 464ce738-6b3f-4d6c-a3ea-a1c59e6e1c8f 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-04-10T01:22:53.009Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T01:22:53.010Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-10T01:22:53.011Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-10T01:22:53.011Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f0a778fb-16b8-42f5-bbb6-4ade66c2858c from URL: /sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar
2021-04-10T01:22:53.011Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-10T01:22:53.013Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar
2021-04-10T01:22:54.283Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-10T01:22:54.303Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar f0a778fb-16b8-42f5-bbb6-4ade66c2858c 110207
2021-04-10T01:22:54.304Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar ASDC sendASDCNotification
2021-04-10T01:22:54.305Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar
2021-04-10T01:22:54.305Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T01:22:54.306Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:22:54.308Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:22:54.308Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618017774303,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:22:54.408Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:22:54.409Z||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-04-10T01:22:54.410Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:22:54.422Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:22:54.423Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:22:55.308Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T01:22:55.310Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-10T01:22:55.311Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f0a778fb-16b8-42f5-bbb6-4ade66c2858c, URL: /sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar to file: /app/ASDC/1/service-Vfw20210410012100-csar.csar
2021-04-10T01:22:55.311Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210410012100-csar.csar
2021-04-10T01:22:55.432Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210410012100-csar.csar
2021-04-10T01:22:55.432Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210410012100-csar.csar
2021-04-10T01:22:56.131Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15856686032860831376/Definitions/service-Vfw20210410012100-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-04-10T01:22:59.173Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-10T01:22:59.177Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-04-10T01:22:59.177Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210410012100-csar.csar
2021-04-10T01:22:59.177Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-10T01:22:59.177Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||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-Vfw20210410012100-csar.csar
2021-04-10T01:22:59.178Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||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-Vfw20210410012100-csar.csar
2021-04-10T01:22:59.178Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||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-Vfw20210410012100-csar.csar
2021-04-10T01:22:59.178Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210410012100-csar.csar
2021-04-10T01:22:59.178Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210410012100-csar.csar
2021-04-10T01:22:59.178Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||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-Vfw20210410012100-csar.csar
2021-04-10T01:22:59.178Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||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-Vfw20210410012100-csar.csar
2021-04-10T01:22:59.178Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||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-Vfw20210410012100-csar.csar
2021-04-10T01:22:59.178Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210410012100-csar.csar
2021-04-10T01:22:59.178Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||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-Vfw20210410012100-csar.csar
2021-04-10T01:22:59.178Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6dd87c81-f6f4 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-Vfw20210410012100-csar.csar
2021-04-10T01:22:59.178Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210410012100-csar.csar
2021-04-10T01:22:59.178Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6dd87c81-f6f4 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210410012100-csar.csar
2021-04-10T01:22:59.178Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||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-Vfw20210410012100-csar.csar
2021-04-10T01:22:59.178Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-04-10T01:22:59.185Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:22:59.186Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-10 01-21-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:22:59.189Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vFW 6dd87c81-f6f4 0 is matching search criteria
2021-04-10T01:22:59.189Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-04-10T01:22:59.190Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6dd87c81-f6f4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T01:22:59.191Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:22:59.192Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-10 01-21-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:22:59.192Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vFW 6dd87c81-f6f4 0 is matching search criteria
2021-04-10T01:22:59.192Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-04-10T01:22:59.192Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6dd87c81-f6f4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T01:22:59.192Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:22:59.192Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-10 01-21-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:22:59.195Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:22:59.195Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vFW 6dd87c81-f6f4 0 is not matching search criteria
2021-04-10T01:22:59.196Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-10T01:22:59.196Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-10T01:22:59.196Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-10T01:22:59.196Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-10T01:22:59.196Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-10T01:22:59.196Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-10T01:22:59.196Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-10T01:22:59.196Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-10T01:22:59.196Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-10T01:22:59.196Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-10T01:22:59.197Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-10T01:22:59.197Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-10T01:22:59.197Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-10T01:22:59.197Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-10T01:22:59.197Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-10T01:22:59.197Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-10T01:22:59.197Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:22:59.197Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-10 01-21-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-10T01:22:59.198Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:22:59.198Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vFW 6dd87c81-f6f4 0 is matching search criteria
2021-04-10T01:22:59.198Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6dd87c81-f6f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:22:59.199Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:22:59.199Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vFW 6dd87c81-f6f4 0 is matching search criteria
2021-04-10T01:22:59.199Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6dd87c81-f6f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:22:59.199Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:22:59.199Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vFW 6dd87c81-f6f4 0 is matching search criteria
2021-04-10T01:22:59.199Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6dd87c81-f6f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:22:59.199Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:22:59.199Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vFW 6dd87c81-f6f4 0 is not matching search criteria
2021-04-10T01:22:59.199Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-10T01:22:59.200Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-10T01:22:59.200Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-10T01:22:59.200Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-10T01:22:59.200Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-10T01:22:59.200Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-10T01:22:59.200Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-10T01:22:59.200Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-10T01:22:59.200Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-10T01:22:59.200Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-10T01:22:59.200Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-10T01:22:59.200Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c32298f8-7a42-4858-8b2e-3ba972583df9
2021-04-10T01:22:59.201Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:22:59.201Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vFW 6dd87c81-f6f4 0 is not matching search criteria
2021-04-10T01:22:59.201Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-10T01:22:59.201Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-10T01:22:59.201Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-10T01:22:59.201Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-10T01:22:59.201Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-10T01:22:59.201Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-10T01:22:59.201Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-10T01:22:59.201Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-10T01:22:59.202Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-10T01:22:59.202Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-10T01:22:59.202Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-10T01:22:59.202Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-10T01:22:59.202Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=db1405c5-1096-4ec8-83c7-a8a5a720eb4c
2021-04-10T01:22:59.202Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:22:59.202Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vFW 6dd87c81-f6f4 0 is not matching search criteria
2021-04-10T01:22:59.202Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-10T01:22:59.203Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-10T01:22:59.203Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-10T01:22:59.203Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-10T01:22:59.203Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-10T01:22:59.203Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-10T01:22:59.203Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-10T01:22:59.203Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-10T01:22:59.203Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-10T01:22:59.203Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-10T01:22:59.204Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-10T01:22:59.204Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-10T01:22:59.204Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8a516272-ad3c-4931-920f-efd7f3496931
2021-04-10T01:22:59.204Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:22:59.204Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-10 01-21-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:22:59.204Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:22:59.204Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-10 01-21-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:22:59.204Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:22:59.204Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-10 01-21-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:22:59.204Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:22:59.205Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-10 01-21-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:22:59.205Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-04-10 01-21-00
Description:catalog service description
Model UUID:464ce738-6b3f-4d6c-a3ea-a1c59e6e1c8f
Model Version:NULL
Model InvariantUuid:6b57fc71-f72f-4d82-bdd3-337cb8c49361
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 6dd87c81-f6f4
Model UUID:93670187-0bb6-4e10-9288-5d228ddc778b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:640091dd-6165-42e0-98e8-60e9989b5eac
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5b531328-dd06-40ae-aadd-60196c28b71f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:ca64a43d-9849-4107-aa54-019e3e1af7cc
ModelName:Vfw6dd87c81F6f4..base_vfw..module-0
ModelUuid:d2216b97-aee7-4389-8653-ebb058c582bf
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c32298f8-7a42-4858-8b2e-3ba972583df9
ModelInvariantUuid:abb5402c-4c27-427b-9a31-727770a26380
ModelName:vFW 6dd87c81-f6f4-nodes.vfwCvfc
ModelUuid:406decf4-e25e-40b0-be96-f6334e2590c9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:be6b5a39-396f-4ee6-8a5a-75f6f51bb2b7
ModelInvariantUuid:b36e0920-f820-4781-8152-a121e24ffcdd
ModelName:Vfw6dd87c81F6f4.compute.nodes.heat.vfw
ModelUuid:d3e2c33f-c574-4b7b-895b-9c3839fa7be7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:db1405c5-1096-4ec8-83c7-a8a5a720eb4c
ModelInvariantUuid:a31ec355-7fb5-4fc0-8585-6539c7838c18
ModelName:vFW 6dd87c81-f6f4-nodes.vsnCvfc
ModelUuid:aa9ec1b0-d05e-48c7-bc91-682d0594aa79
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:dddff91c-2209-47ca-972d-5d476e9900c6
ModelInvariantUuid:b197a7a2-1a8f-4c8d-87e0-0dbda7405484
ModelName:Vfw6dd87c81F6f4.compute.nodes.heat.vsn
ModelUuid:d5d6360a-98fe-4f09-99c3-0dc0acb22c60
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8a516272-ad3c-4931-920f-efd7f3496931
ModelInvariantUuid:6fd4d73f-e8b3-4c96-a3e7-0e2ecd8f7c4f
ModelName:vFW 6dd87c81-f6f4-nodes.vpgCvfc
ModelUuid:52385f3a-5ffa-4122-94b7-2863045cbbe5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:acd5c973-9672-4032-84b3-5f791dcf99d0
ModelInvariantUuid:f826bff1-279e-458d-9796-1dff70047fff
ModelName:Vfw6dd87c81F6f4.compute.nodes.heat.vpg
ModelUuid:ba0e81c2-b704-42e4-b6eb-add19ccd7fe2
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-10T01:22:59.229Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 11db4fd6-cea2-4311-88fd-8ec53619abc0
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T01:22:59.330Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||vFW 6dd87c81-f6f4 0
2021-04-10T01:22:59.337Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 11db4fd6-cea2-4311-88fd-8ec53619abc0
2021-04-10T01:22:59.337Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b26d1b30-a534-4641-8633-f7a7577ac0c3 from URL: /sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json
2021-04-10T01:22:59.337Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-10T01:22:59.337Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json
2021-04-10T01:23:00.947Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-10T01:23:00.947Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json b26d1b30-a534-4641-8633-f7a7577ac0c3 785
2021-04-10T01:23:00.947Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json ASDC sendASDCNotification
2021-04-10T01:23:00.948Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json
2021-04-10T01:23:00.948Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T01:23:00.948Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:23:00.950Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:23:00.950Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618017780947,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:23:01.051Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:23:01.052Z||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-04-10T01:23:01.052Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:23:01.064Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:23:01.064Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:23:01.952Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6dd87c81F6f4..base_vfw..module-0",
"vfModuleModelInvariantUUID": "ca64a43d-9849-4107-aa54-019e3e1af7cc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d2216b97-aee7-4389-8653-ebb058c582bf",
"vfModuleModelCustomizationUUID": "9be68370-67a6-4f2c-84a9-5a4f855a0777",
"isBase": true,
"artifacts": [
"fddb9b94-7454-4994-bbbb-16e9d7d0ac9c",
"ef1642e1-17da-428b-87e5-66ddc8b8b38b"
],
"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-04-10T01:23:01.972Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6dd87c81F6f4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d2216b97-aee7-4389-8653-ebb058c582bf
VfModuleModelInvariantUUID:ca64a43d-9849-4107-aa54-019e3e1af7cc
VfModuleModelDescription:NULL
Artifacts UUID List:{
fddb9b94-7454-4994-bbbb-16e9d7d0ac9c
,
ef1642e1-17da-428b-87e5-66ddc8b8b38b
}
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-04-10T01:23:01.975Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6dd87c81F6f4..base_vfw..module-0",
"vfModuleModelInvariantUUID": "ca64a43d-9849-4107-aa54-019e3e1af7cc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d2216b97-aee7-4389-8653-ebb058c582bf",
"vfModuleModelCustomizationUUID": "9be68370-67a6-4f2c-84a9-5a4f855a0777",
"isBase": true,
"artifacts": [
"fddb9b94-7454-4994-bbbb-16e9d7d0ac9c",
"ef1642e1-17da-428b-87e5-66ddc8b8b38b"
],
"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-04-10T01:23:01.975Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6dd87c81F6f4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d2216b97-aee7-4389-8653-ebb058c582bf
VfModuleModelInvariantUUID:ca64a43d-9849-4107-aa54-019e3e1af7cc
VfModuleModelDescription:NULL
Artifacts UUID List:{
fddb9b94-7454-4994-bbbb-16e9d7d0ac9c
,
ef1642e1-17da-428b-87e5-66ddc8b8b38b
}
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-04-10T01:23:01.975Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: fddb9b94-7454-4994-bbbb-16e9d7d0ac9c from URL: /sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml
2021-04-10T01:23:01.975Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-10T01:23:01.976Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml
2021-04-10T01:23:02.939Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-10T01:23:02.941Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml fddb9b94-7454-4994-bbbb-16e9d7d0ac9c 20368
2021-04-10T01:23:02.941Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-10T01:23:02.941Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml
2021-04-10T01:23:02.941Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T01:23:02.942Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:23:02.944Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:23:02.944Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618017782941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:23:03.045Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-10T01:23:03.045Z||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-04-10T01:23:03.046Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:23:03.057Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:23:03.057Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-10T01:23:03.946Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ef1642e1-17da-428b-87e5-66ddc8b8b38b from URL: /sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env
2021-04-10T01:23:03.946Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-10T01:23:03.946Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env
2021-04-10T01:23:04.163Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-10T01:23:04.164Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env ef1642e1-17da-428b-87e5-66ddc8b8b38b 2098
2021-04-10T01:23:04.164Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-10T01:23:04.164Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env
2021-04-10T01:23:04.164Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T01:23:04.165Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:23:04.167Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:23:04.167Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618017784164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:23:04.268Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:23:04.269Z||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-04-10T01:23:04.269Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:23:04.283Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:23:04.283Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:23:05.168Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 464ce738-6b3f-4d6c-a3ea-a1c59e6e1c8f
2021-04-10T01:23:05.169Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6dd87c81-f6f4 0 11db4fd6-cea2-4311-88fd-8ec53619abc0 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T01:23:05.227Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:23:05.227Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-10 01-21-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:23:05.227Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2021-04-10T01:23:05.227Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 5b531328-dd06-40ae-aadd-60196c28b71f
2021-04-10T01:23:05.227Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5b531328-dd06-40ae-aadd-60196c28b71f matches Tosca VF Customization UUID: 5b531328-dd06-40ae-aadd-60196c28b71f
2021-04-10T01:23:05.227Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 5b531328-dd06-40ae-aadd-60196c28b71f matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-04-10T01:23:05.234Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:23:05.234Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-10 01-21-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:23:05.235Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 5b531328-dd06-40ae-aadd-60196c28b71f: {\"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-04-10T01:23:05.236Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@198a48b
2021-04-10T01:23:05.236Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:23:05.236Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-10 01-21-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-10T01:23:05.237Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9be68370-67a6-4f2c-84a9-5a4f855a0777
2021-04-10T01:23:05.238Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9be68370-67a6-4f2c-84a9-5a4f855a0777
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-04-10T01:23:05.245Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:23:05.247Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vFW 6dd87c81-f6f4 0 is matching search criteria
2021-04-10T01:23:05.247Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6dd87c81-f6f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:23:05.248Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:23:05.248Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vFW 6dd87c81-f6f4 0 is matching search criteria
2021-04-10T01:23:05.248Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6dd87c81-f6f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:23:05.248Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:23:05.248Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vFW 6dd87c81-f6f4 0 is not matching search criteria
2021-04-10T01:23:05.248Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-10T01:23:05.249Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-10T01:23:05.249Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-10T01:23:05.249Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-10T01:23:05.250Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-10T01:23:05.250Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-10T01:23:05.250Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-10T01:23:05.250Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-10T01:23:05.250Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-10T01:23:05.250Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-10T01:23:05.251Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-10T01:23:05.251Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c32298f8-7a42-4858-8b2e-3ba972583df9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-10T01:23:05.263Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:23:05.263Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vFW 6dd87c81-f6f4 0 is matching search criteria
2021-04-10T01:23:05.263Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6dd87c81-f6f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:23:05.264Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:23:05.264Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vFW 6dd87c81-f6f4 0 is not matching search criteria
2021-04-10T01:23:05.264Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-10T01:23:05.264Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-10T01:23:05.264Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-10T01:23:05.264Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-10T01:23:05.264Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-10T01:23:05.264Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-10T01:23:05.265Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-10T01:23:05.265Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-10T01:23:05.265Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-10T01:23:05.265Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-10T01:23:05.265Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-10T01:23:05.265Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-10T01:23:05.265Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=db1405c5-1096-4ec8-83c7-a8a5a720eb4c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-10T01:23:05.267Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:23:05.267Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vFW 6dd87c81-f6f4 0 is matching search criteria
2021-04-10T01:23:05.268Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6dd87c81-f6f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:23:05.270Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:23:05.270Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vFW 6dd87c81-f6f4 0 is not matching search criteria
2021-04-10T01:23:05.270Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-10T01:23:05.270Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-10T01:23:05.270Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-10T01:23:05.270Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-10T01:23:05.271Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-10T01:23:05.271Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-10T01:23:05.271Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-10T01:23:05.271Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-10T01:23:05.271Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-10T01:23:05.271Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-10T01:23:05.271Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-10T01:23:05.271Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-10T01:23:05.271Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8a516272-ad3c-4931-920f-efd7f3496931
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-10T01:23:05.274Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:23:05.274Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vFW 6dd87c81-f6f4 0 is matching search criteria
2021-04-10T01:23:05.274Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6dd87c81-f6f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:23:05.274Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:23:05.274Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vFW 6dd87c81-f6f4 0 is matching search criteria
2021-04-10T01:23:05.274Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6dd87c81-f6f4 0] matching following query criteria: sdcType=VF, customizationUUID=5b531328-dd06-40ae-aadd-60196c28b71f
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T01:23:05.276Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:23:05.276Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-10 01-21-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:23:05.276Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 464ce738-6b3f-4d6c-a3ea-a1c59e6e1c8f: vFW 6dd87c81-f6f4
2021-04-10T01:23:05.277Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:23:05.277Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-10 01-21-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:23:05.277Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:23:05.277Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-10 01-21-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:23:05.277Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:23:05.277Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-10 01-21-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:23:05.277Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:23:05.277Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-10 01-21-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:23:05.277Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:23:05.277Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-10 01-21-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:23:05.278Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2021-04-10 01-21-00
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-04-10T01:23:05.639Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6dd87c81-f6f4 11db4fd6-cea2-4311-88fd-8ec53619abc0 1 ASDC deployResourceStructure
2021-04-10T01:23:05.640Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json ASDC sendASDCNotification
2021-04-10T01:23:05.640Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json
2021-04-10T01:23:05.640Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T01:23:05.641Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:23:05.643Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:23:05.643Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618017785640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
"status": "DEPLOY_OK"
}
2021-04-10T01:23:05.743Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:23:05.744Z||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-04-10T01:23:05.744Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:23:05.754Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:23:05.755Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:23:06.644Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-10T01:23:06.644Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml
2021-04-10T01:23:06.644Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T01:23:06.645Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:23:06.646Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:23:06.647Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618017786644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-04-10T01:23:06.747Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:23:06.758Z||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-04-10T01:23:06.759Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:23:06.772Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:23:06.773Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:23:07.648Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-10T01:23:07.648Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env
2021-04-10T01:23:07.649Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T01:23:07.649Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:23:07.651Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:23:07.652Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618017787648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-04-10T01:23:07.752Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:23:07.753Z||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-04-10T01:23:07.753Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:23:07.764Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:23:07.765Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:23:08.653Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar ASDC sendASDCNotification
2021-04-10T01:23:08.653Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar
2021-04-10T01:23:08.653Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T01:23:08.654Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:23:08.656Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:23:08.656Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618017788653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T01:23:08.757Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-10T01:23:08.758Z||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-04-10T01:23:08.758Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:23:08.770Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:23:08.771Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-04-10T01:23:09.658Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 554bdc79-f0a0-4481-a00d-5eb926586505
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-04-10T01:23:09.682Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 554bdc79-f0a0-4481-a00d-5eb926586505
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-04-10T01:23:09.684Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T01:23:09.684Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T01:23:09.684Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T01:23:39.684Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 554bdc79-f0a0-4481-a00d-5eb926586505
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-04-10T01:23:39.696Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 554bdc79-f0a0-4481-a00d-5eb926586505
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-04-10T01:23:39.698Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T01:23:39.699Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T01:23:39.699Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T01:23:39.806Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:23:39.807Z||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-04-10T01:23:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:23:39.832Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:23:39.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:23:39.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618017757054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:23:39.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:09.699Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 554bdc79-f0a0-4481-a00d-5eb926586505
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-04-10T01:24:09.710Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 554bdc79-f0a0-4481-a00d-5eb926586505
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-04-10T01:24:09.713Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T01:24:09.713Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T01:24:09.713Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T01:24:39.713Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 554bdc79-f0a0-4481-a00d-5eb926586505
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-04-10T01:24:39.726Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 554bdc79-f0a0-4481-a00d-5eb926586505
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-04-10T01:24:39.729Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T01:24:39.729Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T01:24:39.729Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T01:24:39.806Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:24:39.807Z||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-04-10T01:24:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:24:39.824Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:24:40.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "ves-openapi-manager",
"timestamp": 1618017764122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.336Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.336Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618017760272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
"status": "NOTIFIED"
}
2021-04-10T01:24:40.336Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "cds",
"timestamp": 1618017763978,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.337Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "dcae-sch",
"timestamp": 1618017756304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.337Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618017759803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
"status": "NOTIFIED"
}
2021-04-10T01:24:40.337Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618017757054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
"status": "NOTIFIED"
}
2021-04-10T01:24:40.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "ves-openapi-manager",
"timestamp": 1618017764122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618017760272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-10T01:24:40.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "cds",
"timestamp": 1618017763978,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.339Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "dcae-sch",
"timestamp": 1618017756304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.340Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.340Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.340Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618017759803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-10T01:24:40.341Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.341Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618017757054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-10T01:24:40.341Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.341Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "aai-ml",
"timestamp": 1618017767189,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.341Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.341Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "ves-openapi-manager",
"timestamp": 1618017764122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.341Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.341Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "cds",
"timestamp": 1618017763978,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618017760272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "dcae-sch",
"timestamp": 1618017756304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618017759803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618017757054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.343Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "aai-ml",
"timestamp": 1618017767189,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.343Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "ves-openapi-manager",
"timestamp": 1618017764122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.343Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "cds",
"timestamp": 1618017763978,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.343Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618017760272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-10T01:24:40.344Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "dcae-sch",
"timestamp": 1618017756304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.344Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618017759803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-10T01:24:40.344Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618017757054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-10T01:24:40.344Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "aai-ml",
"timestamp": 1618017767189,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.345Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "ves-openapi-manager",
"timestamp": 1618017764122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.345Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "cds",
"timestamp": 1618017763978,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.345Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618017760272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.345Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "dcae-sch",
"timestamp": 1618017756304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.345Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618017759803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.346Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618017757054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.346Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "aai-ml",
"timestamp": 1618017767189,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.346Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "ves-openapi-manager",
"timestamp": 1618017764122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.347Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "cds",
"timestamp": 1618017763978,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T01:24:40.347Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618017760272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T01:24:40.347Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "dcae-sch",
"timestamp": 1618017756304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.347Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618017759803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T01:24:40.347Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618017757054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T01:24:40.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "aai-ml",
"timestamp": 1618017767189,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618017771491,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "aai-ml",
"timestamp": 1618017767189,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618017771491,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
"status": "NOTIFIED"
}
2021-04-10T01:24:40.349Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "policy-id",
"timestamp": 1618017772468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.349Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "cds",
"timestamp": 1618017773819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:24:40.350Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "aai-ml",
"timestamp": 1618017767189,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T01:24:40.350Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618017774086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:24:40.350Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618017774093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:24:40.351Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618017771491,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-10T01:24:40.351Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "policy-id",
"timestamp": 1618017772468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.351Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618017774303,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:24:40.351Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "cds",
"timestamp": 1618017774835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-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-04-10T01:24:40.359Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 554bdc79-f0a0-4481-a00d-5eb926586505
2021-04-10T01:24:40.360Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 554bdc79-f0a0-4481-a00d-5eb926586505 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-04-10T01:24:40.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618017771491,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.370Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.370Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "policy-id",
"timestamp": 1618017772468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-10T01:24:40.370Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.370Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "aai-ml",
"timestamp": 1618017775578,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:24:40.370Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.370Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618017775796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:24:40.370Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618017776004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:24:40.371Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618017771491,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-10T01:24:40.371Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "policy-id",
"timestamp": 1618017772468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.371Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618017777037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:24:40.371Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618017771491,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.371Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "policy-id",
"timestamp": 1618017772468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.372Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618017777242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:24:40.372Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618017771491,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T01:24:40.372Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "policy-id",
"timestamp": 1618017772468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.372Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618017777482,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.373Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618017778261,
"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-04-10T01:24:40.378Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 554bdc79-f0a0-4481-a00d-5eb926586505
2021-04-10T01:24:40.378Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 554bdc79-f0a0-4481-a00d-5eb926586505 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-04-10T01:24:40.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618017778707,
"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-04-10T01:24:40.394Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 554bdc79-f0a0-4481-a00d-5eb926586505
2021-04-10T01:24:40.394Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 554bdc79-f0a0-4481-a00d-5eb926586505 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-04-10T01:24:40.403Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.403Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "policy-id",
"timestamp": 1618017772468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T01:24:40.404Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618017777482,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.404Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618017779266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
"status": "DEPLOY_OK"
}
2021-04-10T01:24:40.405Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618017779711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
"status": "DEPLOY_OK"
}
2021-04-10T01:24:40.405Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618017780164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:24:40.405Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.406Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.406Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618017777482,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.406Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.406Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.406Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618017780947,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:24:40.406Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.406Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.406Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618017777482,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.407Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "policy-id",
"timestamp": 1618017781368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:24:40.407Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618017777482,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.407Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618017782393,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:24:40.408Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "policy-id",
"timestamp": 1618017782376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T01:24:40.408Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618017782941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:24:40.408Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618017777482,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.408Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "clamp",
"timestamp": 1618017782720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.409Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "policy-id",
"timestamp": 1618017783379,
"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-04-10T01:24:40.414Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 554bdc79-f0a0-4481-a00d-5eb926586505
2021-04-10T01:24:40.414Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 554bdc79-f0a0-4481-a00d-5eb926586505 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-04-10T01:24:40.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618017783638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:24:40.421Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618017784164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:24:40.422Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618017777482,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T01:24:40.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "clamp",
"timestamp": 1618017782720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
"status": "NOTIFIED"
}
2021-04-10T01:24:40.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618017784645,
"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-04-10T01:24:40.427Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 554bdc79-f0a0-4481-a00d-5eb926586505
2021-04-10T01:24:40.428Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 554bdc79-f0a0-4481-a00d-5eb926586505 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-04-10T01:24:40.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "clamp",
"timestamp": 1618017782720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618017785640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
"status": "DEPLOY_OK"
}
2021-04-10T01:24:40.435Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618017785648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
"status": "DEPLOY_OK"
}
2021-04-10T01:24:40.435Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618017785671,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:24:40.436Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.436Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "clamp",
"timestamp": 1618017782720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.436Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.436Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618017786644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-04-10T01:24:40.436Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.436Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "clamp",
"timestamp": 1618017782720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.437Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618017787648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-04-10T01:24:40.437Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "clamp",
"timestamp": 1618017782720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.437Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618017788653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T01:24:40.438Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "clamp",
"timestamp": 1618017782720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T01:24:40.438Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:24:40.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618017791098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T01:24:40.438Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "aai-ml",
"timestamp": 1618017791461,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T01:24:40.439Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618017792102,
"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-04-10T01:24:40.444Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 554bdc79-f0a0-4481-a00d-5eb926586505
2021-04-10T01:24:40.445Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 554bdc79-f0a0-4481-a00d-5eb926586505 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-04-10T01:24:40.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "aai-ml",
"timestamp": 1618017792466,
"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-04-10T01:24:40.458Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 554bdc79-f0a0-4481-a00d-5eb926586505
2021-04-10T01:24:40.459Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 554bdc79-f0a0-4481-a00d-5eb926586505 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-04-10T01:24:40.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "clamp",
"timestamp": 1618017801659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:24:40.469Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "clamp",
"timestamp": 1618017802821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T01:24:40.469Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "clamp",
"timestamp": 1618017803826,
"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-04-10T01:24:40.474Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 554bdc79-f0a0-4481-a00d-5eb926586505
2021-04-10T01:24:40.474Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 554bdc79-f0a0-4481-a00d-5eb926586505 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-04-10T01:25:09.729Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 554bdc79-f0a0-4481-a00d-5eb926586505
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-04-10T01:25:09.739Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 554bdc79-f0a0-4481-a00d-5eb926586505
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-04-10T01:25:09.742Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T01:25:09.742Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-10T01:25:09.742Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-10T01:25:09.742Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-10T01:25:09.742Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-10T01:25:09.742Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-10T01:25:09.742Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-10T01:25:09.742Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-10T01:25:09.743Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-10T01:25:09.743Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-10T01:25:09.743Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||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-04-10T01:25:09.748Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-10T01:25:39.748Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 554bdc79-f0a0-4481-a00d-5eb926586505 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-04-10T01:25:39.757Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 554bdc79-f0a0-4481-a00d-5eb926586505 and serviceModelVersionId: 464ce738-6b3f-4d6c-a3ea-a1c59e6e1c8f
2021-04-10T01:25:39.757Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6b57fc71-f72f-4d82-bdd3-337cb8c49361
2021-04-10T01:25:39.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:25:39.806Z||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-04-10T01:25:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:25:47.758Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6b57fc71-f72f-4d82-bdd3-337cb8c49361/model-vers/model-ver/464ce738-6b3f-4d6c-a3ea-a1c59e6e1c8f?depth=0
2021-04-10T01:25:47.857Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-04-10T01:25:48.326Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b57fc71-f72f-4d82-bdd3-337cb8c49361/model-vers/model-ver/464ce738-6b3f-4d6c-a3ea-a1c59e6e1c8f?depth=0|INFO|500||Invoke
2021-04-10T01:25:48.333Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b57fc71-f72f-4d82-bdd3-337cb8c49361/model-vers/model-ver/464ce738-6b3f-4d6c-a3ea-a1c59e6e1c8f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b57fc71-f72f-4d82-bdd3-337cb8c49361/model-vers/model-ver/464ce738-6b3f-4d6c-a3ea-a1c59e6e1c8f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[554bdc79-f0a0-4481-a00d-5eb926586505], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9e32cc2f-faa0-4fc1-bd97-b0f6b3e1796a], X-ECOMP-RequestID=[554bdc79-f0a0-4481-a00d-5eb926586505], X-TransactionId=[], X-ONAP-RequestID=[554bdc79-f0a0-4481-a00d-5eb926586505], Content-Type=[application/merge-patch+json]}
2021-04-10T01:25:48.492Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b57fc71-f72f-4d82-bdd3-337cb8c49361/model-vers/model-ver/464ce738-6b3f-4d6c-a3ea-a1c59e6e1c8f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-10T01:25:48.908Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b57fc71-f72f-4d82-bdd3-337cb8c49361/model-vers/model-ver/464ce738-6b3f-4d6c-a3ea-a1c59e6e1c8f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b57fc71-f72f-4d82-bdd3-337cb8c49361/model-vers/model-ver/464ce738-6b3f-4d6c-a3ea-a1c59e6e1c8f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210410-01:25:48:500-53362], vertex-id=[381144], Content-Length=[0], Date=[Sat, 10 Apr 2021 01:25:48 GMT], Content-Type=[application/json]}
2021-04-10T01:25:48.910Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b57fc71-f72f-4d82-bdd3-337cb8c49361/model-vers/model-ver/464ce738-6b3f-4d6c-a3ea-a1c59e6e1c8f?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-10T01:25:48.911Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b57fc71-f72f-4d82-bdd3-337cb8c49361/model-vers/model-ver/464ce738-6b3f-4d6c-a3ea-a1c59e6e1c8f?depth=0|INFO|500||InvokeReturn
2021-04-10T01:25:48.913Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-10T01:25:48.913Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T01:25:48.918Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||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-04-10T01:25:48.919Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 554bdc79-f0a0-4481-a00d-5eb926586505 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-10T01:25:48.919Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-10T01:25:48.920Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:25:48.921Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:25:48.922Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618017948919,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T01:25:49.022Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:25:49.023Z||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-04-10T01:25:49.023Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:25:49.035Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:25:49.035Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:25:49.648Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:25:49.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:25:49.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618017948919,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T01:25:49.649Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-10T01:25:49.936Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:25:49.937Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:25:49.937Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:26:00.113Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:26:00.114Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:26:00.115Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:26:00.115Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:26:09.652Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:26:09.653Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:26:09.653Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:26:09.654Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:26:19.192Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:26:39.803Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:26:39.805Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:26:39.805Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:26:39.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:26:39.806Z||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-04-10T01:26:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:26:49.348Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:26:49.348Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:27:39.803Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:27:39.804Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:27:39.804Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:27:39.806Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:27:39.806Z||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-04-10T01:27:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:27:49.346Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:27:49.346Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:28:39.803Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:28:39.805Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:28:39.805Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:28:39.806Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:28:39.806Z||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-04-10T01:28:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:28:49.342Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:28:49.347Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:29:39.803Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:29:39.804Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:29:39.805Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:29:39.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:29:39.806Z||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-04-10T01:29:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:29:40.432Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:29:40.432Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:29:40.434Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.434Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"86c16146-960a-41ad-87eb-0b780e8aa72b","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"080fea0c-a725-4571-9f35-58bc3d619936","serviceDescription":"service","serviceInvariantUUID":"919443fb-8368-479d-aa79-30c25749fd76","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"cd805eb1-8a87-4c0b-a489-ad41fb01008e","resourceInvariantUUID":"7c80cebd-b0bc-4504-bada-4344f6925d42","resourceCustomizationUUID":"d472e630-cf3b-46ea-a9e0-d08139a5d31d","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":"ZjFjZWZmNTE0Mzc2NjRjODdmNGRhNzNlOTRhYjJkNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6a06b239-fde1-4806-a212-ad6125d997f0","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MzE5MzE4OTUyODRhZWQ3MTA5OWFhYzllMjI1OWRmZmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8725403c-afe4-4d06-a494-d95a286394f8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-10T01:29:40.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618018120272,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:29:40.436Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-10T01:29:40.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "cds",
"timestamp": 1618018123978,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:29:40.436Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-10T01:29:40.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "aai-ml",
"timestamp": 1618018127189,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:29:40.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-10T01:29:40.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.437Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:29:40.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "ves-openapi-manager",
"timestamp": 1618018124121,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:29:40.437Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:29:40.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-10T01:29:40.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618018120272,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T01:29:40.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-10T01:29:40.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "cds",
"timestamp": 1618018123978,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T01:29:40.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-10T01:29:40.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "aai-ml",
"timestamp": 1618018127189,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T01:29:40.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-10T01:29:40.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "ves-openapi-manager",
"timestamp": 1618018124121,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:29:40.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-10T01:29:40.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618018131492,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:29:40.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-10T01:29:40.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618018131492,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T01:29:40.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-10T01:29:40.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.439Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:29:40.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "policy-id",
"timestamp": 1618018132468,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:29:40.439Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018179803,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:29:40.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-10T01:29:40.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "aai-ml",
"timestamp": 1618018133401,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:29:40.440Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:29:40.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "cds",
"timestamp": 1618018133491,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:29:40.440Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:29:40.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "policy-id",
"timestamp": 1618018132468,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T01:29:40.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-10T01:29:40.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "cds",
"timestamp": 1618018134497,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:29:40.459Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 86c16146-960a-41ad-87eb-0b780e8aa72b
2021-04-10T01:29:40.459Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86c16146-960a-41ad-87eb-0b780e8aa72b 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-04-10T01:29:40.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "policy-id",
"timestamp": 1618018135714,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:29:40.469Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:29:40.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "policy-id",
"timestamp": 1618018136717,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T01:29:40.469Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:29:40.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "aai-ml",
"timestamp": 1618018136829,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T01:29:40.470Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:29:40.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "dcae-sch",
"timestamp": 1618018136304,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:29:40.470Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-10T01:29:40.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618018137054,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:29:40.470Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-10T01:29:40.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "policy-id",
"timestamp": 1618018137719,
"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-04-10T01:29:40.475Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 86c16146-960a-41ad-87eb-0b780e8aa72b
2021-04-10T01:29:40.476Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86c16146-960a-41ad-87eb-0b780e8aa72b 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-04-10T01:29:40.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "aai-ml",
"timestamp": 1618018137833,
"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-04-10T01:29:40.492Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 86c16146-960a-41ad-87eb-0b780e8aa72b
2021-04-10T01:29:40.492Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86c16146-960a-41ad-87eb-0b780e8aa72b 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-04-10T01:29:40.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "dcae-sch",
"timestamp": 1618018136304,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:29:40.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-10T01:29:40.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618018137482,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:29:40.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-10T01:29:40.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618018137054,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T01:29:40.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-10T01:29:40.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618018137482,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T01:29:40.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-10T01:29:40.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618018141858,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:29:40.503Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:29:40.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "clamp",
"timestamp": 1618018142714,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:29:40.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-10T01:29:40.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618018143423,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T01:29:40.504Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:29:40.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "clamp",
"timestamp": 1618018142714,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T01:29:40.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-10T01:29:40.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618018144427,
"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-04-10T01:29:40.510Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 86c16146-960a-41ad-87eb-0b780e8aa72b
2021-04-10T01:29:40.510Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86c16146-960a-41ad-87eb-0b780e8aa72b 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-04-10T01:29:40.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "clamp",
"timestamp": 1618018150143,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:29:40.519Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:29:40.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "clamp",
"timestamp": 1618018151169,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T01:29:40.520Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:29:40.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "clamp",
"timestamp": 1618018152172,
"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-04-10T01:29:40.526Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 86c16146-960a-41ad-87eb-0b780e8aa72b
2021-04-10T01:29:40.526Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86c16146-960a-41ad-87eb-0b780e8aa72b 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-04-10T01:29:40.540Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:29:40.541Z||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-04-10T01:29:40.541Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:29:40.552Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:29:40.552Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:29:41.440Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:29:41.442Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:29:41.443Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:29:41.443Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018179803,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T01:29:41.543Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:29:41.544Z||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-04-10T01:29:41.544Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:29:41.555Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:29:41.556Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:29:42.444Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "080fea0c-a725-4571-9f35-58bc3d619936",
"serviceDescription": "service",
"serviceInvariantUUID": "919443fb-8368-479d-aa79-30c25749fd76",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "d472e630-cf3b-46ea-a9e0-d08139a5d31d",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "cd805eb1-8a87-4c0b-a489-ad41fb01008e",
"resourceInvariantUUID": "7c80cebd-b0bc-4504-bada-4344f6925d42",
"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": "MzE5MzE4OTUyODRhZWQ3MTA5OWFhYzllMjI1OWRmZmM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8725403c-afe4-4d06-a494-d95a286394f8"
}
],
"workloadContext": "Production"
}
2021-04-10T01:29:42.445Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-10T01:29:42.445Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 080fea0c-a725-4571-9f35-58bc3d619936 ASDC
2021-04-10T01:29:42.445Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:86c16146-960a-41ad-87eb-0b780e8aa72b
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:080fea0c-a725-4571-9f35-58bc3d619936
ServiceInvariantUUID:919443fb-8368-479d-aa79-30c25749fd76
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:8725403c-afe4-4d06-a494-d95a286394f8
ArtifactChecksum:MzE5MzE4OTUyODRhZWQ3MTA5OWFhYzllMjI1OWRmZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:d472e630-cf3b-46ea-a9e0-d08139a5d31d
ResourceInvariantUUID:7c80cebd-b0bc-4504-bada-4344f6925d42
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:cd805eb1-8a87-4c0b-a489-ad41fb01008e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-04-10T01:29:42.445Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 080fea0c-a725-4571-9f35-58bc3d619936 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-04-10T01:29:42.468Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T01:29:42.469Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-10T01:29:42.469Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-10T01:29:42.470Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8725403c-afe4-4d06-a494-d95a286394f8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-10T01:29:42.470Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-10T01:29:42.470Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-10T01:29:43.001Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-10T01:29:43.004Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8725403c-afe4-4d06-a494-d95a286394f8 52212
2021-04-10T01:29:43.004Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-04-10T01:29:43.005Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-10T01:29:43.005Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T01:29:43.005Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:29:43.006Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:29:43.006Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018183004,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:29:43.107Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:29:43.108Z||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-04-10T01:29:43.108Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:29:43.119Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:29:43.120Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:29:44.007Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T01:29:44.009Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-10T01:29:44.009Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 8725403c-afe4-4d06-a494-d95a286394f8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-10T01:29:44.009Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-04-10T01:29:44.009Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-10T01:29:44.010Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-10T01:29:44.229Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9108622621465466500/Definitions/service-BasicNetwork-template.yml
2021-04-10T01:29:44.704Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-10T01:29:44.705Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-04-10T01:29:44.705Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-10T01:29:44.705Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-10T01:29:44.705Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||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-04-10T01:29:44.705Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||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-04-10T01:29:44.705Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||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-04-10T01:29:44.705Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||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-04-10T01:29:44.705Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||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-04-10T01:29:44.705Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||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-04-10T01:29:44.706Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||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-04-10T01:29:44.706Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||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-04-10T01:29:44.706Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-04-10T01:29:44.706Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:29:44.706Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:29:44.706Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-10T01:29:44.706Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-04-10T01:29:44.706Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T01:29:44.707Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:29:44.707Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:29:44.707Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-10T01:29:44.707Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-04-10T01:29:44.707Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T01:29:44.707Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:29:44.707Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:29:44.708Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:29:44.708Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:29:44.708Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:29:44.708Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:29:44.708Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:29:44.708Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:29:44.708Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:29:44.709Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:29:44.709Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:080fea0c-a725-4571-9f35-58bc3d619936
Model Version:NULL
Model InvariantUuid:919443fb-8368-479d-aa79-30c25749fd76
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:7c80cebd-b0bc-4504-bada-4344f6925d42
Model UUID:a44f4b06-4eba-4856-acbc-18dfcdca018b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:d472e630-cf3b-46ea-a9e0-d08139a5d31d
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-10T01:29:44.716Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: cd805eb1-8a87-4c0b-a489-ad41fb01008e
2021-04-10T01:29:44.717Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||No resources found for Service: 080fea0c-a725-4571-9f35-58bc3d619936
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T01:29:44.721Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||
2021-04-10T01:29:44.721Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-04-10T01:29:44.721Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 080fea0c-a725-4571-9f35-58bc3d619936
2021-04-10T01:29:44.756Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 080fea0c-a725-4571-9f35-58bc3d619936
2021-04-10T01:29:44.756Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-04-10T01:29:44.757Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T01:29:44.764Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:29:44.765Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:29:44.765Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:29:44.765Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:29:44.766Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 080fea0c-a725-4571-9f35-58bc3d619936: Generic NeutronNet
2021-04-10T01:29:44.766Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:29:44.766Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:29:44.766Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:29:44.767Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||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_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-04-10T01:29:44.796Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:29:44.797Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:29:44.797Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:29:44.797Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:29:44.797Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:29:44.798Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:29:44.798Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_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_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_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-04-10T01:29:44.963Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-04-10T01:29:44.963Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-04-10T01:29:44.963Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-10T01:29:44.963Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T01:29:44.963Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:29:44.965Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:29:44.965Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018184963,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T01:29:45.067Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-04-10T01:29:45.068Z||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-04-10T01:29:45.068Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:29:45.081Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:29:45.081Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:29:45.968Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86c16146-960a-41ad-87eb-0b780e8aa72b
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-04-10T01:29:45.980Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86c16146-960a-41ad-87eb-0b780e8aa72b
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-04-10T01:29:45.984Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T01:29:45.984Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-10T01:29:45.984Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-10T01:29:45.984Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-10T01:29:45.985Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-10T01:29:45.985Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-10T01:29:45.985Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-10T01:29:45.985Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-10T01:29:45.985Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-10T01:29:45.985Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-10T01:29:45.985Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||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-04-10T01:29:45.992Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-10T01:30:15.992Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 86c16146-960a-41ad-87eb-0b780e8aa72b 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-04-10T01:30:15.997Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 86c16146-960a-41ad-87eb-0b780e8aa72b and serviceModelVersionId: 080fea0c-a725-4571-9f35-58bc3d619936
2021-04-10T01:30:15.997Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 919443fb-8368-479d-aa79-30c25749fd76
2021-04-10T01:30:15.998Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/919443fb-8368-479d-aa79-30c25749fd76/model-vers/model-ver/080fea0c-a725-4571-9f35-58bc3d619936?depth=0
2021-04-10T01:30:16.004Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-04-10T01:30:16.044Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/919443fb-8368-479d-aa79-30c25749fd76/model-vers/model-ver/080fea0c-a725-4571-9f35-58bc3d619936?depth=0|INFO|500||Invoke
2021-04-10T01:30:16.044Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/919443fb-8368-479d-aa79-30c25749fd76/model-vers/model-ver/080fea0c-a725-4571-9f35-58bc3d619936?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/919443fb-8368-479d-aa79-30c25749fd76/model-vers/model-ver/080fea0c-a725-4571-9f35-58bc3d619936?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[86c16146-960a-41ad-87eb-0b780e8aa72b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7a9ea1cb-fd2d-441b-a115-6730131515a9], X-ECOMP-RequestID=[86c16146-960a-41ad-87eb-0b780e8aa72b], X-TransactionId=[], X-ONAP-RequestID=[86c16146-960a-41ad-87eb-0b780e8aa72b], Content-Type=[application/merge-patch+json]}
2021-04-10T01:30:16.068Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/919443fb-8368-479d-aa79-30c25749fd76/model-vers/model-ver/080fea0c-a725-4571-9f35-58bc3d619936?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-10T01:30:16.293Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/919443fb-8368-479d-aa79-30c25749fd76/model-vers/model-ver/080fea0c-a725-4571-9f35-58bc3d619936?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/919443fb-8368-479d-aa79-30c25749fd76/model-vers/model-ver/080fea0c-a725-4571-9f35-58bc3d619936?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210410-01:30:16:072-68159], vertex-id=[217224], Content-Length=[0], Date=[Sat, 10 Apr 2021 01:30:16 GMT], Content-Type=[application/json]}
2021-04-10T01:30:16.293Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/919443fb-8368-479d-aa79-30c25749fd76/model-vers/model-ver/080fea0c-a725-4571-9f35-58bc3d619936?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-10T01:30:16.294Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/919443fb-8368-479d-aa79-30c25749fd76/model-vers/model-ver/080fea0c-a725-4571-9f35-58bc3d619936?depth=0|INFO|500||InvokeReturn
2021-04-10T01:30:16.294Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-10T01:30:16.294Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T01:30:16.298Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||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-04-10T01:30:16.299Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 86c16146-960a-41ad-87eb-0b780e8aa72b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-10T01:30:16.299Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-10T01:30:16.299Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:30:16.301Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:30:16.301Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018216299,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T01:30:16.401Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:30:16.402Z||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-04-10T01:30:16.403Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:30:16.418Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:30:16.418Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 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-04-10T01:30:39.803Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:30:39.804Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:30:39.804Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:30:39.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:30:39.806Z||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-04-10T01:30:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:30:39.924Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:30:39.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:30:39.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018179803,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:30:39.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:30:40.422Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:30:40.423Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-10T01:30:40.423Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"3febee29-5c43-4eb7-bec1-ccb21486068e","serviceName":"Demo_pNF_JSwqbxEUTIX4f5gFwLsi","serviceVersion":"1.0","serviceUUID":"11c23861-8e19-4a93-9315-d80773db547e","serviceDescription":"catalog service description","serviceInvariantUUID":"364f354a-8915-4a02-bac5-d8e7417f69ce","resources":[{"resourceInstanceName":"pNF 78bec463-ad2c 0","resourceName":"pNF 78bec463-ad2c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"442945e1-9156-432f-963b-f20803cd7a6b","resourceInvariantUUID":"6b782cb6-113b-4f71-93c8-4f19189d2af6","resourceCustomizationUUID":"5a3765cf-e1a0-4b42-8377-5e47a293f2e9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vf-license-model.xml","artifactChecksum":"ZWJiMmFjNGMyNDk0ZjM4ZmVmNTlhY2NmYjZmZWUwYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0b46d474-0247-4f50-9409-b602770e7b54","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/pNF.csar","artifactChecksum":"YWY4YmNiMDFkZTVmMGEyYjZmOTU2MzI4NzFmZWU1Yjc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c0a6cbee-925e-4421-b65c-1d7dbb7ab296","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"00fc2f6d-dc36-4059-a217-527536e9bd6a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vendor-license-model.xml","artifactChecksum":"NmYzZTI2N2MzOWJmNjk4MzVhNWZmZTk5OThjNjNkOTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5cf2febe-0650-487c-9258-d5d3175c5e4e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a96ee064-143c-4561-9cd8-eb1760bca1bc","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fb449e2b-5369-42fb-bb94-e2f81ee32e9d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJswqbxeutix4f5gfwlsi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-template.yml","artifactChecksum":"ZjRlMmY0ZWNiYzdlZThmN2I0ZWMxZTEzZjJhOWNiZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d7d727a5-f0ef-4360-b3c1-884cb626dac8","artifactVersion":"1"},{"artifactName":"service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar","artifactChecksum":"NzI0ZjBkOGQ0ZGUwNWMxMWRiNmQ1ZDllZjg1YmJiYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2cbe00b5-85d3-44e4-9828-4f868e754abd","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-10T01:30:40.427Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:30:40.427Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:30:40.429Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:30:40.429Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018239803,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:30:40.530Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:30:40.530Z||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-04-10T01:30:40.531Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:30:40.542Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:30:40.542Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-10T01:30:41.430Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:30:41.431Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:30:41.433Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:30:41.433Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018239803,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:30:41.533Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:30:41.534Z||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-04-10T01:30:41.534Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:30:41.545Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:30:41.546Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-10T01:30:42.434Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:30:42.435Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:30:42.436Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:30:42.436Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018239803,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:30:42.537Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:30:42.538Z||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-04-10T01:30:42.538Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:30:42.551Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:30:42.552Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-04-10T01:30:43.437Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:30:43.438Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:30:43.440Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:30:43.440Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018239803,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:30:43.540Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:30:43.541Z||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-04-10T01:30:43.542Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:30:43.553Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:30:43.554Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:30:44.441Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:30:44.442Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:30:44.444Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:30:44.444Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018239803,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:30:44.545Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-10T01:30:44.546Z||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-04-10T01:30:44.546Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:30:44.557Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:30:44.558Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:30:45.445Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:30:45.446Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:30:45.448Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:30:45.448Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018239803,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:30:45.548Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:30:45.549Z||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-04-10T01:30:45.549Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:30:45.559Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:30:45.560Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:30:46.448Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:30:46.449Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:30:46.451Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:30:46.451Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018239803,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:30:46.551Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:30:46.552Z||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-04-10T01:30:46.553Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:30:46.570Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:30:46.571Z||pool-30-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:30:47.452Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:30:47.453Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:30:47.456Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:30:47.456Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018239803,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T01:30:47.556Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:30:47.557Z||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-04-10T01:30:47.557Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:30:47.569Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:30:47.569Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:30:48.457Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"serviceName": "Demo_pNF_JSwqbxEUTIX4f5gFwLsi",
"serviceVersion": "1.0",
"serviceUUID": "11c23861-8e19-4a93-9315-d80773db547e",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "364f354a-8915-4a02-bac5-d8e7417f69ce",
"resources": [
{
"resourceInstanceName": "pNF 78bec463-ad2c 0",
"resourceCustomizationUUID": "5a3765cf-e1a0-4b42-8377-5e47a293f2e9",
"resourceName": "pNF 78bec463-ad2c",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "442945e1-9156-432f-963b-f20803cd7a6b",
"resourceInvariantUUID": "6b782cb6-113b-4f71-93c8-4f19189d2af6",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
"artifactChecksum": "NzI0ZjBkOGQ0ZGUwNWMxMWRiNmQ1ZDllZjg1YmJiYjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2cbe00b5-85d3-44e4-9828-4f868e754abd"
}
],
"workloadContext": "Production"
}
2021-04-10T01:30:48.458Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-10T01:30:48.458Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 11c23861-8e19-4a93-9315-d80773db547e ASDC
2021-04-10T01:30:48.458Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:3febee29-5c43-4eb7-bec1-ccb21486068e
ServiceName:Demo_pNF_JSwqbxEUTIX4f5gFwLsi
ServiceVersion:1.0
ServiceUUID:11c23861-8e19-4a93-9315-d80773db547e
ServiceInvariantUUID:364f354a-8915-4a02-bac5-d8e7417f69ce
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar
ArtifactUUID:2cbe00b5-85d3-44e4-9828-4f868e754abd
ArtifactChecksum:NzI0ZjBkOGQ0ZGUwNWMxMWRiNmQ1ZDllZjg1YmJiYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 78bec463-ad2c 0
ResourceCustomizationUUID:5a3765cf-e1a0-4b42-8377-5e47a293f2e9
ResourceInvariantUUID:6b782cb6-113b-4f71-93c8-4f19189d2af6
ResourceName:pNF 78bec463-ad2c
ResourceType:PNF
ResourceUUID:442945e1-9156-432f-963b-f20803cd7a6b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-04-10T01:30:48.458Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 11c23861-8e19-4a93-9315-d80773db547e 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-04-10T01:30:48.486Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T01:30:48.486Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-10T01:30:48.486Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-10T01:30:48.486Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2cbe00b5-85d3-44e4-9828-4f868e754abd from URL: /sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar
2021-04-10T01:30:48.487Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-10T01:30:48.487Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar
2021-04-10T01:30:49.982Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-10T01:30:49.988Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar 2cbe00b5-85d3-44e4-9828-4f868e754abd 83304
2021-04-10T01:30:49.989Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar ASDC sendASDCNotification
2021-04-10T01:30:49.989Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar
2021-04-10T01:30:49.989Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T01:30:49.989Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:30:49.991Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:30:49.991Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018249988,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:30:50.092Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-10T01:30:50.093Z||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-04-10T01:30:50.093Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:30:50.105Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:30:50.106Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:30:50.992Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T01:30:50.993Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-10T01:30:50.994Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 2cbe00b5-85d3-44e4-9828-4f868e754abd, URL: /sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar to file: /app/ASDC/1/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar
2021-04-10T01:30:50.994Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar
2021-04-10T01:30:50.994Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar
2021-04-10T01:30:50.995Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar
2021-04-10T01:30:51.087Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3505846400930049878/Definitions/service-DemoPnfJswqbxeutix4f5gfwlsi-template.yml
2021-04-10T01:30:51.861Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-10T01:30:51.861Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-04-10T01:30:51.862Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar
2021-04-10T01:30:51.862Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-10T01:30:51.862Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar
2021-04-10T01:30:51.862Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar
2021-04-10T01:30:51.862Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar
2021-04-10T01:30:51.862Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||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-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar
2021-04-10T01:30:51.862Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||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-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar
2021-04-10T01:30:51.862Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 78bec463-ad2c 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar
2021-04-10T01:30:51.862Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||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-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar
2021-04-10T01:30:51.862Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 78bec463-ad2c 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar
2021-04-10T01:30:51.863Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-04-10T01:30:51.863Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:30:51.863Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_JSwqbxEUTIX4f5gFwLsi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:30:51.863Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Node template pNF 78bec463-ad2c 0 is matching search criteria
2021-04-10T01:30:51.863Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-04-10T01:30:51.863Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 78bec463-ad2c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T01:30:51.863Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:30:51.864Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_JSwqbxEUTIX4f5gFwLsi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:30:51.864Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Node template pNF 78bec463-ad2c 0 is matching search criteria
2021-04-10T01:30:51.864Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-04-10T01:30:51.864Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 78bec463-ad2c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T01:30:51.864Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:30:51.864Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_JSwqbxEUTIX4f5gFwLsi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:30:51.864Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:30:51.864Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_JSwqbxEUTIX4f5gFwLsi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:30:51.865Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:30:51.865Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_JSwqbxEUTIX4f5gFwLsi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:30:51.865Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:30:51.865Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_JSwqbxEUTIX4f5gFwLsi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:30:51.865Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:30:51.865Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_JSwqbxEUTIX4f5gFwLsi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:30:51.865Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_JSwqbxEUTIX4f5gFwLsi
Description:catalog service description
Model UUID:11c23861-8e19-4a93-9315-d80773db547e
Model Version:NULL
Model InvariantUuid:364f354a-8915-4a02-bac5-d8e7417f69ce
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-10T01:30:51.871Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 442945e1-9156-432f-963b-f20803cd7a6b
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T01:30:51.874Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||pNF 78bec463-ad2c 0
2021-04-10T01:30:51.874Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 442945e1-9156-432f-963b-f20803cd7a6b
2021-04-10T01:30:51.874Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 11c23861-8e19-4a93-9315-d80773db547e
2021-04-10T01:30:51.874Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 11c23861-8e19-4a93-9315-d80773db547e
2021-04-10T01:30:51.874Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 78bec463-ad2c 0 442945e1-9156-432f-963b-f20803cd7a6b ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T01:30:51.878Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:30:51.879Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_JSwqbxEUTIX4f5gFwLsi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:30:51.879Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 11c23861-8e19-4a93-9315-d80773db547e: pNF 78bec463-ad2c
2021-04-10T01:30:51.879Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||Processing PNF resource: 442945e1-9156-432f-963b-f20803cd7a6b
2021-04-10T01:30:51.879Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:30:51.879Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_JSwqbxEUTIX4f5gFwLsi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:30:51.879Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||Resource customization UUID: 5a3765cf-e1a0-4b42-8377-5e47a293f2e9 is the same as notified resource customizationUUID: 5a3765cf-e1a0-4b42-8377-5e47a293f2e9
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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 pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 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 pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-04-10T01:30:51.935Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 78bec463-ad2c 442945e1-9156-432f-963b-f20803cd7a6b 0 ASDC deployResourceStructure
2021-04-10T01:30:51.935Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar ASDC sendASDCNotification
2021-04-10T01:30:51.935Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar
2021-04-10T01:30:51.935Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T01:30:51.935Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:30:51.937Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:30:51.937Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018251935,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T01:30:52.037Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:30:52.038Z||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-04-10T01:30:52.038Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:30:52.048Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:30:52.049Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:30:52.938Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3febee29-5c43-4eb7-bec1-ccb21486068e
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-04-10T01:30:52.948Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3febee29-5c43-4eb7-bec1-ccb21486068e
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-04-10T01:30:52.950Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T01:30:52.950Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T01:30:52.950Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T01:31:22.950Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3febee29-5c43-4eb7-bec1-ccb21486068e
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-04-10T01:31:22.959Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3febee29-5c43-4eb7-bec1-ccb21486068e
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-04-10T01:31:22.962Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T01:31:22.962Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T01:31:22.962Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T01:31:39.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:31:39.806Z||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-04-10T01:31:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:31:39.836Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:31:39.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018179803,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T01:31:39.840Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018183004,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:31:39.840Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:31:39.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018184963,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T01:31:39.841Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:31:39.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "ves-openapi-manager",
"timestamp": 1618018184122,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618018180272,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "aai-ml",
"timestamp": 1618018187189,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "cds",
"timestamp": 1618018183977,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "ves-openapi-manager",
"timestamp": 1618018184122,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.842Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618018180272,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.842Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "aai-ml",
"timestamp": 1618018187189,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.842Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "cds",
"timestamp": 1618018183977,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.842Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "ves-openapi-manager",
"timestamp": 1618018184122,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.842Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "aai-ml",
"timestamp": 1618018187189,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.843Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.843Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618018180272,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.843Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.843Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "cds",
"timestamp": 1618018183977,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.843Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.843Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "ves-openapi-manager",
"timestamp": 1618018184122,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.843Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.843Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618018180272,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.843Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "aai-ml",
"timestamp": 1618018187189,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.844Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.844Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "cds",
"timestamp": 1618018183977,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.844Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.844Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618018191491,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.844Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.844Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618018180272,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.844Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.844Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "ves-openapi-manager",
"timestamp": 1618018184122,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.844Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.845Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "aai-ml",
"timestamp": 1618018187189,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.845Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.845Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "cds",
"timestamp": 1618018183977,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.845Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.845Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618018191491,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.845Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.845Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "policy-id",
"timestamp": 1618018192468,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.845Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "ves-openapi-manager",
"timestamp": 1618018184122,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2021-04-10T01:31:39.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618018180272,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "aai-ml",
"timestamp": 1618018187189,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "cds",
"timestamp": 1618018183977,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618018191491,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "policy-id",
"timestamp": 1618018192468,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "ves-openapi-manager",
"timestamp": 1618018184122,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618018180272,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "aai-ml",
"timestamp": 1618018187189,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "cds",
"timestamp": 1618018183977,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618018191491,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "policy-id",
"timestamp": 1618018192468,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618018180272,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T01:31:39.848Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "aai-ml",
"timestamp": 1618018187189,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T01:31:39.848Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "ves-openapi-manager",
"timestamp": 1618018184122,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.848Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "cds",
"timestamp": 1618018183977,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T01:31:39.848Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618018191491,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.848Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "policy-id",
"timestamp": 1618018192468,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.849Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "dcae-sch",
"timestamp": 1618018196304,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.849Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "aai-ml",
"timestamp": 1618018197000,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:31:39.849Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:31:39.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "cds",
"timestamp": 1618018197005,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:31:39.849Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:31:39.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "ves-openapi-manager",
"timestamp": 1618018197122,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:31:39.850Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:31:39.850Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.850Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "policy-id",
"timestamp": 1618018192468,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.850Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.850Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.850Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618018191491,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.850Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.850Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.850Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618018197054,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.850Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.850Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.850Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "dcae-sch",
"timestamp": 1618018196304,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.850Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.850Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.850Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "cds",
"timestamp": 1618018198010,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-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-04-10T01:31:39.856Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3febee29-5c43-4eb7-bec1-ccb21486068e
2021-04-10T01:31:39.857Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3febee29-5c43-4eb7-bec1-ccb21486068e 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-04-10T01:31:39.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618018197482,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.866Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618018191491,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.866Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "policy-id",
"timestamp": 1618018192468,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.866Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "ves-openapi-manager",
"timestamp": 1618018198351,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2021-04-10T01:31:39.866Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:31:39.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618018197054,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.866Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "dcae-sch",
"timestamp": 1618018196304,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.867Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618018197482,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.867Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618018191491,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T01:31:39.867Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "policy-id",
"timestamp": 1618018192468,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.867Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "ves-openapi-manager",
"timestamp": 1618018199354,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:31:39.871Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 3febee29-5c43-4eb7-bec1-ccb21486068e
2021-04-10T01:31:39.872Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3febee29-5c43-4eb7-bec1-ccb21486068e and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:31:39.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618018197054,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.881Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "dcae-sch",
"timestamp": 1618018196304,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.881Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618018197482,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.882Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.882Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "policy-id",
"timestamp": 1618018192468,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T01:31:39.882Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.882Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618018197054,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.882Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.882Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "dcae-sch",
"timestamp": 1618018196304,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.882Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.882Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618018197482,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.882Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.883Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618018197054,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.883Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.883Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "dcae-sch",
"timestamp": 1618018196304,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.883Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.883Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618018197482,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.883Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.883Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "aai-ml",
"timestamp": 1618018202396,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T01:31:39.883Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:31:39.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.883Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "policy-id",
"timestamp": 1618018202504,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:31:39.883Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:31:39.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618018197054,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.884Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "dcae-sch",
"timestamp": 1618018196304,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.884Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618018197482,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.884Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "clamp",
"timestamp": 1618018202714,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.884Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "aai-ml",
"timestamp": 1618018203400,
"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-04-10T01:31:39.889Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3febee29-5c43-4eb7-bec1-ccb21486068e
2021-04-10T01:31:39.889Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3febee29-5c43-4eb7-bec1-ccb21486068e 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-04-10T01:31:39.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "policy-id",
"timestamp": 1618018203508,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T01:31:39.899Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:31:39.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618018197054,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "dcae-sch",
"timestamp": 1618018196304,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618018197482,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "clamp",
"timestamp": 1618018202714,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "policy-id",
"timestamp": 1618018204510,
"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-04-10T01:31:39.905Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3febee29-5c43-4eb7-bec1-ccb21486068e
2021-04-10T01:31:39.906Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3febee29-5c43-4eb7-bec1-ccb21486068e 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-04-10T01:31:39.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618018197054,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T01:31:39.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618018197482,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T01:31:39.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "clamp",
"timestamp": 1618018202714,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618018206329,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:31:39.916Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:31:39.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "clamp",
"timestamp": 1618018202714,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "clamp",
"timestamp": 1618018202714,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618018208144,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T01:31:39.916Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:31:39.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "clamp",
"timestamp": 1618018202714,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618018209147,
"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-04-10T01:31:39.921Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3febee29-5c43-4eb7-bec1-ccb21486068e
2021-04-10T01:31:39.921Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3febee29-5c43-4eb7-bec1-ccb21486068e 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-04-10T01:31:39.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "clamp",
"timestamp": 1618018202714,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "clamp",
"timestamp": 1618018202714,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T01:31:39.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-04-10T01:31:39.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018216299,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T01:31:39.931Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:31:39.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "clamp",
"timestamp": 1618018218582,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:31:39.931Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:31:39.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "clamp",
"timestamp": 1618018219600,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T01:31:39.931Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:31:39.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "clamp",
"timestamp": 1618018220603,
"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-04-10T01:31:39.936Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3febee29-5c43-4eb7-bec1-ccb21486068e
2021-04-10T01:31:39.936Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3febee29-5c43-4eb7-bec1-ccb21486068e 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-04-10T01:31:52.962Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3febee29-5c43-4eb7-bec1-ccb21486068e
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-04-10T01:31:52.974Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3febee29-5c43-4eb7-bec1-ccb21486068e
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-04-10T01:31:52.978Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T01:31:52.978Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-10T01:31:52.978Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-10T01:31:52.978Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-10T01:31:52.978Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-10T01:31:52.979Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-10T01:31:52.979Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-10T01:31:52.979Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-10T01:31:52.979Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-10T01:31:52.979Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-10T01:31:52.979Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-10T01:31:52.979Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||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-04-10T01:31:52.984Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-10T01:32:22.984Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3febee29-5c43-4eb7-bec1-ccb21486068e 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-04-10T01:32:22.990Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3febee29-5c43-4eb7-bec1-ccb21486068e and serviceModelVersionId: 11c23861-8e19-4a93-9315-d80773db547e
2021-04-10T01:32:22.990Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 364f354a-8915-4a02-bac5-d8e7417f69ce
2021-04-10T01:32:22.991Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/364f354a-8915-4a02-bac5-d8e7417f69ce/model-vers/model-ver/11c23861-8e19-4a93-9315-d80773db547e?depth=0
2021-04-10T01:32:22.995Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-04-10T01:32:23.033Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/364f354a-8915-4a02-bac5-d8e7417f69ce/model-vers/model-ver/11c23861-8e19-4a93-9315-d80773db547e?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-04-10T01:32:23.033Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/364f354a-8915-4a02-bac5-d8e7417f69ce/model-vers/model-ver/11c23861-8e19-4a93-9315-d80773db547e?depth=0|INFO|500||Invoke
2021-04-10T01:32:23.057Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/364f354a-8915-4a02-bac5-d8e7417f69ce/model-vers/model-ver/11c23861-8e19-4a93-9315-d80773db547e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-10T01:32:23.301Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/364f354a-8915-4a02-bac5-d8e7417f69ce/model-vers/model-ver/11c23861-8e19-4a93-9315-d80773db547e?depth=0|INFO|500||InvokeReturn
2021-04-10T01:32:23.302Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/364f354a-8915-4a02-bac5-d8e7417f69ce/model-vers/model-ver/11c23861-8e19-4a93-9315-d80773db547e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210410-01:32:23:061-17175], vertex-id=[172120], Content-Length=[0], Date=[Sat, 10 Apr 2021 01:32:23 GMT], Content-Type=[application/json]}
2021-04-10T01:32:23.302Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-04-10T01:32:23.303Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-10T01:32:23.303Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T01:32:23.307Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||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-04-10T01:32:23.307Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3febee29-5c43-4eb7-bec1-ccb21486068e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-10T01:32:23.307Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-10T01:32:23.307Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:32:23.309Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:32:23.309Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018343307,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T01:32:23.409Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:32:23.410Z||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-04-10T01:32:23.411Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:32:23.426Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:32:23.426Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 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-04-10T01:32:24.322Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:32:24.322Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:32:24.322Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:32:33.859Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:32:39.803Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:32:39.804Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:32:39.804Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:32:39.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:32:39.806Z||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-04-10T01:32:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:32:39.827Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:32:39.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:32:39.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018239803,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:32:39.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:32:39.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:32:39.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018239803,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:32:39.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:32:39.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:32:39.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018239803,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:32:39.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:32:39.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:32:39.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018239803,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:32:39.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:32:39.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:32:39.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018239803,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:32:39.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:32:39.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:32:39.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018239803,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:32:39.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:32:39.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:32:39.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018239803,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:32:39.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:32:39.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:32:39.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018239803,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T01:32:39.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-04-10T01:32:39.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:32:39.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018249988,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:32:39.835Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:32:39.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:32:39.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018251935,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-10T01:32:39.835Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:32:47.709Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:32:47.710Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-10T01:32:47.710Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"2245e9e9-590d-48fc-ae0a-ced06624b529","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"1440c323-b3f7-41d8-97fd-49e7f8a1a064","serviceDescription":"service","serviceInvariantUUID":"8b5978b7-54d6-4886-8ca1-20a5091e99e7","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c969ceaf-b4f1-4949-9a59-a89d4b7f6c7c","resourceInvariantUUID":"4f696631-2e3b-4bc3-9717-214c7504d6a0","resourceCustomizationUUID":"f2d73561-3a9f-40df-b72f-add44c802b20","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"OTUzZWM5MDViMTk5OWVhNTJhZTYxZWZkYzQ3ZTQ4OTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"39bbefa7-c203-46c7-99c7-6bc895910b99","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"NTJjMTc5NWFjY2JlOGQ2N2M3N2Q1MDI2YTNiZjA3MDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7fc9ca16-9bb6-4e8c-af75-0b5ef5cbac35","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"57f48d61-26ff-47a2-b3e2-8c619a20b7ab","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8a6a39d8-4406-4c26-aa10-449388c4206c","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"64cec56d-93d1-45da-82c7-57a2f99da0e2","artifactVersion":"2","generatedFromUUID":"57f48d61-26ff-47a2-b3e2-8c619a20b7ab"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZTcyY2IyYzA3MzE5MzkxYjgzNGQ5OTUxN2Y5M2UwOWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d66c9a6-aa46-4815-99c6-dc43dd5d997f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MWQ4MDM2ZTc3NTNjZTU3ZmFjODQzMzcwZTdiNmJjN2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"98838f53-2e83-4e29-823f-220ec40df682","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-10T01:32:47.712Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:32:47.712Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:32:47.714Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:32:47.714Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018359803,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:32:47.814Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:32:47.815Z||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-04-10T01:32:47.815Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:32:47.824Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:32:47.825Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-10T01:32:48.715Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:32:48.716Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:32:48.717Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:32:48.717Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018359803,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-04-10T01:32:48.818Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-10T01:32:48.819Z||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-04-10T01:32:48.819Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:32:48.834Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:32:48.834Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:32:49.718Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:32:49.719Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:32:49.721Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:32:49.721Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018359803,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-04-10T01:32:49.822Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:32:49.823Z||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-04-10T01:32:49.823Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:32:49.833Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:32:49.834Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:32:50.722Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:32:50.723Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:32:50.725Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:32:50.726Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018359803,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:32:50.826Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:32:50.827Z||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-04-10T01:32:50.827Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:32:50.837Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:32:50.838Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:32:51.726Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:32:51.727Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:32:51.729Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:32:51.729Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018359803,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-04-10T01:32:51.829Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:32:51.830Z||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-04-10T01:32:51.830Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:32:51.840Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:32:51.840Z||pool-39-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:32:52.730Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:32:52.731Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:32:52.733Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:32:52.733Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018359803,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-10T01:32:52.833Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:32:52.834Z||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-04-10T01:32:52.834Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:32:52.843Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:32:52.844Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:32:53.733Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:32:53.734Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:32:53.735Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:32:53.736Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018359803,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-04-10T01:32:53.836Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:32:53.837Z||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-04-10T01:32:53.837Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:32:53.850Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:32:53.851Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-04-10T01:32:54.737Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "1440c323-b3f7-41d8-97fd-49e7f8a1a064",
"serviceDescription": "service",
"serviceInvariantUUID": "8b5978b7-54d6-4886-8ca1-20a5091e99e7",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "f2d73561-3a9f-40df-b72f-add44c802b20",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c969ceaf-b4f1-4949-9a59-a89d4b7f6c7c",
"resourceInvariantUUID": "4f696631-2e3b-4bc3-9717-214c7504d6a0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "NTJjMTc5NWFjY2JlOGQ2N2M3N2Q1MDI2YTNiZjA3MDc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7fc9ca16-9bb6-4e8c-af75-0b5ef5cbac35",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "57f48d61-26ff-47a2-b3e2-8c619a20b7ab",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "64cec56d-93d1-45da-82c7-57a2f99da0e2",
"generatedFromUUID": "57f48d61-26ff-47a2-b3e2-8c619a20b7ab"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "64cec56d-93d1-45da-82c7-57a2f99da0e2",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "MWQ4MDM2ZTc3NTNjZTU3ZmFjODQzMzcwZTdiNmJjN2Q\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "98838f53-2e83-4e29-823f-220ec40df682"
}
],
"workloadContext": "Production"
}
2021-04-10T01:32:54.737Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-10T01:32:54.737Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1440c323-b3f7-41d8-97fd-49e7f8a1a064 ASDC
2021-04-10T01:32:54.738Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:2245e9e9-590d-48fc-ae0a-ced06624b529
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:1440c323-b3f7-41d8-97fd-49e7f8a1a064
ServiceInvariantUUID:8b5978b7-54d6-4886-8ca1-20a5091e99e7
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:98838f53-2e83-4e29-823f-220ec40df682
ArtifactChecksum:MWQ4MDM2ZTc3NTNjZTU3ZmFjODQzMzcwZTdiNmJjN2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:f2d73561-3a9f-40df-b72f-add44c802b20
ResourceInvariantUUID:4f696631-2e3b-4bc3-9717-214c7504d6a0
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:c969ceaf-b4f1-4949-9a59-a89d4b7f6c7c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:7fc9ca16-9bb6-4e8c-af75-0b5ef5cbac35
ArtifactChecksum:NTJjMTc5NWFjY2JlOGQ2N2M3N2Q1MDI2YTNiZjA3MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:57f48d61-26ff-47a2-b3e2-8c619a20b7ab
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:64cec56d-93d1-45da-82c7-57a2f99da0e2
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:64cec56d-93d1-45da-82c7-57a2f99da0e2
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-10T01:32:54.738Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1440c323-b3f7-41d8-97fd-49e7f8a1a064 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-04-10T01:32:54.764Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T01:32:54.765Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-10T01:32:54.765Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-10T01:32:54.765Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 98838f53-2e83-4e29-823f-220ec40df682 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-10T01:32:54.765Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-10T01:32:54.765Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-10T01:32:55.597Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-10T01:32:55.602Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 98838f53-2e83-4e29-823f-220ec40df682 74271
2021-04-10T01:32:55.602Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-04-10T01:32:55.602Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-10T01:32:55.602Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T01:32:55.602Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:32:55.604Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:32:55.604Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018375602,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:32:55.705Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-10T01:32:55.706Z||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-04-10T01:32:55.706Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:32:55.715Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:32:55.716Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:32:56.605Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T01:32:56.607Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-10T01:32:56.607Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 98838f53-2e83-4e29-823f-220ec40df682, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-04-10T01:32:56.607Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-04-10T01:32:56.608Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-04-10T01:32:56.608Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-04-10T01:32:56.768Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2654461004474879666/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-04-10T01:32:57.809Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-10T01:32:57.810Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-04-10T01:32:57.810Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-10T01:32:57.810Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-10T01:32:57.810Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-10T01:32:57.810Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-10T01:32:57.810Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 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-BasicVm-csar.csar
2021-04-10T01:32:57.810Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||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-BasicVm-csar.csar
2021-04-10T01:32:57.810Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||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-BasicVm-csar.csar
2021-04-10T01:32:57.810Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||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-BasicVm-csar.csar
2021-04-10T01:32:57.810Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-10T01:32:57.810Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||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-BasicVm-csar.csar
2021-04-10T01:32:57.810Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-10T01:32:57.810Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||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-BasicVm-csar.csar
2021-04-10T01:32:57.811Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-04-10T01:32:57.811Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:32:57.811Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:32:57.811Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-10T01:32:57.811Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-04-10T01:32:57.811Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T01:32:57.811Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:32:57.811Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:32:57.811Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-10T01:32:57.811Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-04-10T01:32:57.812Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T01:32:57.812Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:32:57.812Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:32:57.812Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:32:57.812Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-10T01:32:57.812Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-10T01:32:57.812Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-04-10T01:32:57.812Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-04-10T01:32:57.812Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-04-10T01:32:57.812Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-10T01:32:57.813Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:32:57.813Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-10T01:32:57.813Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:32:57.813Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-10T01:32:57.813Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:32:57.813Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:32:57.813Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-10T01:32:57.813Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:32:57.813Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:32:57.813Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-10T01:32:57.814Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:32:57.814Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:32:57.814Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-10T01:32:57.814Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-10T01:32:57.814Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-10T01:32:57.814Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ab7324a7-f05b-4dfb-a9ef-b96e1e74ea56
2021-04-10T01:32:57.814Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:32:57.814Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:32:57.814Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:32:57.814Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:32:57.814Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:32:57.814Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:32:57.814Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:32:57.815Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:32:57.815Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:1440c323-b3f7-41d8-97fd-49e7f8a1a064
Model Version:NULL
Model InvariantUuid:8b5978b7-54d6-4886-8ca1-20a5091e99e7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:a958ee03-5313-4947-b80e-17f32b47e29b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4f696631-2e3b-4bc3-9717-214c7504d6a0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f2d73561-3a9f-40df-b72f-add44c802b20
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c959b3e7-1206-45bd-b2dc-bfec72aed533
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:bd6edc9c-ec05-4b2b-b924-3a2fce00713d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ab7324a7-f05b-4dfb-a9ef-b96e1e74ea56
ModelInvariantUuid:50886770-8568-4d6b-ad37-c290dbc92243
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:3627b50d-fe27-4483-aeb2-0d0293a3493f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20
VNFC Properties:
ModelCustomizationUuid:39135fa2-51e6-4d64-9d65-7a5eebf72986
ModelInvariantUuid:14947a27-2412-40f1-9560-0bade41df6d7
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:7baeb079-2380-4329-8bdb-360de2b8bb71
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-10T01:32:57.820Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: c969ceaf-b4f1-4949-9a59-a89d4b7f6c7c
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T01:32:57.823Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||basic_vm 0
2021-04-10T01:32:57.823Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c969ceaf-b4f1-4949-9a59-a89d4b7f6c7c
2021-04-10T01:32:57.823Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7fc9ca16-9bb6-4e8c-af75-0b5ef5cbac35 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-10T01:32:57.824Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-10T01:32:57.824Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-10T01:32:57.999Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-10T01:32:57.999Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 7fc9ca16-9bb6-4e8c-af75-0b5ef5cbac35 787
2021-04-10T01:32:58.000Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-04-10T01:32:58.000Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-10T01:32:58.000Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T01:32:58.000Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:32:58.002Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:32:58.002Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018378000,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:32:58.103Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-10T01:32:58.103Z||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-04-10T01:32:58.103Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:32:58.113Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:32:58.114Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:32:59.003Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "c959b3e7-1206-45bd-b2dc-bfec72aed533",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bd6edc9c-ec05-4b2b-b924-3a2fce00713d",
"vfModuleModelCustomizationUUID": "954b0690-2280-4182-aa9f-c20e2be3a4ff",
"isBase": true,
"artifacts": [
"57f48d61-26ff-47a2-b3e2-8c619a20b7ab",
"64cec56d-93d1-45da-82c7-57a2f99da0e2"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-04-10T01:32:59.007Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bd6edc9c-ec05-4b2b-b924-3a2fce00713d
VfModuleModelInvariantUUID:c959b3e7-1206-45bd-b2dc-bfec72aed533
VfModuleModelDescription:NULL
Artifacts UUID List:{
57f48d61-26ff-47a2-b3e2-8c619a20b7ab
,
64cec56d-93d1-45da-82c7-57a2f99da0e2
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
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-04-10T01:32:59.009Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "c959b3e7-1206-45bd-b2dc-bfec72aed533",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bd6edc9c-ec05-4b2b-b924-3a2fce00713d",
"vfModuleModelCustomizationUUID": "954b0690-2280-4182-aa9f-c20e2be3a4ff",
"isBase": true,
"artifacts": [
"57f48d61-26ff-47a2-b3e2-8c619a20b7ab",
"64cec56d-93d1-45da-82c7-57a2f99da0e2"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-04-10T01:32:59.010Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bd6edc9c-ec05-4b2b-b924-3a2fce00713d
VfModuleModelInvariantUUID:c959b3e7-1206-45bd-b2dc-bfec72aed533
VfModuleModelDescription:NULL
Artifacts UUID List:{
57f48d61-26ff-47a2-b3e2-8c619a20b7ab
,
64cec56d-93d1-45da-82c7-57a2f99da0e2
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
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-04-10T01:32:59.010Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 57f48d61-26ff-47a2-b3e2-8c619a20b7ab from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-10T01:32:59.010Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-10T01:32:59.010Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-10T01:32:59.887Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-10T01:32:59.887Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 57f48d61-26ff-47a2-b3e2-8c619a20b7ab 5033
2021-04-10T01:32:59.888Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-04-10T01:32:59.888Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-10T01:32:59.888Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T01:32:59.888Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:32:59.890Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:32:59.890Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018379888,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:32:59.990Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:32:59.991Z||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-04-10T01:32:59.992Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:33:00.002Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:33:00.003Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:33:00.891Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 64cec56d-93d1-45da-82c7-57a2f99da0e2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-10T01:33:00.891Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-10T01:33:00.892Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-10T01:33:02.687Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-10T01:33:02.688Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 64cec56d-93d1-45da-82c7-57a2f99da0e2 903
2021-04-10T01:33:02.688Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-04-10T01:33:02.688Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-10T01:33:02.688Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T01:33:02.688Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:33:02.690Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:33:02.691Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618018382688,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-04-10T01:33:02.791Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:33:02.792Z||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-04-10T01:33:02.792Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:33:02.801Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-10T01:33:02.802Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:33:03.691Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 1440c323-b3f7-41d8-97fd-49e7f8a1a064
2021-04-10T01:33:03.692Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 c969ceaf-b4f1-4949-9a59-a89d4b7f6c7c ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T01:33:03.708Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:33:03.709Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:33:03.709Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2021-04-10T01:33:03.709Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= f2d73561-3a9f-40df-b72f-add44c802b20
2021-04-10T01:33:03.709Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f2d73561-3a9f-40df-b72f-add44c802b20 matches Tosca VF Customization UUID: f2d73561-3a9f-40df-b72f-add44c802b20
2021-04-10T01:33:03.709Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: f2d73561-3a9f-40df-b72f-add44c802b20 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-04-10T01:33:03.712Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:33:03.712Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:33:03.713Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id f2d73561-3a9f-40df-b72f-add44c802b20: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-04-10T01:33:03.713Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@315eb29f
2021-04-10T01:33:03.713Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:33:03.713Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-10T01:33:03.713Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 954b0690-2280-4182-aa9f-c20e2be3a4ff
2021-04-10T01:33:03.713Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 954b0690-2280-4182-aa9f-c20e2be3a4ff
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-04-10T01:33:03.716Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:33:03.716Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-10T01:33:03.716Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:33:03.716Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:33:03.716Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-10T01:33:03.716Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:33:03.717Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:33:03.717Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-10T01:33:03.717Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-10T01:33:03.717Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-10T01:33:03.717Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ab7324a7-f05b-4dfb-a9ef-b96e1e74ea56
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-10T01:33:03.719Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:33:03.719Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-10T01:33:03.720Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:33:03.720Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:33:03.720Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-10T01:33:03.720Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=f2d73561-3a9f-40df-b72f-add44c802b20
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T01:33:03.722Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:33:03.722Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:33:03.722Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 1440c323-b3f7-41d8-97fd-49e7f8a1a064: basic_vm
2021-04-10T01:33:03.722Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:33:03.722Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:33:03.722Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:33:03.722Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:33:03.723Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:33:03.723Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:33:03.723Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-10T01:33:03.723Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:33:03.723Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery