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-09-09T10:40:13.092Z||main|||||INFO|500||The following profiles are active: basic
2021-09-09T10:40:21.992Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-09T10:40:21.992Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-09T10:40:22.063Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-09T10:40:24.221Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-09T10:40:24.409Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-09T10:40:24.762Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-09T10:40:24.768Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-09T10:40:24.854Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-09T10:40:24.974Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-09T10:40:25.340Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-09T10:40:26.137Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-09T10:40:27.934Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-09T10:40:27.980Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-09T10:40:28.430Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-09T10:40:28.586Z||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-09-09T10:40:29.768Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-09T10:40:30.698Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-09-09T10:40:30.714Z||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$$972d103d.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-09-09T10:40:30.715Z||main|||||WARN|500||The sdc end point is not alive
2021-09-09T10:40:33.397Z||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-09-09T10:40:35.943Z||main|||||WARN|500||---
2021-09-09T10:40:35.943Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-09T10:40:35.943Z||main|||||WARN|500||---
2021-09-09T10:40:36.368Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-09T10:40:40.459Z||main|||||INFO|500||Started Application in 31.579 seconds (JVM running for 32.651)
2021-09-09T10:40:40.472Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-09T10:40:40.473Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-09T10:40:40.483Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-09T10:40:40.549Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-09T10:40:40.586Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a15265b4-2c5b-4ae6-ba33-e07ea98ddc2c url= /sdc/v1/artifactTypes
2021-09-09T10:40:40.587Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-09T10:40:40.846Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-09T10:40:40.866Z||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-09-09T10:40:40.888Z||scheduling-1|||||DEBUG|500||create keys
2021-09-09T10:40:40.897Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-09T10:40:40.920Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T10:40:40.936Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 63a8b12b-aa83-4d75-a1a6-c719297b9435 url= /sdc/v1/registerForDistribution
2021-09-09T10:40:41.011Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 63a8b12b-aa83-4d75-a1a6-c719297b9435 url= /sdc/v1/registerForDistribution
2021-09-09T10:40:41.012Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-09T10:40:41.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T10:40:41.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T10:40:41.025Z||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-09-09T10:40:41.025Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T10:40:41.025Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-09T10:40:41.026Z||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-09-09T10:40:41.026Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T10:40:51.222Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T10:40:51.224Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T10:41:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T10:41:41.019Z||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-09-09T10:41:41.020Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T10:41:41.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T10:41:41.020Z||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-09-09T10:41:41.020Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T10:41:50.568Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T10:41:50.569Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T10:42:41.018Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T10:42:41.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T10:42:41.019Z||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-09-09T10:42:41.020Z||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-09-09T10:42:41.020Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T10:42:41.020Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T10:42:50.562Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T10:42:50.562Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T10:43:41.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T10:43:41.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T10:43:41.022Z||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-09-09T10:43:41.022Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-09T10:43:41.022Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T10:43:41.022Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ...
2021-09-09T10:43:50.566Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T10:43:50.568Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T10:44:41.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T10:44:41.019Z||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-09-09T10:44:41.020Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T10:44:41.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T10:44:41.020Z||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-09-09T10:44:41.021Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T10:44:50.557Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T10:44:50.558Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T10:45:41.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T10:45:41.019Z||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-09-09T10:45:41.019Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T10:45:41.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T10:45:41.020Z||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-09-09T10:45:41.020Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T10:45:50.557Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T10:45:50.557Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T10:46:41.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T10:46:41.019Z||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-09-09T10:46:41.020Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T10:46:41.020Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T10:46:41.020Z||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-09-09T10:46:41.020Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T10:46:50.557Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T10:46:50.559Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T10:47:41.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T10:47:41.019Z||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-09-09T10:47:41.019Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T10:47:41.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T10:47:41.020Z||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-09-09T10:47:41.020Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T10:47:50.560Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T10:47:50.560Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T10:48:41.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T10:48:41.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T10:48:41.021Z||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-09-09T10:48:41.021Z||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-09-09T10:48:41.021Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T10:48:41.021Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T10:48:50.559Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T10:48:50.560Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T10:49:41.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T10:49:41.019Z||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-09-09T10:49:41.019Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T10:49:41.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T10:49:41.020Z||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-09-09T10:49:41.021Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T10:49:50.556Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T10:49:50.556Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T10:50:12.973Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-09T10:50:41.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T10:50:41.019Z||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-09-09T10:50:41.019Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T10:50:41.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T10:50:41.020Z||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-09-09T10:50:41.020Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T10:50:50.556Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T10:50:50.557Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T10:51:41.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T10:51:41.019Z||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-09-09T10:51:41.019Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T10:51:41.020Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T10:51:41.020Z||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-09-09T10:51:41.020Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T10:51:50.556Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T10:51:50.559Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T10:52:41.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T10:52:41.019Z||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-09-09T10:52:41.019Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T10:52:41.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T10:52:41.020Z||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-09-09T10:52:41.020Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T10:52:50.558Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T10:52:50.559Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T10:53:41.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T10:53:41.019Z||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-09-09T10:53:41.019Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T10:53:41.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T10:53:41.021Z||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-09-09T10:53:41.021Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T10:53:50.556Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T10:53:50.562Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T10:54:41.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T10:54:41.019Z||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-09-09T10:54:41.019Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T10:54:41.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T10:54:41.020Z||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-09-09T10:54:41.020Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T10:54:50.556Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T10:54:50.556Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T10:55:41.018Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T10:55:41.019Z||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-09-09T10:55:41.019Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T10:55:41.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T10:55:41.021Z||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-09-09T10:55:41.021Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T10:55:50.555Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T10:55:50.556Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T10:56:41.018Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T10:56:41.019Z||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-09-09T10:56:41.019Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T10:56:41.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T10:56:41.020Z||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-09-09T10:56:41.020Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T10:56:50.567Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T10:56:50.572Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T10:57:41.018Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T10:57:41.019Z||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-09-09T10:57:41.019Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T10:57:41.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T10:57:41.020Z||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-09-09T10:57:41.020Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T10:57:50.555Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T10:57:50.558Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T10:58:41.018Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T10:58:41.019Z||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-09-09T10:58:41.019Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T10:58:41.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T10:58:41.020Z||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-09-09T10:58:41.020Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T10:58:50.557Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T10:58:50.557Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T10:59:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T10:59:41.019Z||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-09-09T10:59:41.019Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T10:59:41.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T10:59:41.021Z||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-09-09T10:59:41.021Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T10:59:50.557Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T10:59:50.558Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:00:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:00:41.019Z||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-09-09T11:00:41.019Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:00:41.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:00:41.020Z||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-09-09T11:00:41.021Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:00:50.556Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:00:50.557Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:01:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:01:41.019Z||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-09-09T11:01:41.019Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:01:41.020Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:01:41.020Z||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-09-09T11:01:41.020Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:01:50.578Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:01:50.579Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:02:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:02:41.019Z||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-09-09T11:02:41.019Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:02:41.020Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:02:41.020Z||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-09-09T11:02:41.020Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:02:50.555Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:02:50.556Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:03:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:03:41.019Z||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-09-09T11:03:41.019Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:03:41.020Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:03:41.020Z||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-09-09T11:03:41.020Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:03:50.553Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:03:50.555Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:04:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:04:41.019Z||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-09-09T11:04:41.019Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:04:41.020Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:04:41.020Z||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-09-09T11:04:41.020Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:04:50.555Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:04:50.556Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:05:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:05:41.019Z||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-09-09T11:05:41.019Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:05:41.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:05:41.020Z||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-09-09T11:05:41.020Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:05:50.554Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:05:50.555Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:06:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:06:41.019Z||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-09-09T11:06:41.019Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:06:41.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:06:41.020Z||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-09-09T11:06:41.020Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:06:50.554Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:06:50.556Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:07:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:07:41.019Z||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-09-09T11:07:41.019Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:07:41.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:07:41.020Z||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-09-09T11:07:41.020Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:07:50.556Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:07:50.556Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:08:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:08:41.019Z||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-09-09T11:08:41.019Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:08:41.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:08:41.020Z||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-09-09T11:08:41.020Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:08:50.557Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:08:50.559Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:09:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:09:41.019Z||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-09-09T11:09:41.019Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:09:41.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:09:41.020Z||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-09-09T11:09:41.020Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:09:50.555Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:09:50.557Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:10:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:10:41.019Z||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-09-09T11:10:41.019Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:10:41.020Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:10:41.020Z||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-09-09T11:10:41.020Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:10:50.555Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:10:50.560Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:11:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:11:41.019Z||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-09-09T11:11:41.019Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:11:41.020Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:11:41.020Z||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-09-09T11:11:41.021Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:11:50.556Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:11:50.556Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:12:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:12:41.019Z||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-09-09T11:12:41.019Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:12:41.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:12:41.020Z||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-09-09T11:12:41.020Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:12:50.555Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:12:50.556Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:13:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:13:41.019Z||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-09-09T11:13:41.019Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:13:41.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:13:41.020Z||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-09-09T11:13:41.021Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:13:50.558Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:13:50.572Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:14:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:14:41.019Z||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-09-09T11:14:41.019Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:14:41.020Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:14:41.020Z||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-09-09T11:14:41.020Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:14:50.553Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:14:50.555Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:15:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:15:41.019Z||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-09-09T11:15:41.019Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:15:41.020Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:15:41.020Z||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-09-09T11:15:41.020Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:15:50.555Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:15:50.559Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:16:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:16:41.019Z||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-09-09T11:16:41.019Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:16:41.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:16:41.020Z||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-09-09T11:16:41.021Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:16:50.554Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:16:50.556Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:17:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:17:41.020Z||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-09-09T11:17:41.020Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:17:41.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:17:41.021Z||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-09-09T11:17:41.021Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:17:50.555Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:17:50.557Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:18:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:18:41.020Z||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-09-09T11:18:41.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:18:41.020Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:18:41.020Z||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-09-09T11:18:41.020Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:18:50.553Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:18:50.557Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:19:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:19:41.019Z||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-09-09T11:19:41.019Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:19:41.020Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:19:41.020Z||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-09-09T11:19:41.020Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:19:50.555Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:19:50.559Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:20:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:20:41.019Z||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-09-09T11:20:41.019Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:20:41.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:20:41.020Z||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-09-09T11:20:41.020Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:20:41.643Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:20:41.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"853656de-1e15-44cd-a0fc-dbad4dd0e8d6","serviceName":"vFW 2021-09-09 11-17-15","serviceVersion":"1.0","serviceUUID":"0ccaecaa-a6d2-4fcc-b03c-cf54c68ee08c","serviceDescription":"catalog service description","serviceInvariantUUID":"23907b03-d9c6-4c0f-a284-42c35af1810b","resources":[{"resourceInstanceName":"vFW 7c8223c6-454b 0","resourceName":"vFW 7c8223c6-454b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7214885b-2e1d-4f34-b2ee-443939aeeeb5","resourceInvariantUUID":"f4c52b14-4849-4f74-9a9b-6acb20faa269","resourceCustomizationUUID":"e8c51849-7b44-4b66-87e7-e0856d91caaf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vf-license-model.xml","artifactChecksum":"YTkwM2M0MDAzMTQwNTdlOWRmNTUyNzUxNjhjYzQxZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ac1928d7-1aa3-4128-ae5d-3415aec14689","artifactVersion":"1"},{"artifactName":"vfw7c8223c6454b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json","artifactChecksum":"Y2Q3NWY3ZjkwYzM2NTVlMzIwMjBkZTNmYjAzZWE5YWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4b614bc2-d4a2-489b-af91-2068106014e8","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7a9affb0-00ec-4b39-94dd-a4b06e9f79ea","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vendor-license-model.xml","artifactChecksum":"YTZjZmRiZDA5MjAxN2IyY2Y1OWFkNWFmZDk4ODRhZjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5a34b103-e828-45d5-9526-b35a6533d2e2","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4a9d8df0-8f75-4c2c-a4d0-0cf31a7efa48","artifactVersion":"2","generatedFromUUID":"7a9affb0-00ec-4b39-94dd-a4b06e9f79ea"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210909111715-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-template.yml","artifactChecksum":"NWJjMjU1Y2E3ODkyMmU1YTU1ODI0NGExODUzY2EyY2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e49d57d9-12c5-4610-a1a1-c6b5fb558ace","artifactVersion":"1"},{"artifactName":"service-Vfw20210909111715-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar","artifactChecksum":"Yjc1ZmNkNmI1YjlhNzZiNjY3ZjllMTllYjJmNGE2ZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5a7d83fb-856a-4d68-a78c-f4350a995f0a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-09T11:20:41.645Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:20:41.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "ves-openapi-manager",
"timestamp": 1631186393599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.654Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-09T11:20:41.659Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:20:41.668Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:20:41.668Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186441018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "aai-ml",
"timestamp": 1631186396615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "policy-id",
"timestamp": 1631186396484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "dcae-sch",
"timestamp": 1631186401622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "cds",
"timestamp": 1631186401794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "ves-openapi-manager",
"timestamp": 1631186393599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "aai-ml",
"timestamp": 1631186396615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "policy-id",
"timestamp": 1631186396484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "dcae-sch",
"timestamp": 1631186401622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "cds",
"timestamp": 1631186401794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "ves-openapi-manager",
"timestamp": 1631186393599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "aai-ml",
"timestamp": 1631186396615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "policy-id",
"timestamp": 1631186396484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-09T11:20:41.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "dcae-sch",
"timestamp": 1631186401622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "cds",
"timestamp": 1631186401794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "ves-openapi-manager",
"timestamp": 1631186393599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "aai-ml",
"timestamp": 1631186396615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "policy-id",
"timestamp": 1631186396484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "dcae-sch",
"timestamp": 1631186401622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.689Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "cds",
"timestamp": 1631186401794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.689Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "ves-openapi-manager",
"timestamp": 1631186393599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.690Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "aai-ml",
"timestamp": 1631186396615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.690Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "policy-id",
"timestamp": 1631186396484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "dcae-sch",
"timestamp": 1631186401622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "cds",
"timestamp": 1631186401794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "ves-openapi-manager",
"timestamp": 1631186393599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "aai-ml",
"timestamp": 1631186396615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "policy-id",
"timestamp": 1631186396484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "dcae-sch",
"timestamp": 1631186401622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "cds",
"timestamp": 1631186401794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631186406910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "ves-openapi-manager",
"timestamp": 1631186393599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "aai-ml",
"timestamp": 1631186396615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar",
"status": "NOTIFIED"
}
2021-09-09T11:20:41.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "policy-id",
"timestamp": 1631186396484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar",
"status": "NOTIFIED"
}
2021-09-09T11:20:41.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "dcae-sch",
"timestamp": 1631186401622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.696Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "cds",
"timestamp": 1631186401794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar",
"status": "NOTIFIED"
}
2021-09-09T11:20:41.696Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631186406910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json",
"status": "NOTIFIED"
}
2021-09-09T11:20:41.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631186406910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-09T11:20:41.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631186406910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "aai-ml",
"timestamp": 1631186410594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-09T11:20:41.698Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:20:41.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "policy-id",
"timestamp": 1631186410580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-09T11:20:41.699Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:20:41.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "cds",
"timestamp": 1631186410854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-09T11:20:41.699Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:20:41.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631186406910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-09T11:20:41.700Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "policy-id",
"timestamp": 1631186411588,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-09T11:20:41.701Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:20:41.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "cds",
"timestamp": 1631186411871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-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-09-09T11:20:41.769Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-09T11:20:41.773Z||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-09-09T11:20:41.773Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:20:41.783Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:20:41.783Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-09T11:20:41.873Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 853656de-1e15-44cd-a0fc-dbad4dd0e8d6
2021-09-09T11:20:41.887Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 853656de-1e15-44cd-a0fc-dbad4dd0e8d6 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-09-09T11:20:41.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "clamp",
"timestamp": 1631186411847,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.908Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631186406910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.909Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "policy-id",
"timestamp": 1631186412592,
"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-09-09T11:20:41.923Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 853656de-1e15-44cd-a0fc-dbad4dd0e8d6
2021-09-09T11:20:41.923Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 853656de-1e15-44cd-a0fc-dbad4dd0e8d6 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-09-09T11:20:41.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "clamp",
"timestamp": 1631186411847,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json",
"status": "NOTIFIED"
}
2021-09-09T11:20:41.930Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631186406910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar",
"status": "NOTIFIED"
}
2021-09-09T11:20:41.931Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "clamp",
"timestamp": 1631186411847,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.931Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631186415104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-09T11:20:41.932Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:20:41.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631186414604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.932Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.933Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "clamp",
"timestamp": 1631186411847,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.933Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.933Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631186414604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.933Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "clamp",
"timestamp": 1631186411847,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.934Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631186416595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-09T11:20:41.934Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:20:41.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631186414604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "clamp",
"timestamp": 1631186411847,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631186414604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.936Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.936Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "clamp",
"timestamp": 1631186411847,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar",
"status": "NOTIFIED"
}
2021-09-09T11:20:41.936Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.936Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631186418507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-09T11:20:41.936Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:20:41.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631186414604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.937Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631186414604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:41.938Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631186421245,
"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-09-09T11:20:41.942Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 853656de-1e15-44cd-a0fc-dbad4dd0e8d6
2021-09-09T11:20:41.942Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 853656de-1e15-44cd-a0fc-dbad4dd0e8d6 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-09-09T11:20:41.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631186414604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar",
"status": "NOTIFIED"
}
2021-09-09T11:20:41.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:20:41.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631186422249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-09T11:20:41.951Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:20:41.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631186422589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-09T11:20:41.951Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:20:41.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "aai-ml",
"timestamp": 1631186422646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-09T11:20:41.952Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:20:41.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "aai-ml",
"timestamp": 1631186423651,
"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-09-09T11:20:41.956Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 853656de-1e15-44cd-a0fc-dbad4dd0e8d6
2021-09-09T11:20:41.956Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 853656de-1e15-44cd-a0fc-dbad4dd0e8d6 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-09-09T11:20:41.962Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.962Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631186427117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-09T11:20:41.962Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:20:41.962Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.962Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631186428122,
"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-09-09T11:20:41.965Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 853656de-1e15-44cd-a0fc-dbad4dd0e8d6
2021-09-09T11:20:41.966Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 853656de-1e15-44cd-a0fc-dbad4dd0e8d6 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-09-09T11:20:41.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "clamp",
"timestamp": 1631186428341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-09T11:20:41.972Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:20:41.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "clamp",
"timestamp": 1631186430344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-09T11:20:41.973Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:20:41.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:20:41.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "clamp",
"timestamp": 1631186431348,
"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-09-09T11:20:41.976Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 853656de-1e15-44cd-a0fc-dbad4dd0e8d6
2021-09-09T11:20:41.976Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 853656de-1e15-44cd-a0fc-dbad4dd0e8d6 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-09-09T11:20:42.673Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-09T11:20:42.674Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:20:42.675Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:20:42.675Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186441018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json",
"status": "NOTIFIED"
}
2021-09-09T11:20:42.775Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-09T11:20:42.776Z||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-09-09T11:20:42.777Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:20:42.787Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:20:42.787Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-09T11:20:43.676Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-09T11:20:43.677Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:20:43.679Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:20:43.679Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186441018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-09T11:20:43.779Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-09T11:20:43.780Z||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-09-09T11:20:43.780Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:20:43.789Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:20:43.790Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-09T11:20:44.680Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-09T11:20:44.681Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:20:44.683Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:20:44.683Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186441018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:44.783Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-09T11:20:44.784Z||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-09-09T11:20:44.784Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:20:44.793Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:20:44.794Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-09T11:20:45.684Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-09T11:20:45.684Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:20:45.686Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:20:45.686Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186441018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-09T11:20:45.786Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-09T11:20:45.787Z||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-09-09T11:20:45.788Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:20:45.797Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:20:45.797Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-09T11:20:46.687Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-09T11:20:46.688Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:20:46.690Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:20:46.690Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186441018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:20:46.790Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-09T11:20:46.791Z||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-09-09T11:20:46.791Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:20:46.801Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:20:46.802Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-09T11:20:47.691Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-09T11:20:47.692Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:20:47.694Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:20:47.694Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186441018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar",
"status": "NOTIFIED"
}
2021-09-09T11:20:47.794Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-09T11:20:47.796Z||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-09-09T11:20:47.796Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:20:47.806Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:20:47.806Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-09T11:20:48.696Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"serviceName": "vFW 2021-09-09 11-17-15",
"serviceVersion": "1.0",
"serviceUUID": "0ccaecaa-a6d2-4fcc-b03c-cf54c68ee08c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "23907b03-d9c6-4c0f-a284-42c35af1810b",
"resources": [
{
"resourceInstanceName": "vFW 7c8223c6-454b 0",
"resourceCustomizationUUID": "e8c51849-7b44-4b66-87e7-e0856d91caaf",
"resourceName": "vFW 7c8223c6-454b",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7214885b-2e1d-4f34-b2ee-443939aeeeb5",
"resourceInvariantUUID": "f4c52b14-4849-4f74-9a9b-6acb20faa269",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw7c8223c6454b0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json",
"artifactChecksum": "Y2Q3NWY3ZjkwYzM2NTVlMzIwMjBkZTNmYjAzZWE5YWY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4b614bc2-d4a2-489b-af91-2068106014e8",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7a9affb0-00ec-4b39-94dd-a4b06e9f79ea",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4a9d8df0-8f75-4c2c-a4d0-0cf31a7efa48",
"generatedFromUUID": "7a9affb0-00ec-4b39-94dd-a4b06e9f79ea"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4a9d8df0-8f75-4c2c-a4d0-0cf31a7efa48",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210909111715-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar",
"artifactChecksum": "Yjc1ZmNkNmI1YjlhNzZiNjY3ZjllMTllYjJmNGE2ZjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5a7d83fb-856a-4d68-a78c-f4350a995f0a"
}
],
"workloadContext": "Production"
}
2021-09-09T11:20:48.697Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-09T11:20:48.698Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0ccaecaa-a6d2-4fcc-b03c-cf54c68ee08c ASDC
2021-09-09T11:20:48.840Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:853656de-1e15-44cd-a0fc-dbad4dd0e8d6
ServiceName:vFW 2021-09-09 11-17-15
ServiceVersion:1.0
ServiceUUID:0ccaecaa-a6d2-4fcc-b03c-cf54c68ee08c
ServiceInvariantUUID:23907b03-d9c6-4c0f-a284-42c35af1810b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210909111715-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar
ArtifactUUID:5a7d83fb-856a-4d68-a78c-f4350a995f0a
ArtifactChecksum:Yjc1ZmNkNmI1YjlhNzZiNjY3ZjllMTllYjJmNGE2ZjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7c8223c6-454b 0
ResourceCustomizationUUID:e8c51849-7b44-4b66-87e7-e0856d91caaf
ResourceInvariantUUID:f4c52b14-4849-4f74-9a9b-6acb20faa269
ResourceName:vFW 7c8223c6-454b
ResourceType:VF
ResourceUUID:7214885b-2e1d-4f34-b2ee-443939aeeeb5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7c8223c6454b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json
ArtifactUUID:4b614bc2-d4a2-489b-af91-2068106014e8
ArtifactChecksum:Y2Q3NWY3ZjkwYzM2NTVlMzIwMjBkZTNmYjAzZWE5YWY=
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/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml
ArtifactUUID:7a9affb0-00ec-4b39-94dd-a4b06e9f79ea
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/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env
ArtifactUUID:4a9d8df0-8f75-4c2c-a4d0-0cf31a7efa48
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/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env
ArtifactUUID:4a9d8df0-8f75-4c2c-a4d0-0cf31a7efa48
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-09T11:20:48.841Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0ccaecaa-a6d2-4fcc-b03c-cf54c68ee08c 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-09-09T11:20:48.880Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-09T11:20:48.881Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-09T11:20:48.882Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-09T11:20:48.882Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5a7d83fb-856a-4d68-a78c-f4350a995f0a from URL: /sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar
2021-09-09T11:20:48.882Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-09T11:20:48.883Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar
2021-09-09T11:20:49.749Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-09T11:20:49.766Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar 5a7d83fb-856a-4d68-a78c-f4350a995f0a 98706
2021-09-09T11:20:49.767Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar ASDC sendASDCNotification
2021-09-09T11:20:49.768Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar
2021-09-09T11:20:49.768Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-09T11:20:49.769Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:20:49.771Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:20:49.771Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186449766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-09T11:20:49.872Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-09T11:20:49.872Z||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-09-09T11:20:49.873Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:20:49.883Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:20:49.883Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-09T11:20:50.772Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-09T11:20:50.773Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-09T11:20:50.773Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5a7d83fb-856a-4d68-a78c-f4350a995f0a, URL: /sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar to file: /app/ASDC/1/service-Vfw20210909111715-csar.csar
2021-09-09T11:20:50.774Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210909111715-csar.csar
2021-09-09T11:20:50.837Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210909111715-csar.csar
2021-09-09T11:20:50.837Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210909111715-csar.csar
2021-09-09T11:20:51.715Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6019557448822568646/Definitions/service-Vfw20210909111715-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-09-09T11:20:54.271Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-09T11:20:54.275Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-09T11:20:54.276Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210909111715-csar.csar
2021-09-09T11:20:54.276Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-09T11:20:54.276Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||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-Vfw20210909111715-csar.csar
2021-09-09T11:20:54.276Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||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-Vfw20210909111715-csar.csar
2021-09-09T11:20:54.276Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||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-Vfw20210909111715-csar.csar
2021-09-09T11:20:54.276Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210909111715-csar.csar
2021-09-09T11:20:54.277Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210909111715-csar.csar
2021-09-09T11:20:54.277Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||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-Vfw20210909111715-csar.csar
2021-09-09T11:20:54.277Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||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-Vfw20210909111715-csar.csar
2021-09-09T11:20:54.277Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||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-Vfw20210909111715-csar.csar
2021-09-09T11:20:54.277Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210909111715-csar.csar
2021-09-09T11:20:54.277Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||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-Vfw20210909111715-csar.csar
2021-09-09T11:20:54.277Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7c8223c6-454b 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-Vfw20210909111715-csar.csar
2021-09-09T11:20:54.278Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210909111715-csar.csar
2021-09-09T11:20:54.278Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||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-Vfw20210909111715-csar.csar
2021-09-09T11:20:54.278Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-09T11:20:54.284Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:20:54.285Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-09 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:20:54.289Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7c8223c6-454b 0 is matching search criteria
2021-09-09T11:20:54.289Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-09T11:20:54.291Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7c8223c6-454b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-09T11:20:54.293Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:20:54.293Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-09 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:20:54.293Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7c8223c6-454b 0 is matching search criteria
2021-09-09T11:20:54.294Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-09T11:20:54.294Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7c8223c6-454b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-09T11:20:54.294Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:20:54.294Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-09 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:20:54.298Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:20:54.298Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7c8223c6-454b 0 is not matching search criteria
2021-09-09T11:20:54.298Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-09T11:20:54.298Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-09T11:20:54.299Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-09T11:20:54.299Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-09T11:20:54.299Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-09T11:20:54.299Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-09T11:20:54.299Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-09T11:20:54.299Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-09T11:20:54.299Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-09T11:20:54.300Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-09T11:20:54.300Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-09T11:20:54.300Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-09T11:20:54.300Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-09T11:20:54.300Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-09T11:20:54.300Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-09T11:20:54.300Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-09T11:20:54.301Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:20:54.301Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-09 11-17-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-09T11:20:54.302Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:20:54.302Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7c8223c6-454b 0 is matching search criteria
2021-09-09T11:20:54.302Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7c8223c6-454b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-09T11:20:54.302Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:20:54.303Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7c8223c6-454b 0 is matching search criteria
2021-09-09T11:20:54.303Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7c8223c6-454b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-09T11:20:54.303Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:20:54.304Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7c8223c6-454b 0 is matching search criteria
2021-09-09T11:20:54.304Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7c8223c6-454b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-09T11:20:54.304Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:20:54.305Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7c8223c6-454b 0 is not matching search criteria
2021-09-09T11:20:54.305Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-09T11:20:54.305Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-09T11:20:54.305Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-09T11:20:54.306Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-09T11:20:54.306Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-09T11:20:54.306Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-09T11:20:54.306Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-09T11:20:54.306Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-09T11:20:54.306Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-09T11:20:54.307Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-09T11:20:54.307Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-09T11:20:54.307Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=06b06039-bae9-4831-9ba0-c5691aea77c6
2021-09-09T11:20:54.307Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:20:54.307Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7c8223c6-454b 0 is not matching search criteria
2021-09-09T11:20:54.307Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-09T11:20:54.308Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-09T11:20:54.308Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-09T11:20:54.308Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-09T11:20:54.308Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-09T11:20:54.308Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-09T11:20:54.308Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-09T11:20:54.308Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-09T11:20:54.309Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-09T11:20:54.309Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-09T11:20:54.309Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-09T11:20:54.309Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-09T11:20:54.309Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bf440566-30a4-46fa-bd06-ebc765713aa2
2021-09-09T11:20:54.309Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:20:54.310Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7c8223c6-454b 0 is not matching search criteria
2021-09-09T11:20:54.310Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-09T11:20:54.310Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-09T11:20:54.310Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-09T11:20:54.310Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-09T11:20:54.310Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-09T11:20:54.311Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-09T11:20:54.311Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-09T11:20:54.311Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-09T11:20:54.311Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-09T11:20:54.311Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-09T11:20:54.311Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-09T11:20:54.312Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-09T11:20:54.312Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=10d06422-831f-4cc0-9a3f-27b23e6d59cc
2021-09-09T11:20:54.312Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:20:54.313Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-09 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:20:54.313Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:20:54.313Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-09 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:20:54.313Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:20:54.314Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-09 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:20:54.314Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:20:54.314Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-09 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:20:54.314Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-09-09 11-17-15
Description:catalog service description
Model UUID:0ccaecaa-a6d2-4fcc-b03c-cf54c68ee08c
Model Version:NULL
Model InvariantUuid:23907b03-d9c6-4c0f-a284-42c35af1810b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 7c8223c6-454b
Model UUID:536f0a77-c1b6-48bd-848e-4c7f6a461b78
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f4c52b14-4849-4f74-9a9b-6acb20faa269
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e8c51849-7b44-4b66-87e7-e0856d91caaf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c44f16ee-3095-409c-a31e-987ec6b49699
ModelName:Vfw7c8223c6454b..base_vfw..module-0
ModelUuid:805dcb1d-7f07-42e9-89f7-e7f98ec17fd7
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:06b06039-bae9-4831-9ba0-c5691aea77c6
ModelInvariantUuid:56daf293-34da-483d-9e34-debcf392c16f
ModelName:vFW 7c8223c6-454b-nodes.vfwCvfc
ModelUuid:002d33cf-ec3c-4de5-8e6d-487eafeec0dd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:80c22cf5-263f-4b65-8586-097c74089307
ModelInvariantUuid:b63107d2-2c44-47ea-9264-e7cec0d81885
ModelName:Vfw7c8223c6454b.compute.nodes.heat.vfw
ModelUuid:00d9ead3-d853-41a9-a6b6-2a3a79891ae0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:bf440566-30a4-46fa-bd06-ebc765713aa2
ModelInvariantUuid:3c09c619-8d15-4a4d-90e3-a9e7457731b0
ModelName:vFW 7c8223c6-454b-nodes.vsnCvfc
ModelUuid:4417fd65-f2f2-4c11-a415-cbcaa1641f09
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:d37e4219-3be9-4fba-ba1b-81549a598705
ModelInvariantUuid:3a3fc509-af0c-411e-8f4e-d9e7538edb9e
ModelName:Vfw7c8223c6454b.compute.nodes.heat.vsn
ModelUuid:78feef2e-2f32-4e41-956d-48b579de1b9b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:10d06422-831f-4cc0-9a3f-27b23e6d59cc
ModelInvariantUuid:ff0a5a8e-38ab-437f-ac5d-35e58c192bdf
ModelName:vFW 7c8223c6-454b-nodes.vpgCvfc
ModelUuid:0ef941fc-668a-46f9-bba1-76222d16c781
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:a60c9f9f-f5ce-42eb-8384-2872441205ed
ModelInvariantUuid:b7639511-af33-49b0-bbf3-e5cb24c50c39
ModelName:Vfw7c8223c6454b.compute.nodes.heat.vpg
ModelUuid:ff85fc33-8cc4-4ba0-b71f-642adccd3574
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-09-09T11:20:54.326Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 7214885b-2e1d-4f34-b2ee-443939aeeeb5
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-09-09T11:20:54.418Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||vFW 7c8223c6-454b 0
2021-09-09T11:20:54.473Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7214885b-2e1d-4f34-b2ee-443939aeeeb5
2021-09-09T11:20:54.473Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4b614bc2-d4a2-489b-af91-2068106014e8 from URL: /sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json
2021-09-09T11:20:54.474Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-09T11:20:54.474Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json
2021-09-09T11:20:54.801Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-09T11:20:54.802Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json 4b614bc2-d4a2-489b-af91-2068106014e8 785
2021-09-09T11:20:54.803Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json ASDC sendASDCNotification
2021-09-09T11:20:54.803Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json
2021-09-09T11:20:54.804Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-09T11:20:54.804Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:20:54.806Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:20:54.806Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186454803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-09T11:20:54.906Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-09T11:20:54.908Z||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-09-09T11:20:54.908Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:20:54.918Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:20:54.918Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-09T11:20:55.810Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7c8223c6454b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c44f16ee-3095-409c-a31e-987ec6b49699",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "805dcb1d-7f07-42e9-89f7-e7f98ec17fd7",
"vfModuleModelCustomizationUUID": "ac0605bd-bcfc-4792-9058-ba3d7bca8350",
"isBase": true,
"artifacts": [
"7a9affb0-00ec-4b39-94dd-a4b06e9f79ea",
"4a9d8df0-8f75-4c2c-a4d0-0cf31a7efa48"
],
"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-09-09T11:20:55.824Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7c8223c6454b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:805dcb1d-7f07-42e9-89f7-e7f98ec17fd7
VfModuleModelInvariantUUID:c44f16ee-3095-409c-a31e-987ec6b49699
VfModuleModelDescription:NULL
Artifacts UUID List:{
7a9affb0-00ec-4b39-94dd-a4b06e9f79ea
,
4a9d8df0-8f75-4c2c-a4d0-0cf31a7efa48
}
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-09-09T11:20:55.826Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7c8223c6454b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c44f16ee-3095-409c-a31e-987ec6b49699",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "805dcb1d-7f07-42e9-89f7-e7f98ec17fd7",
"vfModuleModelCustomizationUUID": "ac0605bd-bcfc-4792-9058-ba3d7bca8350",
"isBase": true,
"artifacts": [
"7a9affb0-00ec-4b39-94dd-a4b06e9f79ea",
"4a9d8df0-8f75-4c2c-a4d0-0cf31a7efa48"
],
"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-09-09T11:20:55.826Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7c8223c6454b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:805dcb1d-7f07-42e9-89f7-e7f98ec17fd7
VfModuleModelInvariantUUID:c44f16ee-3095-409c-a31e-987ec6b49699
VfModuleModelDescription:NULL
Artifacts UUID List:{
7a9affb0-00ec-4b39-94dd-a4b06e9f79ea
,
4a9d8df0-8f75-4c2c-a4d0-0cf31a7efa48
}
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-09-09T11:20:55.826Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7a9affb0-00ec-4b39-94dd-a4b06e9f79ea from URL: /sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml
2021-09-09T11:20:55.827Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-09T11:20:55.827Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml
2021-09-09T11:20:56.895Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-09T11:20:56.896Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml 7a9affb0-00ec-4b39-94dd-a4b06e9f79ea 20368
2021-09-09T11:20:56.896Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-09T11:20:56.896Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml
2021-09-09T11:20:56.897Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-09T11:20:56.897Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:20:56.898Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:20:56.898Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186456896,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-09T11:20:56.999Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-09T11:20:56.999Z||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-09-09T11:20:57.000Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:20:57.009Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:20:57.009Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-09T11:20:57.899Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4a9d8df0-8f75-4c2c-a4d0-0cf31a7efa48 from URL: /sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env
2021-09-09T11:20:57.900Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-09T11:20:57.900Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env
2021-09-09T11:20:58.674Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-09T11:20:58.674Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env 4a9d8df0-8f75-4c2c-a4d0-0cf31a7efa48 2098
2021-09-09T11:20:58.675Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-09T11:20:58.675Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env
2021-09-09T11:20:58.675Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-09T11:20:58.675Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:20:58.678Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:20:58.678Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186458675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-09T11:20:58.778Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-09T11:20:58.779Z||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-09-09T11:20:58.779Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:20:58.787Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:20:58.788Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-09T11:20:59.679Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 0ccaecaa-a6d2-4fcc-b03c-cf54c68ee08c
2021-09-09T11:20:59.679Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7c8223c6-454b 0 7214885b-2e1d-4f34-b2ee-443939aeeeb5 ASDC
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 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 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-09-09T11:20:59.712Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@76dda0b0, org.onap.sdc.toscaparser.api.parameters.Input@1d4f2010, org.onap.sdc.toscaparser.api.parameters.Input@65074d7a, org.onap.sdc.toscaparser.api.parameters.Input@30c5392d, org.onap.sdc.toscaparser.api.parameters.Input@2b06c7a5]
2021-09-09T11:20:59.715Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:20:59.715Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-09 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:20:59.715Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-09-09T11:20:59.716Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= e8c51849-7b44-4b66-87e7-e0856d91caaf
2021-09-09T11:20:59.716Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e8c51849-7b44-4b66-87e7-e0856d91caaf matches Tosca VF Customization UUID: e8c51849-7b44-4b66-87e7-e0856d91caaf
2021-09-09T11:20:59.716Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: e8c51849-7b44-4b66-87e7-e0856d91caaf 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-09-09T11:20:59.721Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:20:59.721Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-09 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:20:59.722Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id e8c51849-7b44-4b66-87e7-e0856d91caaf: {\"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-09-09T11:20:59.722Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@797ca94b
2021-09-09T11:20:59.722Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:20:59.722Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-09 11-17-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-09T11:20:59.723Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ac0605bd-bcfc-4792-9058-ba3d7bca8350
2021-09-09T11:20:59.723Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ac0605bd-bcfc-4792-9058-ba3d7bca8350
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-09-09T11:20:59.727Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:20:59.727Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7c8223c6-454b 0 is matching search criteria
2021-09-09T11:20:59.728Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7c8223c6-454b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-09T11:20:59.728Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:20:59.728Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7c8223c6-454b 0 is matching search criteria
2021-09-09T11:20:59.728Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7c8223c6-454b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-09T11:20:59.729Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:20:59.729Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7c8223c6-454b 0 is not matching search criteria
2021-09-09T11:20:59.729Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-09T11:20:59.729Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-09T11:20:59.729Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-09T11:20:59.729Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-09T11:20:59.729Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-09T11:20:59.730Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-09T11:20:59.730Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-09T11:20:59.730Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-09T11:20:59.730Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-09T11:20:59.730Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-09T11:20:59.730Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-09T11:20:59.730Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=06b06039-bae9-4831-9ba0-c5691aea77c6
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-09-09T11:20:59.736Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:20:59.736Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7c8223c6-454b 0 is matching search criteria
2021-09-09T11:20:59.737Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7c8223c6-454b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-09T11:20:59.737Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:20:59.737Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7c8223c6-454b 0 is not matching search criteria
2021-09-09T11:20:59.737Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-09T11:20:59.737Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-09T11:20:59.737Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-09T11:20:59.737Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-09T11:20:59.738Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-09T11:20:59.738Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-09T11:20:59.738Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-09T11:20:59.738Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-09T11:20:59.738Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-09T11:20:59.738Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-09T11:20:59.738Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-09T11:20:59.738Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-09T11:20:59.738Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bf440566-30a4-46fa-bd06-ebc765713aa2
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-09-09T11:20:59.740Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:20:59.740Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7c8223c6-454b 0 is matching search criteria
2021-09-09T11:20:59.740Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7c8223c6-454b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-09T11:20:59.742Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:20:59.742Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7c8223c6-454b 0 is not matching search criteria
2021-09-09T11:20:59.742Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-09T11:20:59.743Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-09T11:20:59.743Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-09T11:20:59.743Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-09T11:20:59.743Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-09T11:20:59.743Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-09T11:20:59.743Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-09T11:20:59.743Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-09T11:20:59.743Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-09T11:20:59.743Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-09T11:20:59.744Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-09T11:20:59.744Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-09T11:20:59.744Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=10d06422-831f-4cc0-9a3f-27b23e6d59cc
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-09-09T11:20:59.745Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:20:59.745Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7c8223c6-454b 0 is matching search criteria
2021-09-09T11:20:59.745Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7c8223c6-454b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-09T11:20:59.746Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:20:59.746Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7c8223c6-454b 0 is matching search criteria
2021-09-09T11:20:59.746Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7c8223c6-454b 0] matching following query criteria: sdcType=VF, customizationUUID=e8c51849-7b44-4b66-87e7-e0856d91caaf
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-09-09T11:20:59.747Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:20:59.747Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-09 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:20:59.748Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 0ccaecaa-a6d2-4fcc-b03c-cf54c68ee08c: vFW 7c8223c6-454b
2021-09-09T11:20:59.748Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:20:59.748Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-09 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:20:59.748Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:20:59.748Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-09 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:20:59.748Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:20:59.749Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-09 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:20:59.749Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:20:59.749Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-09 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:20:59.749Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:20:59.749Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-09 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:20:59.749Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-09-09 11-17-15
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-09-09T11:21:00.026Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7c8223c6-454b 7214885b-2e1d-4f34-b2ee-443939aeeeb5 1 ASDC deployResourceStructure
2021-09-09T11:21:00.027Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json ASDC sendASDCNotification
2021-09-09T11:21:00.027Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json
2021-09-09T11:21:00.027Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-09T11:21:00.027Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:21:00.029Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:21:00.029Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186460026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-09T11:21:00.129Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-09T11:21:00.130Z||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-09-09T11:21:00.130Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:21:00.139Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:21:00.139Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-09T11:21:01.030Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-09T11:21:01.030Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml
2021-09-09T11:21:01.030Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-09T11:21:01.030Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:21:01.032Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:21:01.032Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186461030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-09T11:21:01.132Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-09T11:21:01.133Z||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-09-09T11:21:01.134Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:21:01.144Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:21:01.144Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-09T11:21:02.033Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-09T11:21:02.033Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env
2021-09-09T11:21:02.033Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-09T11:21:02.034Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:21:02.035Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:21:02.036Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186462033,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-09T11:21:02.136Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-09T11:21:02.136Z||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-09-09T11:21:02.137Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:21:02.146Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:21:02.146Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-09T11:21:03.036Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar ASDC sendASDCNotification
2021-09-09T11:21:03.037Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar
2021-09-09T11:21:03.037Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-09T11:21:03.037Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:21:03.039Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:21:03.039Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186463036,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-09T11:21:03.139Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-09T11:21:03.140Z||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-09-09T11:21:03.140Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:21:03.149Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:21:03.150Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-09T11:21:04.040Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 853656de-1e15-44cd-a0fc-dbad4dd0e8d6
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-09-09T11:21:04.054Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 853656de-1e15-44cd-a0fc-dbad4dd0e8d6
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-09-09T11:21:04.057Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-09T11:21:04.057Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-09T11:21:04.057Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-09T11:21:04.058Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-09T11:21:04.058Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-09T11:21:04.058Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-09T11:21:04.058Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-09T11:21:04.058Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-09T11:21:04.058Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-09T11:21:04.058Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-09T11:21:04.058Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||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-09-09T11:21:04.062Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-09T11:21:34.062Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 853656de-1e15-44cd-a0fc-dbad4dd0e8d6 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-09-09T11:21:34.070Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 853656de-1e15-44cd-a0fc-dbad4dd0e8d6 and serviceModelVersionId: 0ccaecaa-a6d2-4fcc-b03c-cf54c68ee08c
2021-09-09T11:21:34.071Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 23907b03-d9c6-4c0f-a284-42c35af1810b
2021-09-09T11:21:41.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:21:41.022Z||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-09-09T11:21:41.022Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:21:41.146Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:21:41.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:21:41.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186441018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:21:41.148Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:21:45.877Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/23907b03-d9c6-4c0f-a284-42c35af1810b/model-vers/model-ver/0ccaecaa-a6d2-4fcc-b03c-cf54c68ee08c?depth=0
2021-09-09T11:21:45.992Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-09T11:21:46.504Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/23907b03-d9c6-4c0f-a284-42c35af1810b/model-vers/model-ver/0ccaecaa-a6d2-4fcc-b03c-cf54c68ee08c?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-09-09T11:21:46.508Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/23907b03-d9c6-4c0f-a284-42c35af1810b/model-vers/model-ver/0ccaecaa-a6d2-4fcc-b03c-cf54c68ee08c?depth=0|INFO|500||Invoke
2021-09-09T11:21:46.645Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/23907b03-d9c6-4c0f-a284-42c35af1810b/model-vers/model-ver/0ccaecaa-a6d2-4fcc-b03c-cf54c68ee08c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-09T11:21:47.077Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/23907b03-d9c6-4c0f-a284-42c35af1810b/model-vers/model-ver/0ccaecaa-a6d2-4fcc-b03c-cf54c68ee08c?depth=0|INFO|500||InvokeReturn
2021-09-09T11:21:47.078Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/23907b03-d9c6-4c0f-a284-42c35af1810b/model-vers/model-ver/0ccaecaa-a6d2-4fcc-b03c-cf54c68ee08c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210909-11:21:46:655-15961], vertex-id=[143416], Content-Length=[0], Date=[Thu, 09 Sep 2021 11:21:46 GMT], Content-Type=[application/json]}
2021-09-09T11:21:47.078Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-09-09T11:21:47.081Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-09T11:21:47.081Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||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-09-09T11:21:47.085Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||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-09-09T11:21:47.090Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 853656de-1e15-44cd-a0fc-dbad4dd0e8d6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-09T11:21:47.091Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-09T11:21:47.091Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:21:47.092Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:21:47.093Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186507090,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-09T11:21:47.193Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-09T11:21:47.194Z||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-09-09T11:21:47.194Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:21:47.203Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:21:47.203Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 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-09-09T11:21:48.106Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:21:48.107Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|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-09-09T11:21:48.107Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:21:48.726Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:21:48.727Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-09T11:21:48.727Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"c9e0110e-74df-40bc-88cc-01f1b60c84c1","serviceName":"basic_onboard_krTgqO","serviceVersion":"1.0","serviceUUID":"50d39798-109d-4735-919b-d37fbbf53bd5","serviceDescription":"service","serviceInvariantUUID":"4937e521-4795-4fb8-8aac-7b64c8fdbb46","resources":[{"resourceInstanceName":"basic_onboard_krTgqO 0","resourceName":"basic_onboard_krTgqO","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bee84168-95d8-42c9-b4b3-c5dc4e164479","resourceInvariantUUID":"bf75a2af-893f-4450-9c6f-7251212759cb","resourceCustomizationUUID":"a9b8484c-76ef-47bb-b3cf-1bf3f4252889","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vf-license-model.xml","artifactChecksum":"MzY0YmNhNmY2YjcwMGJiNGQ0NjllYjY1YTdhYzJjMDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"94a1d6e8-5ffc-45d5-8cfa-7edb0b0de425","artifactVersion":"1"},{"artifactName":"basic_onboard_krtgqo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json","artifactChecksum":"YjZhNTVkN2E5NThmMGE4NjczNjJhMWQ1MDgxOGJlYjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b77dd037-2439-417d-8875-f161850be260","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"389c16c4-1496-4a5b-9e2f-db238c4a65e5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"549a8ea9-74f4-4700-98b8-75c354658cd1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d77506d-e745-4677-ae3e-c67b9dcdf079","artifactVersion":"2","generatedFromUUID":"389c16c4-1496-4a5b-9e2f-db238c4a65e5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKrtgqo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-template.yml","artifactChecksum":"MWE1YzE4YzNiMGFkODY4ODU2MWM4NTc3ZGVlNzc5YmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9291659d-c919-4343-ad71-70f10f269ed5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKrtgqo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar","artifactChecksum":"YWRlNDljYzE4NzRiZmNhZGEzMWU3NDhmYmJmOGY3OWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e25315cc-34c2-4214-9041-fab600124b5a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-09T11:21:48.730Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-09T11:21:48.731Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:21:48.732Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:21:48.733Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186508106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:21:48.833Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-09T11:21:48.834Z||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-09-09T11:21:48.834Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:21:48.843Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:21:48.843Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-09T11:21:49.733Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-09T11:21:49.734Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:21:49.736Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:21:49.736Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186508106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json",
"status": "NOTIFIED"
}
2021-09-09T11:21:49.836Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-09T11:21:49.837Z||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-09-09T11:21:49.837Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:21:49.847Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:21:49.848Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-09T11:21:50.736Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-09T11:21:50.737Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:21:50.739Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:21:50.740Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186508106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-09T11:21:50.840Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-09T11:21:50.840Z||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-09-09T11:21:50.841Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:21:50.849Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:21:50.849Z||pool-21-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-09T11:21:51.740Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-09T11:21:51.742Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:21:51.744Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:21:51.744Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186508106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:21:51.845Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-09T11:21:51.845Z||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-09-09T11:21:51.846Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:21:51.855Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:21:51.856Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-09T11:21:52.745Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-09T11:21:52.745Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:21:52.747Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:21:52.747Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186508106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-09T11:21:52.847Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-09T11:21:52.848Z||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-09-09T11:21:52.848Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:21:52.857Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:21:52.858Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-09T11:21:53.747Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-09T11:21:53.748Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:21:53.750Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:21:53.750Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186508106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:21:53.850Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-09T11:21:53.852Z||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-09-09T11:21:53.852Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:21:53.861Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:21:53.862Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-09T11:21:54.750Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-09T11:21:54.751Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:21:54.754Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:21:54.754Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186508106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar",
"status": "NOTIFIED"
}
2021-09-09T11:21:54.854Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-09T11:21:54.855Z||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-09-09T11:21:54.855Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:21:54.864Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:21:54.865Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-09T11:21:55.755Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"serviceName": "basic_onboard_krTgqO",
"serviceVersion": "1.0",
"serviceUUID": "50d39798-109d-4735-919b-d37fbbf53bd5",
"serviceDescription": "service",
"serviceInvariantUUID": "4937e521-4795-4fb8-8aac-7b64c8fdbb46",
"resources": [
{
"resourceInstanceName": "basic_onboard_krTgqO 0",
"resourceCustomizationUUID": "a9b8484c-76ef-47bb-b3cf-1bf3f4252889",
"resourceName": "basic_onboard_krTgqO",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "bee84168-95d8-42c9-b4b3-c5dc4e164479",
"resourceInvariantUUID": "bf75a2af-893f-4450-9c6f-7251212759cb",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_krtgqo0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json",
"artifactChecksum": "YjZhNTVkN2E5NThmMGE4NjczNjJhMWQ1MDgxOGJlYjg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b77dd037-2439-417d-8875-f161850be260",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "389c16c4-1496-4a5b-9e2f-db238c4a65e5",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7d77506d-e745-4677-ae3e-c67b9dcdf079",
"generatedFromUUID": "389c16c4-1496-4a5b-9e2f-db238c4a65e5"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7d77506d-e745-4677-ae3e-c67b9dcdf079",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardKrtgqo-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar",
"artifactChecksum": "YWRlNDljYzE4NzRiZmNhZGEzMWU3NDhmYmJmOGY3OWQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e25315cc-34c2-4214-9041-fab600124b5a"
}
],
"workloadContext": "Production"
}
2021-09-09T11:21:55.755Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-09T11:21:55.756Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 50d39798-109d-4735-919b-d37fbbf53bd5 ASDC
2021-09-09T11:21:55.756Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:c9e0110e-74df-40bc-88cc-01f1b60c84c1
ServiceName:basic_onboard_krTgqO
ServiceVersion:1.0
ServiceUUID:50d39798-109d-4735-919b-d37fbbf53bd5
ServiceInvariantUUID:4937e521-4795-4fb8-8aac-7b64c8fdbb46
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardKrtgqo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar
ArtifactUUID:e25315cc-34c2-4214-9041-fab600124b5a
ArtifactChecksum:YWRlNDljYzE4NzRiZmNhZGEzMWU3NDhmYmJmOGY3OWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_krTgqO 0
ResourceCustomizationUUID:a9b8484c-76ef-47bb-b3cf-1bf3f4252889
ResourceInvariantUUID:bf75a2af-893f-4450-9c6f-7251212759cb
ResourceName:basic_onboard_krTgqO
ResourceType:VF
ResourceUUID:bee84168-95d8-42c9-b4b3-c5dc4e164479
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_krtgqo0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json
ArtifactUUID:b77dd037-2439-417d-8875-f161850be260
ArtifactChecksum:YjZhNTVkN2E5NThmMGE4NjczNjJhMWQ1MDgxOGJlYjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml
ArtifactUUID:389c16c4-1496-4a5b-9e2f-db238c4a65e5
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env
ArtifactUUID:7d77506d-e745-4677-ae3e-c67b9dcdf079
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env
ArtifactUUID:7d77506d-e745-4677-ae3e-c67b9dcdf079
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-09T11:21:55.756Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 50d39798-109d-4735-919b-d37fbbf53bd5 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-09-09T11:21:55.784Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-09T11:21:55.784Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-09T11:21:55.785Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-09T11:21:55.785Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e25315cc-34c2-4214-9041-fab600124b5a from URL: /sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar
2021-09-09T11:21:55.785Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-09T11:21:55.785Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar
2021-09-09T11:21:56.491Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-09T11:21:56.494Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar e25315cc-34c2-4214-9041-fab600124b5a 71387
2021-09-09T11:21:56.494Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar ASDC sendASDCNotification
2021-09-09T11:21:56.494Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar
2021-09-09T11:21:56.495Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-09T11:21:56.495Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:21:56.497Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:21:56.498Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186516494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-09T11:21:56.598Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-09T11:21:56.599Z||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-09-09T11:21:56.599Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:21:56.608Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:21:56.608Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-09T11:21:57.498Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-09T11:21:57.499Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-09T11:21:57.499Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: e25315cc-34c2-4214-9041-fab600124b5a, URL: /sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar to file: /app/ASDC/1/service-BasicOnboardKrtgqo-csar.csar
2021-09-09T11:21:57.500Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKrtgqo-csar.csar
2021-09-09T11:21:57.500Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKrtgqo-csar.csar
2021-09-09T11:21:57.500Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKrtgqo-csar.csar
2021-09-09T11:21:57.680Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3108968755698371865/Definitions/service-BasicOnboardKrtgqo-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-09-09T11:21:58.821Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-09T11:21:58.822Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-09T11:21:58.822Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKrtgqo-csar.csar
2021-09-09T11:21:58.822Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-09T11:21:58.822Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardKrtgqo-csar.csar
2021-09-09T11:21:58.822Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||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-BasicOnboardKrtgqo-csar.csar
2021-09-09T11:21:58.822Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_krTgqO 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-BasicOnboardKrtgqo-csar.csar
2021-09-09T11:21:58.822Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||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-BasicOnboardKrtgqo-csar.csar
2021-09-09T11:21:58.822Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||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-BasicOnboardKrtgqo-csar.csar
2021-09-09T11:21:58.822Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardKrtgqo-csar.csar
2021-09-09T11:21:58.822Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKrtgqo-csar.csar
2021-09-09T11:21:58.822Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||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-BasicOnboardKrtgqo-csar.csar
2021-09-09T11:21:58.823Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||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-BasicOnboardKrtgqo-csar.csar
2021-09-09T11:21:58.823Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-09T11:21:58.823Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:21:58.823Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_krTgqO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:21:58.823Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_krTgqO 0 is matching search criteria
2021-09-09T11:21:58.823Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-09T11:21:58.823Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_krTgqO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-09T11:21:58.823Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:21:58.824Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_krTgqO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:21:58.824Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_krTgqO 0 is matching search criteria
2021-09-09T11:21:58.824Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-09T11:21:58.824Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_krTgqO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-09T11:21:58.824Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:21:58.824Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_krTgqO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:21:58.824Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:21:58.824Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_krTgqO 0 is not matching search criteria
2021-09-09T11:21:58.825Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-09T11:21:58.825Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-09T11:21:58.825Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-09T11:21:58.825Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-09T11:21:58.825Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-09T11:21:58.825Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:21:58.825Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_krTgqO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-09T11:21:58.825Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:21:58.825Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_krTgqO 0 is matching search criteria
2021-09-09T11:21:58.826Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_krTgqO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-09T11:21:58.826Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:21:58.826Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_krTgqO 0 is matching search criteria
2021-09-09T11:21:58.826Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_krTgqO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-09T11:21:58.826Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:21:58.826Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_krTgqO 0 is matching search criteria
2021-09-09T11:21:58.834Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_krTgqO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-09T11:21:58.834Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:21:58.834Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_krTgqO 0 is not matching search criteria
2021-09-09T11:21:58.835Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-09T11:21:58.835Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-09T11:21:58.835Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2b39adbe-c9d3-4652-a85b-72fda4dd8b90
2021-09-09T11:21:58.835Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:21:58.835Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_krTgqO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:21:58.835Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:21:58.835Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_krTgqO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:21:58.835Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:21:58.835Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_krTgqO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:21:58.836Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:21:58.836Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_krTgqO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:21:58.836Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_krTgqO
Description:service
Model UUID:50d39798-109d-4735-919b-d37fbbf53bd5
Model Version:NULL
Model InvariantUuid:4937e521-4795-4fb8-8aac-7b64c8fdbb46
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_krTgqO
Model UUID:50d63094-b060-4ece-a047-d523dc2ecf38
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bf75a2af-893f-4450-9c6f-7251212759cb
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a9b8484c-76ef-47bb-b3cf-1bf3f4252889
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:03e6b72b-6ca6-43f2-995a-3c501662d8eb
ModelName:BasicOnboardKrtgqo..base_ubuntu18..module-0
ModelUuid:4f21750f-bf8a-4410-8181-b3254ce9b420
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:2b39adbe-c9d3-4652-a85b-72fda4dd8b90
ModelInvariantUuid:6d2b7cfa-c4cf-4b8c-accc-62f963fb0db0
ModelName:basic_onboard_krTgqO-nodes.ubuntu18Cvfc
ModelUuid:48a79561-31bf-48ff-8168-60e3e8a556f1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:15c431ae-9116-469f-bb69-63e2e606fd70
ModelInvariantUuid:5c240905-9282-4039-a4e1-1148bcb2310e
ModelName:BasicOnboardKrtgqo.compute.nodes.heat.ubuntu18
ModelUuid:78d6ad09-6870-4419-8a06-256f045b0489
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-09-09T11:21:58.841Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: bee84168-95d8-42c9-b4b3-c5dc4e164479
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-09-09T11:21:58.844Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||basic_onboard_krTgqO 0
2021-09-09T11:21:58.844Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bee84168-95d8-42c9-b4b3-c5dc4e164479
2021-09-09T11:21:58.844Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b77dd037-2439-417d-8875-f161850be260 from URL: /sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json
2021-09-09T11:21:58.844Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-09T11:21:58.844Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json
2021-09-09T11:21:59.492Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-09T11:21:59.493Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json b77dd037-2439-417d-8875-f161850be260 798
2021-09-09T11:21:59.493Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json ASDC sendASDCNotification
2021-09-09T11:21:59.493Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json
2021-09-09T11:21:59.493Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-09T11:21:59.493Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:21:59.495Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:21:59.495Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186519493,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-09T11:21:59.595Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-09T11:21:59.596Z||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-09-09T11:21:59.596Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:21:59.605Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:21:59.606Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-09T11:22:00.496Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardKrtgqo..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "03e6b72b-6ca6-43f2-995a-3c501662d8eb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4f21750f-bf8a-4410-8181-b3254ce9b420",
"vfModuleModelCustomizationUUID": "d2690e86-603b-414e-86df-4ea2d1959fb6",
"isBase": true,
"artifacts": [
"389c16c4-1496-4a5b-9e2f-db238c4a65e5",
"7d77506d-e745-4677-ae3e-c67b9dcdf079"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-09T11:22:00.500Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKrtgqo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4f21750f-bf8a-4410-8181-b3254ce9b420
VfModuleModelInvariantUUID:03e6b72b-6ca6-43f2-995a-3c501662d8eb
VfModuleModelDescription:NULL
Artifacts UUID List:{
389c16c4-1496-4a5b-9e2f-db238c4a65e5
,
7d77506d-e745-4677-ae3e-c67b9dcdf079
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-09T11:22:00.501Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardKrtgqo..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "03e6b72b-6ca6-43f2-995a-3c501662d8eb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4f21750f-bf8a-4410-8181-b3254ce9b420",
"vfModuleModelCustomizationUUID": "d2690e86-603b-414e-86df-4ea2d1959fb6",
"isBase": true,
"artifacts": [
"389c16c4-1496-4a5b-9e2f-db238c4a65e5",
"7d77506d-e745-4677-ae3e-c67b9dcdf079"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-09T11:22:00.502Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKrtgqo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4f21750f-bf8a-4410-8181-b3254ce9b420
VfModuleModelInvariantUUID:03e6b72b-6ca6-43f2-995a-3c501662d8eb
VfModuleModelDescription:NULL
Artifacts UUID List:{
389c16c4-1496-4a5b-9e2f-db238c4a65e5
,
7d77506d-e745-4677-ae3e-c67b9dcdf079
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-09T11:22:00.502Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 389c16c4-1496-4a5b-9e2f-db238c4a65e5 from URL: /sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml
2021-09-09T11:22:00.502Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-09T11:22:00.502Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml
2021-09-09T11:22:01.108Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-09T11:22:01.109Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml 389c16c4-1496-4a5b-9e2f-db238c4a65e5 5033
2021-09-09T11:22:01.109Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-09T11:22:01.110Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml
2021-09-09T11:22:01.110Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-09T11:22:01.110Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:22:01.112Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:22:01.112Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186521109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-09T11:22:01.212Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-09T11:22:01.213Z||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-09-09T11:22:01.213Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:22:01.223Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:22:01.223Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-09T11:22:02.113Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7d77506d-e745-4677-ae3e-c67b9dcdf079 from URL: /sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env
2021-09-09T11:22:02.113Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-09T11:22:02.114Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env
2021-09-09T11:22:02.375Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-09T11:22:02.375Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env 7d77506d-e745-4677-ae3e-c67b9dcdf079 909
2021-09-09T11:22:02.375Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-09T11:22:02.375Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env
2021-09-09T11:22:02.376Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-09T11:22:02.376Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:22:02.377Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:22:02.377Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186522375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-09T11:22:02.478Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-09T11:22:02.478Z||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-09-09T11:22:02.479Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:22:02.488Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:22:02.488Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-09T11:22:03.378Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 50d39798-109d-4735-919b-d37fbbf53bd5
2021-09-09T11:22:03.379Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_krTgqO 0 bee84168-95d8-42c9-b4b3-c5dc4e164479 ASDC
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 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 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-09-09T11:22:03.389Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ac7b04b, org.onap.sdc.toscaparser.api.parameters.Input@5e96e072, org.onap.sdc.toscaparser.api.parameters.Input@29de2a56, org.onap.sdc.toscaparser.api.parameters.Input@708e76f, org.onap.sdc.toscaparser.api.parameters.Input@602a4a2d]
2021-09-09T11:22:03.390Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:22:03.391Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_krTgqO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:22:03.391Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-09-09T11:22:03.391Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= a9b8484c-76ef-47bb-b3cf-1bf3f4252889
2021-09-09T11:22:03.391Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a9b8484c-76ef-47bb-b3cf-1bf3f4252889 matches Tosca VF Customization UUID: a9b8484c-76ef-47bb-b3cf-1bf3f4252889
2021-09-09T11:22:03.391Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: a9b8484c-76ef-47bb-b3cf-1bf3f4252889 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-09-09T11:22:03.393Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:22:03.393Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_krTgqO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:22:03.393Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id a9b8484c-76ef-47bb-b3cf-1bf3f4252889: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-09-09T11:22:03.393Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1171021c
2021-09-09T11:22:03.394Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:22:03.394Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_krTgqO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-09T11:22:03.394Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d2690e86-603b-414e-86df-4ea2d1959fb6
2021-09-09T11:22:03.394Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d2690e86-603b-414e-86df-4ea2d1959fb6
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-09-09T11:22:03.396Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:22:03.396Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_krTgqO 0 is matching search criteria
2021-09-09T11:22:03.396Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_krTgqO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-09T11:22:03.396Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:22:03.397Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_krTgqO 0 is matching search criteria
2021-09-09T11:22:03.397Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_krTgqO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-09T11:22:03.397Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:22:03.397Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_krTgqO 0 is not matching search criteria
2021-09-09T11:22:03.397Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-09T11:22:03.398Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-09T11:22:03.398Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2b39adbe-c9d3-4652-a85b-72fda4dd8b90
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-09-09T11:22:03.399Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:22:03.400Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_krTgqO 0 is matching search criteria
2021-09-09T11:22:03.400Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_krTgqO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-09T11:22:03.400Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:22:03.400Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_krTgqO 0 is matching search criteria
2021-09-09T11:22:03.400Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_krTgqO 0] matching following query criteria: sdcType=VF, customizationUUID=a9b8484c-76ef-47bb-b3cf-1bf3f4252889
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-09-09T11:22:03.402Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:22:03.402Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_krTgqO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:22:03.403Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 50d39798-109d-4735-919b-d37fbbf53bd5: basic_onboard_krTgqO
2021-09-09T11:22:03.403Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:22:03.403Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_krTgqO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:22:03.403Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:22:03.403Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_krTgqO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:22:03.403Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:22:03.404Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_krTgqO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:22:03.404Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:22:03.404Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_krTgqO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:22:03.404Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:22:03.404Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_krTgqO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:22:03.405Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_krTgqO
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: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_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-09-09T11:22:03.469Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_krTgqO bee84168-95d8-42c9-b4b3-c5dc4e164479 1 ASDC deployResourceStructure
2021-09-09T11:22:03.469Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json ASDC sendASDCNotification
2021-09-09T11:22:03.469Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json
2021-09-09T11:22:03.469Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-09T11:22:03.470Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:22:03.472Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:22:03.472Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186523469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-09T11:22:03.572Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-09T11:22:03.573Z||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-09-09T11:22:03.573Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:22:03.584Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:22:03.585Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-09T11:22:04.473Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-09T11:22:04.473Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml
2021-09-09T11:22:04.473Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-09T11:22:04.474Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:22:04.476Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:22:04.476Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186524473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-09T11:22:04.576Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-09T11:22:04.577Z||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-09-09T11:22:04.577Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:22:04.586Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:22:04.586Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-09T11:22:05.477Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-09T11:22:05.477Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env
2021-09-09T11:22:05.477Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-09T11:22:05.478Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:22:05.479Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:22:05.480Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186525477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-09T11:22:05.580Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-09T11:22:05.580Z||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-09-09T11:22:05.581Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:22:05.590Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:22:05.591Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-09T11:22:06.480Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar ASDC sendASDCNotification
2021-09-09T11:22:06.481Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar
2021-09-09T11:22:06.481Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-09T11:22:06.481Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:22:06.483Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:22:06.483Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186526480,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-09T11:22:06.583Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-09T11:22:06.584Z||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-09-09T11:22:06.584Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:22:06.594Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:22:06.594Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-09T11:22:07.484Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c9e0110e-74df-40bc-88cc-01f1b60c84c1
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-09-09T11:22:07.492Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c9e0110e-74df-40bc-88cc-01f1b60c84c1
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-09-09T11:22:07.494Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-09T11:22:07.494Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-09T11:22:07.494Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-09T11:22:37.494Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c9e0110e-74df-40bc-88cc-01f1b60c84c1
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-09-09T11:22:37.502Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c9e0110e-74df-40bc-88cc-01f1b60c84c1
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-09-09T11:22:37.504Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-09T11:22:37.504Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-09T11:22:37.505Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-09T11:22:41.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:22:41.020Z||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-09-09T11:22:41.021Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:22:41.042Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:22:41.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186441018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json",
"status": "NOTIFIED"
}
2021-09-09T11:22:41.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186441018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-09T11:22:41.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186441018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186441018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-09T11:22:41.046Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186441018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.046Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186441018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar",
"status": "NOTIFIED"
}
2021-09-09T11:22:41.046Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186449766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-09T11:22:41.046Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:22:41.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186454803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-09T11:22:41.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:22:41.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186456896,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-09T11:22:41.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:22:41.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186458675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-09T11:22:41.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:22:41.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186460026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-09T11:22:41.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:22:41.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186461030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-09T11:22:41.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:22:41.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186462033,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-09T11:22:41.048Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:22:41.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186463036,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-09T11:22:41.048Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:22:41.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "cds",
"timestamp": 1631186476794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "ves-openapi-manager",
"timestamp": 1631186473599,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631186474604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "dcae-sch",
"timestamp": 1631186481622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "policy-id",
"timestamp": 1631186476484,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "cds",
"timestamp": 1631186476794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "ves-openapi-manager",
"timestamp": 1631186473599,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631186474604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "dcae-sch",
"timestamp": 1631186481622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "policy-id",
"timestamp": 1631186476484,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.051Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "cds",
"timestamp": 1631186476794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.051Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "ves-openapi-manager",
"timestamp": 1631186473599,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.051Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631186474604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.051Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "dcae-sch",
"timestamp": 1631186481622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.051Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "policy-id",
"timestamp": 1631186476484,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-09T11:22:41.052Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "cds",
"timestamp": 1631186476794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.052Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "ves-openapi-manager",
"timestamp": 1631186473599,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.052Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631186474604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.052Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "dcae-sch",
"timestamp": 1631186481622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.052Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "policy-id",
"timestamp": 1631186476484,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "aai-ml",
"timestamp": 1631186486615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631186486910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "cds",
"timestamp": 1631186476794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "ves-openapi-manager",
"timestamp": 1631186473599,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631186474604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.054Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "dcae-sch",
"timestamp": 1631186481622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.054Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "policy-id",
"timestamp": 1631186476484,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.054Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "aai-ml",
"timestamp": 1631186486615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.054Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631186486910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json",
"status": "NOTIFIED"
}
2021-09-09T11:22:41.054Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "cds",
"timestamp": 1631186476794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.055Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "ves-openapi-manager",
"timestamp": 1631186473599,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.055Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631186474604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.055Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "dcae-sch",
"timestamp": 1631186481622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.055Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "policy-id",
"timestamp": 1631186476484,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.055Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "aai-ml",
"timestamp": 1631186486615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.056Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631186486910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-09T11:22:41.056Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "cds",
"timestamp": 1631186476794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar",
"status": "NOTIFIED"
}
2021-09-09T11:22:41.056Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "ves-openapi-manager",
"timestamp": 1631186473599,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.056Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631186474604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar",
"status": "NOTIFIED"
}
2021-09-09T11:22:41.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "dcae-sch",
"timestamp": 1631186481622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "policy-id",
"timestamp": 1631186476484,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar",
"status": "NOTIFIED"
}
2021-09-09T11:22:41.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "aai-ml",
"timestamp": 1631186486615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631186486910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "aai-ml",
"timestamp": 1631186486615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631186486910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-09T11:22:41.058Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "cds",
"timestamp": 1631186491644,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-09T11:22:41.058Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:22:41.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631186491737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-09T11:22:41.058Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:22:41.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "policy-id",
"timestamp": 1631186491853,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-09T11:22:41.058Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:22:41.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "aai-ml",
"timestamp": 1631186486615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.058Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631186486910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:22:41.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.059Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "cds",
"timestamp": 1631186492649,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-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-09-09T11:22:41.064Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c9e0110e-74df-40bc-88cc-01f1b60c84c1
2021-09-09T11:22:41.064Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9e0110e-74df-40bc-88cc-01f1b60c84c1 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-09-09T11:22:41.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "policy-id",
"timestamp": 1631186492857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-09T11:22:41.071Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:22:41.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "aai-ml",
"timestamp": 1631186486615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar",
"status": "NOTIFIED"
}
2021-09-09T11:22:41.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631186486910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar",
"status": "NOTIFIED"
}
2021-09-09T11:22:41.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:22:41.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.072Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "policy-id",
"timestamp": 1631186493860,
"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-09-09T11:22:41.075Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c9e0110e-74df-40bc-88cc-01f1b60c84c1
2021-09-09T11:22:41.075Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9e0110e-74df-40bc-88cc-01f1b60c84c1 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-09-09T11:22:41.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631186493939,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-09T11:22:41.081Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:22:41.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "aai-ml",
"timestamp": 1631186494633,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-09T11:22:41.081Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:22:41.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631186494891,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-09T11:22:41.081Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:22:41.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631186494942,
"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-09-09T11:22:41.086Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c9e0110e-74df-40bc-88cc-01f1b60c84c1
2021-09-09T11:22:41.086Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9e0110e-74df-40bc-88cc-01f1b60c84c1 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-09-09T11:22:41.092Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.092Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631186496483,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-09T11:22:41.093Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:22:41.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.093Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631186498404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-09T11:22:41.093Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:22:41.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.093Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631186499424,
"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-09-09T11:22:41.098Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c9e0110e-74df-40bc-88cc-01f1b60c84c1
2021-09-09T11:22:41.098Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9e0110e-74df-40bc-88cc-01f1b60c84c1 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-09-09T11:22:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:22:41.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631186500427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-09T11:22:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:23:07.505Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c9e0110e-74df-40bc-88cc-01f1b60c84c1
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-09-09T11:23:07.513Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c9e0110e-74df-40bc-88cc-01f1b60c84c1
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-09-09T11:23:07.516Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-09T11:23:07.516Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-09T11:23:07.516Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-09T11:23:37.517Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c9e0110e-74df-40bc-88cc-01f1b60c84c1
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-09-09T11:23:37.527Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c9e0110e-74df-40bc-88cc-01f1b60c84c1
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-09-09T11:23:37.529Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-09T11:23:37.529Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-09T11:23:37.529Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-09T11:23:41.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:23:41.020Z||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-09-09T11:23:41.020Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:23:41.039Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:23:41.040Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:23:41.040Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "aai-ml",
"timestamp": 1631186500991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-09T11:23:41.041Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:24:07.530Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c9e0110e-74df-40bc-88cc-01f1b60c84c1
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-09-09T11:24:07.539Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c9e0110e-74df-40bc-88cc-01f1b60c84c1
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-09-09T11:24:07.542Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-09T11:24:07.542Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-09T11:24:07.542Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-09T11:24:37.543Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c9e0110e-74df-40bc-88cc-01f1b60c84c1
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-09-09T11:24:37.550Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c9e0110e-74df-40bc-88cc-01f1b60c84c1
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-09-09T11:24:37.552Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-09T11:24:37.553Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-09T11:24:37.553Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-09T11:24:41.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:24:41.021Z||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-09-09T11:24:41.021Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:24:41.542Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:24:41.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:24:41.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "aai-ml",
"timestamp": 1631186501995,
"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-09-09T11:24:41.551Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c9e0110e-74df-40bc-88cc-01f1b60c84c1
2021-09-09T11:24:41.551Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9e0110e-74df-40bc-88cc-01f1b60c84c1 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-09-09T11:24:41.560Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:24:41.560Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "clamp",
"timestamp": 1631186501847,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:24:41.561Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:24:41.561Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:24:41.561Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "clamp",
"timestamp": 1631186501847,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json",
"status": "NOTIFIED"
}
2021-09-09T11:24:41.562Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:24:41.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:24:41.562Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "clamp",
"timestamp": 1631186501847,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:24:41.562Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:24:41.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:24:41.562Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "clamp",
"timestamp": 1631186501847,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:24:41.563Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:24:41.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:24:41.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "clamp",
"timestamp": 1631186501847,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:24:41.563Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:24:41.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:24:41.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186507090,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-09T11:24:41.564Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:24:41.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:24:41.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "clamp",
"timestamp": 1631186501847,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:24:41.564Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:24:41.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:24:41.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "clamp",
"timestamp": 1631186501847,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar",
"status": "NOTIFIED"
}
2021-09-09T11:24:41.565Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:24:41.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:24:41.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186508106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:24:41.565Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:24:41.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:24:41.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186508106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json",
"status": "NOTIFIED"
}
2021-09-09T11:24:41.566Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:24:41.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:24:41.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186508106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-09T11:24:41.566Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:24:41.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:24:41.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186508106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:24:41.567Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:24:41.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:24:41.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186508106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-09T11:24:41.568Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:24:41.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:24:41.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186508106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:24:41.568Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:24:41.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:24:41.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186508106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar",
"status": "NOTIFIED"
}
2021-09-09T11:24:41.569Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-09T11:24:41.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:24:41.569Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186516494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-09T11:24:41.569Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:24:41.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:24:41.570Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186519493,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-09T11:24:41.570Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:24:41.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:24:41.570Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "clamp",
"timestamp": 1631186520341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-09T11:24:41.570Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:24:41.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:24:41.570Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186521109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-09T11:24:41.571Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:24:41.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:24:41.571Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "clamp",
"timestamp": 1631186522348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-09T11:24:41.571Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:24:41.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:24:41.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186522375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-09T11:24:41.572Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:24:41.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:24:41.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "clamp",
"timestamp": 1631186523351,
"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-09-09T11:24:41.577Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c9e0110e-74df-40bc-88cc-01f1b60c84c1
2021-09-09T11:24:41.578Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9e0110e-74df-40bc-88cc-01f1b60c84c1 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-09-09T11:24:41.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:24:41.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186523469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-09T11:24:41.587Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:24:41.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:24:41.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186524473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-09T11:24:41.588Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:24:41.588Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:24:41.588Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186525477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-09T11:24:41.588Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:24:41.588Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:24:41.588Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186526480,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-09T11:24:41.588Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:25:07.553Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c9e0110e-74df-40bc-88cc-01f1b60c84c1
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-09-09T11:25:07.562Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c9e0110e-74df-40bc-88cc-01f1b60c84c1
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-09-09T11:25:07.564Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-09T11:25:07.564Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-09T11:25:07.564Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-09T11:25:07.565Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-09T11:25:07.565Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-09T11:25:07.565Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-09T11:25:07.565Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-09T11:25:07.565Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-09T11:25:07.565Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-09T11:25:07.565Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-09T11:25:07.565Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||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-09-09T11:25:07.569Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-09T11:25:37.569Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c9e0110e-74df-40bc-88cc-01f1b60c84c1 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-09-09T11:25:37.574Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c9e0110e-74df-40bc-88cc-01f1b60c84c1 and serviceModelVersionId: 50d39798-109d-4735-919b-d37fbbf53bd5
2021-09-09T11:25:37.574Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4937e521-4795-4fb8-8aac-7b64c8fdbb46
2021-09-09T11:25:37.575Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4937e521-4795-4fb8-8aac-7b64c8fdbb46/model-vers/model-ver/50d39798-109d-4735-919b-d37fbbf53bd5?depth=0
2021-09-09T11:25:37.579Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-09T11:25:37.660Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4937e521-4795-4fb8-8aac-7b64c8fdbb46/model-vers/model-ver/50d39798-109d-4735-919b-d37fbbf53bd5?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-09-09T11:25:37.661Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4937e521-4795-4fb8-8aac-7b64c8fdbb46/model-vers/model-ver/50d39798-109d-4735-919b-d37fbbf53bd5?depth=0|INFO|500||Invoke
2021-09-09T11:25:37.683Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4937e521-4795-4fb8-8aac-7b64c8fdbb46/model-vers/model-ver/50d39798-109d-4735-919b-d37fbbf53bd5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-09T11:25:37.920Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4937e521-4795-4fb8-8aac-7b64c8fdbb46/model-vers/model-ver/50d39798-109d-4735-919b-d37fbbf53bd5?depth=0|INFO|500||InvokeReturn
2021-09-09T11:25:37.921Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4937e521-4795-4fb8-8aac-7b64c8fdbb46/model-vers/model-ver/50d39798-109d-4735-919b-d37fbbf53bd5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210909-11:25:37:693-80341], vertex-id=[192576], Content-Length=[0], Date=[Thu, 09 Sep 2021 11:25:37 GMT], Content-Type=[application/json]}
2021-09-09T11:25:37.921Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-09-09T11:25:37.921Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-09T11:25:37.921Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||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-09-09T11:25:37.926Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||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-09-09T11:25:37.926Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c9e0110e-74df-40bc-88cc-01f1b60c84c1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-09T11:25:37.927Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-09T11:25:37.927Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:25:37.929Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:25:37.929Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186737927,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-09T11:25:38.029Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-09T11:25:38.030Z||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-09-09T11:25:38.030Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:25:38.043Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:25:38.043Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-09T11:25:38.940Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:25:38.941Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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-09-09T11:25:38.941Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:25:41.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:25:41.020Z||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-09-09T11:25:41.021Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:25:41.640Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:25:41.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-09T11:25:41.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631186737927,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-09T11:25:41.641Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:25:49.123Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:25:49.124Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:25:49.124Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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-09-09T11:25:49.124Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:25:58.659Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:25:58.660Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:25:58.660Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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-09-09T11:25:58.661Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:26:08.193Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:26:08.193Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:26:08.194Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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-09-09T11:26:08.194Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:26:17.727Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:26:41.018Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:26:41.019Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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-09-09T11:26:41.019Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:26:41.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:26:41.020Z||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-09-09T11:26:41.021Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:26:50.553Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:26:50.553Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:27:41.018Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:27:41.019Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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-09-09T11:27:41.019Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:27:41.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:27:41.021Z||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-09-09T11:27:41.021Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:27:50.556Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:27:50.557Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:28:41.018Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:28:41.019Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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-09-09T11:28:41.019Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:28:41.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:28:41.020Z||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-09-09T11:28:41.020Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:28:50.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:28:50.556Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:29:41.018Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:29:41.019Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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-09-09T11:29:41.019Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:29:41.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:29:41.020Z||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-09-09T11:29:41.020Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:29:50.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:29:50.556Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:30:41.018Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:30:41.019Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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-09-09T11:30:41.019Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:30:41.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:30:41.020Z||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-09-09T11:30:41.020Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:30:50.554Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:30:50.557Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:31:41.018Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:31:41.019Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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-09-09T11:31:41.019Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:31:41.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:31:41.020Z||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-09-09T11:31:41.020Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:31:50.557Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:31:50.558Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:32:41.018Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:32:41.019Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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-09-09T11:32:41.019Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:32:41.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:32:41.020Z||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-09-09T11:32:41.020Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:32:41.642Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:32:41.642Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:32:41.643Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-09T11:32:41.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-09T11:32:41.643Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"06d1cb90-1f9a-4a08-9007-4d91cf67110d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"cb32fc4e-219e-4014-8529-afc9b00cc3c1","serviceDescription":"service","serviceInvariantUUID":"72e5d118-68b6-404c-a0fb-48dd011ffb1a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"79b524b5-babb-4de4-a90c-38bbb68e2d6c","resourceInvariantUUID":"a138b8da-b47d-470c-94c5-6441db5a823f","resourceCustomizationUUID":"9bb91d5a-6cde-4db0-b625-1538af00ae63","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":"NDFhZWQzMjZjOTdiZmRjOGFjZjczMDlkZjlkMjk5YmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"69e7b38f-a45b-41c9-893d-5fab37c6c28e","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODUxZDE2YWMzYzg4ZjE4YTAzMTdmZGIxYmFjYzUwYTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f4b78378-fa4f-411f-9879-8eb700bdfc42","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-09T11:32:41.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d",
"consumerID": "ves-openapi-manager",
"timestamp": 1631187153599,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:32:41.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-09T11:32:41.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-09T11:32:41.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d",
"consumerID": "aai-ml",
"timestamp": 1631187146615,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:32:41.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-09T11:32:41.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-09T11:32:41.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631187146910,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:32:41.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-09T11:32:41.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-09T11:32:41.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d",
"consumerID": "cds",
"timestamp": 1631187151794,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:32:41.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-09T11:32:41.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-09T11:32:41.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d",
"consumerID": "cds",
"timestamp": 1631187151794,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-09T11:32:41.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-09T11:32:41.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-09T11:32:41.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d",
"consumerID": "aai-ml",
"timestamp": 1631187146615,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-09T11:32:41.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-09T11:32:41.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-09T11:32:41.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631187146910,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-09T11:32:41.646Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-09T11:32:41.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-09T11:32:41.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-09T11:32:41.646Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:32:41.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d",
"consumerID": "ves-openapi-manager",
"timestamp": 1631187153599,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:32:41.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-09T11:32:41.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-09T11:32:41.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d",
"consumerID": "aai-ml",
"timestamp": 1631187156811,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-09T11:32:41.647Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:32:41.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-09T11:32:41.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d",
"consumerID": "cds",
"timestamp": 1631187156877,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-09T11:32:41.647Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:32:41.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-09T11:32:41.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d",
"consumerID": "policy-id",
"timestamp": 1631187156484,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:32:41.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-09T11:32:41.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-09T11:32:41.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d",
"consumerID": "cds",
"timestamp": 1631187157882,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-09-09T11:32:41.647Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:32:41.648Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631187161018,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: 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-09-09T11:32:41.659Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 06d1cb90-1f9a-4a08-9007-4d91cf67110d
2021-09-09T11:32:41.659Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06d1cb90-1f9a-4a08-9007-4d91cf67110d 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-09-09T11:32:41.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-09T11:32:41.666Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d",
"consumerID": "policy-id",
"timestamp": 1631187156484,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-09T11:32:41.666Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-09T11:32:41.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-09T11:32:41.666Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d",
"consumerID": "policy-id",
"timestamp": 1631187159698,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-09T11:32:41.666Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:32:41.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-09T11:32:41.667Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d",
"consumerID": "aai-ml",
"timestamp": 1631187160700,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-09T11:32:41.667Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:32:41.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-09T11:32:41.667Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d",
"consumerID": "policy-id",
"timestamp": 1631187160701,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-09T11:32:41.667Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:32:41.748Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-09T11:32:41.749Z||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-09-09T11:32:41.749Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:32:41.757Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:32:41.757Z||pool-35-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-09T11:32:42.648Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-09T11:32:42.649Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:32:42.650Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:32:42.651Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631187161018,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-09T11:32:42.751Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-09T11:32:42.751Z||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-09-09T11:32:42.752Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:32:42.759Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:32:42.760Z||pool-36-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-09T11:32:43.652Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "cb32fc4e-219e-4014-8529-afc9b00cc3c1",
"serviceDescription": "service",
"serviceInvariantUUID": "72e5d118-68b6-404c-a0fb-48dd011ffb1a",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "9bb91d5a-6cde-4db0-b625-1538af00ae63",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "79b524b5-babb-4de4-a90c-38bbb68e2d6c",
"resourceInvariantUUID": "a138b8da-b47d-470c-94c5-6441db5a823f",
"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": "ODUxZDE2YWMzYzg4ZjE4YTAzMTdmZGIxYmFjYzUwYTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f4b78378-fa4f-411f-9879-8eb700bdfc42"
}
],
"workloadContext": "Production"
}
2021-09-09T11:32:43.652Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-09T11:32:43.652Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cb32fc4e-219e-4014-8529-afc9b00cc3c1 ASDC
2021-09-09T11:32:43.652Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:06d1cb90-1f9a-4a08-9007-4d91cf67110d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:cb32fc4e-219e-4014-8529-afc9b00cc3c1
ServiceInvariantUUID:72e5d118-68b6-404c-a0fb-48dd011ffb1a
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:f4b78378-fa4f-411f-9879-8eb700bdfc42
ArtifactChecksum:ODUxZDE2YWMzYzg4ZjE4YTAzMTdmZGIxYmFjYzUwYTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9bb91d5a-6cde-4db0-b625-1538af00ae63
ResourceInvariantUUID:a138b8da-b47d-470c-94c5-6441db5a823f
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:79b524b5-babb-4de4-a90c-38bbb68e2d6c
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-09-09T11:32:43.653Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb32fc4e-219e-4014-8529-afc9b00cc3c1 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-09-09T11:32:43.672Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-09T11:32:43.673Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-09T11:32:43.673Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-09T11:32:43.673Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f4b78378-fa4f-411f-9879-8eb700bdfc42 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-09T11:32:43.673Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-09T11:32:43.673Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-09T11:32:44.492Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-09T11:32:44.494Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar f4b78378-fa4f-411f-9879-8eb700bdfc42 52177
2021-09-09T11:32:44.494Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-09T11:32:44.494Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-09T11:32:44.494Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-09T11:32:44.495Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:32:44.496Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:32:44.496Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631187164494,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-09T11:32:44.597Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-09T11:32:44.598Z||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-09-09T11:32:44.598Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:32:44.607Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:32:44.607Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-09T11:32:45.497Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-09T11:32:45.498Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-09T11:32:45.498Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: f4b78378-fa4f-411f-9879-8eb700bdfc42, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-09T11:32:45.498Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-09T11:32:45.499Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-09T11:32:45.499Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-09T11:32:45.577Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12593148054999314101/Definitions/service-BasicNetwork-template.yml
2021-09-09T11:32:45.881Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-09T11:32:45.881Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-09T11:32:45.881Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-09T11:32:45.882Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-09T11:32:45.882Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||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-09-09T11:32:45.882Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||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-09-09T11:32:45.882Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||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-09-09T11:32:45.882Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||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-09-09T11:32:45.882Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||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-09-09T11:32:45.882Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||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-09-09T11:32:45.882Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||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-09-09T11:32:45.882Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||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-09-09T11:32:45.882Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-09T11:32:45.882Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:32:45.882Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:32:45.882Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-09T11:32:45.883Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-09T11:32:45.883Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-09T11:32:45.883Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:32:45.883Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:32:45.883Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-09T11:32:45.883Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-09T11:32:45.883Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-09T11:32:45.883Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:32:45.883Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:32:45.884Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:32:45.884Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:32:45.884Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:32:45.884Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:32:45.884Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:32:45.884Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:32:45.884Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:32:45.884Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:32:45.884Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:cb32fc4e-219e-4014-8529-afc9b00cc3c1
Model Version:NULL
Model InvariantUuid:72e5d118-68b6-404c-a0fb-48dd011ffb1a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:a138b8da-b47d-470c-94c5-6441db5a823f
Model UUID:6551d811-a5fc-4060-81c1-c0435bd554ea
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:9bb91d5a-6cde-4db0-b625-1538af00ae63
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-09-09T11:32:45.889Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 79b524b5-babb-4de4-a90c-38bbb68e2d6c
2021-09-09T11:32:45.890Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||No resources found for Service: cb32fc4e-219e-4014-8529-afc9b00cc3c1
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-09-09T11:32:45.892Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||
2021-09-09T11:32:45.892Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-09-09T11:32:45.893Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||No resources found for Service: cb32fc4e-219e-4014-8529-afc9b00cc3c1
2021-09-09T11:32:45.893Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: cb32fc4e-219e-4014-8529-afc9b00cc3c1
2021-09-09T11:32:45.893Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-09-09T11:32:45.893Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||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-09-09T11:32:45.896Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@46d59e00, org.onap.sdc.toscaparser.api.parameters.Input@efed03a, org.onap.sdc.toscaparser.api.parameters.Input@3278facc, org.onap.sdc.toscaparser.api.parameters.Input@5822b79a, org.onap.sdc.toscaparser.api.parameters.Input@326d0700]
2021-09-09T11:32:45.897Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:32:45.898Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:32:45.898Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:32:45.898Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:32:45.898Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid cb32fc4e-219e-4014-8529-afc9b00cc3c1: Generic NeutronNet
2021-09-09T11:32:45.898Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:32:45.898Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:32:45.898Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:32:45.898Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||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-09-09T11:32:45.923Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:32:45.923Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:32:45.923Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:32:45.923Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:32:45.923Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:32:45.924Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:32:45.924Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||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-09-09T11:32:45.975Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-09-09T11:32:45.975Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-09T11:32:45.975Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-09T11:32:45.976Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-09T11:32:45.976Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:32:45.977Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:32:45.977Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631187165975,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-09T11:32:46.078Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-09T11:32:46.078Z||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-09-09T11:32:46.078Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:32:46.087Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:32:46.088Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-09T11:32:46.978Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06d1cb90-1f9a-4a08-9007-4d91cf67110d
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-09-09T11:32:46.986Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06d1cb90-1f9a-4a08-9007-4d91cf67110d
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-09-09T11:32:46.988Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-09T11:32:46.988Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-09T11:32:46.988Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-09T11:33:16.989Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06d1cb90-1f9a-4a08-9007-4d91cf67110d
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-09-09T11:33:16.997Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06d1cb90-1f9a-4a08-9007-4d91cf67110d
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-09-09T11:33:16.998Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-09T11:33:16.998Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-09T11:33:16.999Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-09T11:33:41.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:33:41.021Z||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-09-09T11:33:41.021Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:33:41.140Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:33:41.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-09T11:33:41.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631187161018,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:33:41.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-09T11:33:46.999Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06d1cb90-1f9a-4a08-9007-4d91cf67110d
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-09-09T11:33:47.006Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06d1cb90-1f9a-4a08-9007-4d91cf67110d
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-09-09T11:33:47.009Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-09T11:33:47.010Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-09T11:33:47.010Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-09T11:34:17.010Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06d1cb90-1f9a-4a08-9007-4d91cf67110d
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-09-09T11:34:17.017Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06d1cb90-1f9a-4a08-9007-4d91cf67110d
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-09-09T11:34:17.019Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-09T11:34:17.019Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-09T11:34:17.019Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-09T11:34:41.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:34:41.020Z||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-09-09T11:34:41.021Z||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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:34:41.039Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:34:41.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-09T11:34:41.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d",
"consumerID": "aai-ml",
"timestamp": 1631187161704,
"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-09-09T11:34:41.048Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 06d1cb90-1f9a-4a08-9007-4d91cf67110d
2021-09-09T11:34:41.048Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06d1cb90-1f9a-4a08-9007-4d91cf67110d 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-09-09T11:34:41.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-09T11:34:41.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d",
"consumerID": "policy-id",
"timestamp": 1631187161704,
"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-09-09T11:34:41.058Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 06d1cb90-1f9a-4a08-9007-4d91cf67110d
2021-09-09T11:34:41.058Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06d1cb90-1f9a-4a08-9007-4d91cf67110d 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-09-09T11:34:41.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-09T11:34:41.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d",
"consumerID": "dcae-sch",
"timestamp": 1631187161622,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:34:41.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-09T11:34:41.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-09T11:34:41.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d",
"consumerID": "clamp",
"timestamp": 1631187161847,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:34:41.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-09T11:34:41.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-09T11:34:41.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631187161018,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-09T11:34:41.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-09T11:34:41.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-09T11:34:41.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d",
"consumerID": "dcae-sch",
"timestamp": 1631187161622,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:34:41.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-09T11:34:41.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-09T11:34:41.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d",
"consumerID": "clamp",
"timestamp": 1631187161847,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-09T11:34:41.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-09T11:34:41.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-09T11:34:41.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631187164494,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-09T11:34:41.064Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:34:41.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-09T11:34:41.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631187164604,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:34:41.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-09T11:34:41.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-09T11:34:41.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631187165975,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-09T11:34:41.065Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:34:41.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-09T11:34:41.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631187164604,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-09T11:34:41.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-09T11:34:41.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-09T11:34:41.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631187168643,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-09T11:34:41.065Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:34:41.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-09T11:34:41.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631187170076,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-09T11:34:41.065Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:34:41.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-09T11:34:41.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631187171079,
"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-09-09T11:34:41.069Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 06d1cb90-1f9a-4a08-9007-4d91cf67110d
2021-09-09T11:34:41.069Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06d1cb90-1f9a-4a08-9007-4d91cf67110d 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-09-09T11:34:41.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-09T11:34:41.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d",
"consumerID": "clamp",
"timestamp": 1631187173458,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-09T11:34:41.075Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:34:41.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-09T11:34:41.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d",
"consumerID": "clamp",
"timestamp": 1631187175466,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-09T11:34:41.075Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-09T11:34:41.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-09T11:34:41.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d",
"consumerID": "clamp",
"timestamp": 1631187176469,
"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-09-09T11:34:41.079Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 06d1cb90-1f9a-4a08-9007-4d91cf67110d
2021-09-09T11:34:41.079Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06d1cb90-1f9a-4a08-9007-4d91cf67110d 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-09-09T11:34:47.019Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06d1cb90-1f9a-4a08-9007-4d91cf67110d
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-09-09T11:34:47.026Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06d1cb90-1f9a-4a08-9007-4d91cf67110d
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-09-09T11:34:47.028Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-09T11:34:47.029Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-09T11:34:47.029Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-09T11:34:47.029Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-09T11:34:47.029Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-09T11:34:47.029Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-09T11:34:47.029Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-09T11:34:47.029Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-09T11:34:47.029Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-09T11:34:47.029Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-09T11:34:47.029Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||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-09-09T11:34:47.033Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-09T11:35:17.033Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 06d1cb90-1f9a-4a08-9007-4d91cf67110d 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-09-09T11:35:17.037Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 06d1cb90-1f9a-4a08-9007-4d91cf67110d and serviceModelVersionId: cb32fc4e-219e-4014-8529-afc9b00cc3c1
2021-09-09T11:35:17.037Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 72e5d118-68b6-404c-a0fb-48dd011ffb1a
2021-09-09T11:35:17.038Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/72e5d118-68b6-404c-a0fb-48dd011ffb1a/model-vers/model-ver/cb32fc4e-219e-4014-8529-afc9b00cc3c1?depth=0
2021-09-09T11:35:17.043Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-09T11:35:17.083Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/72e5d118-68b6-404c-a0fb-48dd011ffb1a/model-vers/model-ver/cb32fc4e-219e-4014-8529-afc9b00cc3c1?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-09-09T11:35:17.084Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/72e5d118-68b6-404c-a0fb-48dd011ffb1a/model-vers/model-ver/cb32fc4e-219e-4014-8529-afc9b00cc3c1?depth=0|INFO|500||Invoke
2021-09-09T11:35:17.103Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/72e5d118-68b6-404c-a0fb-48dd011ffb1a/model-vers/model-ver/cb32fc4e-219e-4014-8529-afc9b00cc3c1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-09T11:35:17.377Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/72e5d118-68b6-404c-a0fb-48dd011ffb1a/model-vers/model-ver/cb32fc4e-219e-4014-8529-afc9b00cc3c1?depth=0|INFO|500||InvokeReturn
2021-09-09T11:35:17.378Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/72e5d118-68b6-404c-a0fb-48dd011ffb1a/model-vers/model-ver/cb32fc4e-219e-4014-8529-afc9b00cc3c1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210909-11:35:17:110-15520], vertex-id=[159800], Content-Length=[0], Date=[Thu, 09 Sep 2021 11:35:17 GMT], Content-Type=[application/json]}
2021-09-09T11:35:17.378Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-09-09T11:35:17.378Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-09T11:35:17.378Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||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-09-09T11:35:17.381Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||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-09-09T11:35:17.382Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 06d1cb90-1f9a-4a08-9007-4d91cf67110d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-09T11:35:17.382Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-09T11:35:17.382Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:35:17.384Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:35:17.384Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631187317382,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-09T11:35:17.484Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-09T11:35:17.485Z||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-09-09T11:35:17.486Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:35:17.498Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:35:17.498Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-09T11:35:18.393Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-09T11:35:18.394Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|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-09-09T11:35:18.394Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|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 rK6HYom1VODXIQ0W) ...
2021-09-09T11:35:22.693Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:35:22.694Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-09T11:35:22.694Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac","serviceName":"Demo_pNF_VR7vyUC00Y8YhAPlAor6","serviceVersion":"1.0","serviceUUID":"fbd3e2c3-1ca4-4ecb-911e-266269637894","serviceDescription":"catalog service description","serviceInvariantUUID":"97abcd1f-2df7-46db-bc25-947508c305be","resources":[{"resourceInstanceName":"pNF 9837ccc1-3891 0","resourceName":"pNF 9837ccc1-3891","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"67c50bf5-2e6a-4c90-8c16-4b45a1f14dac","resourceInvariantUUID":"2d77be65-2cd9-4ba1-9134-ffa64ffcd26d","resourceCustomizationUUID":"2a6b2721-2cb7-4c17-a6c3-133e7c471c80","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/vf-license-model.xml","artifactChecksum":"MjE1YjkzZjM3OWZhYzQ5NzMzZWVmYzQwYTMzYzU3ODM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"259a96a0-ef7d-40e4-8f44-932d0e73bd41","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/pNF.csar","artifactChecksum":"YTc5MzliMTQ0NDY2YjBkM2IzZGU3OWFiNzY4ZGVkYTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"555e8518-b865-41cc-8df6-ca94b0670d2b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f3346464-6e09-4b49-831d-aa323f8bb003","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/vendor-license-model.xml","artifactChecksum":"YzViYWY3YjUxMTBhZWYzZWNkNWI4OGQzMWRjMzg3MmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f20bf1fe-e75b-4aab-8b85-d757c41220ff","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"80952f5c-25d1-4af5-9a25-d6a754ffe11e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"522938e2-1464-410c-9e23-e8fcc8caad30","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVr7vyuc00y8yhaplaor6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-template.yml","artifactChecksum":"YWQ0MWFlYjZhYjk5ZWU3OTgxZjdiYmJhZDEyYWQwNDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ff62de61-8f3c-489d-b759-6b5253121082","artifactVersion":"1"},{"artifactName":"service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar","artifactChecksum":"M2NlOTM0YTViYjhhOTI0YWNjZWI5ZTc1ZDlmN2ViOTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f150888e-e9f6-494f-af58-736c1cde036b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-09T11:35:22.696Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-09T11:35:22.696Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:35:22.698Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:35:22.698Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631187318393,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:35:22.798Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-09T11:35:22.799Z||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-09-09T11:35:22.799Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:35:22.808Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:35:22.808Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-09T11:35:23.699Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-09T11:35:23.699Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:35:23.701Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:35:23.701Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631187318393,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:35:23.802Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-09T11:35:23.803Z||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-09-09T11:35:23.803Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:35:23.811Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:35:23.811Z||pool-41-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-09T11:35:24.702Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-09T11:35:24.703Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:35:24.704Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:35:24.704Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631187318393,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:35:24.805Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-09T11:35:24.805Z||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-09-09T11:35:24.806Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:35:24.814Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:35:24.814Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-09T11:35:25.705Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-09T11:35:25.706Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:35:25.707Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:35:25.708Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631187318393,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:35:25.808Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-09T11:35:25.808Z||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-09-09T11:35:25.809Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:35:25.817Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:35:25.817Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-09T11:35:26.708Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-09T11:35:26.709Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:35:26.711Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:35:26.711Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631187318393,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:35:26.811Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-09T11:35:26.812Z||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-09-09T11:35:26.812Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:35:26.821Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:35:26.821Z||pool-44-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-09T11:35:27.712Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-09T11:35:27.712Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:35:27.714Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:35:27.714Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631187318393,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:35:27.814Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-09T11:35:27.815Z||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-09-09T11:35:27.815Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:35:27.823Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:35:27.823Z||pool-45-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-09T11:35:28.715Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-09T11:35:28.716Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:35:28.717Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:35:28.717Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631187318393,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-09T11:35:28.818Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-09T11:35:28.818Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-09T11:35:28.818Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:35:28.825Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:35:28.826Z||pool-46-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-09T11:35:29.718Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-09T11:35:29.719Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:35:29.720Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:35:29.721Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631187318393,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar",
"status": "NOTIFIED"
}
2021-09-09T11:35:29.821Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-09T11:35:29.822Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-09T11:35:29.822Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:35:29.831Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:35:29.831Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-09T11:35:30.722Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac",
"serviceName": "Demo_pNF_VR7vyUC00Y8YhAPlAor6",
"serviceVersion": "1.0",
"serviceUUID": "fbd3e2c3-1ca4-4ecb-911e-266269637894",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "97abcd1f-2df7-46db-bc25-947508c305be",
"resources": [
{
"resourceInstanceName": "pNF 9837ccc1-3891 0",
"resourceCustomizationUUID": "2a6b2721-2cb7-4c17-a6c3-133e7c471c80",
"resourceName": "pNF 9837ccc1-3891",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "67c50bf5-2e6a-4c90-8c16-4b45a1f14dac",
"resourceInvariantUUID": "2d77be65-2cd9-4ba1-9134-ffa64ffcd26d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar",
"artifactChecksum": "M2NlOTM0YTViYjhhOTI0YWNjZWI5ZTc1ZDlmN2ViOTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f150888e-e9f6-494f-af58-736c1cde036b"
}
],
"workloadContext": "Production"
}
2021-09-09T11:35:30.722Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-09T11:35:30.722Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fbd3e2c3-1ca4-4ecb-911e-266269637894 ASDC
2021-09-09T11:35:30.722Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac
ServiceName:Demo_pNF_VR7vyUC00Y8YhAPlAor6
ServiceVersion:1.0
ServiceUUID:fbd3e2c3-1ca4-4ecb-911e-266269637894
ServiceInvariantUUID:97abcd1f-2df7-46db-bc25-947508c305be
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar
ArtifactUUID:f150888e-e9f6-494f-af58-736c1cde036b
ArtifactChecksum:M2NlOTM0YTViYjhhOTI0YWNjZWI5ZTc1ZDlmN2ViOTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9837ccc1-3891 0
ResourceCustomizationUUID:2a6b2721-2cb7-4c17-a6c3-133e7c471c80
ResourceInvariantUUID:2d77be65-2cd9-4ba1-9134-ffa64ffcd26d
ResourceName:pNF 9837ccc1-3891
ResourceType:PNF
ResourceUUID:67c50bf5-2e6a-4c90-8c16-4b45a1f14dac
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-09-09T11:35:30.723Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fbd3e2c3-1ca4-4ecb-911e-266269637894 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-09-09T11:35:30.740Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-09T11:35:30.741Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-09T11:35:30.741Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-09T11:35:30.741Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f150888e-e9f6-494f-af58-736c1cde036b from URL: /sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar
2021-09-09T11:35:30.741Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-09T11:35:30.742Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar
2021-09-09T11:35:31.634Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-09T11:35:31.640Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar f150888e-e9f6-494f-af58-736c1cde036b 82532
2021-09-09T11:35:31.640Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar ASDC sendASDCNotification
2021-09-09T11:35:31.640Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar
2021-09-09T11:35:31.640Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-09T11:35:31.641Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-09T11:35:31.643Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-09T11:35:31.643Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631187331640,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-09T11:35:31.743Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-09T11:35:31.744Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-09T11:35:31.744Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ...
2021-09-09T11:35:31.752Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-09T11:35:31.753Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-09T11:35:32.643Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-09T11:35:32.644Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-09T11:35:32.645Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: f150888e-e9f6-494f-af58-736c1cde036b, URL: /sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar to file: /app/ASDC/1/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar
2021-09-09T11:35:32.645Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar
2021-09-09T11:35:32.645Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar
2021-09-09T11:35:32.645Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar
2021-09-09T11:35:32.735Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18125188792150704437/Definitions/service-DemoPnfVr7vyuc00y8yhaplaor6-template.yml
2021-09-09T11:35:33.276Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-09T11:35:33.277Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-09T11:35:33.277Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar
2021-09-09T11:35:33.277Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-09T11:35:33.277Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||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-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar
2021-09-09T11:35:33.277Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar
2021-09-09T11:35:33.277Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||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-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar
2021-09-09T11:35:33.277Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||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-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar
2021-09-09T11:35:33.277Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||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-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar
2021-09-09T11:35:33.277Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9837ccc1-3891 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-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar
2021-09-09T11:35:33.277Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||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-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar
2021-09-09T11:35:33.278Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-09T11:35:33.278Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:35:33.278Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VR7vyUC00Y8YhAPlAor6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:35:33.278Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Node template pNF 9837ccc1-3891 0 is matching search criteria
2021-09-09T11:35:33.278Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-09T11:35:33.278Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 9837ccc1-3891 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-09T11:35:33.278Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:35:33.278Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VR7vyUC00Y8YhAPlAor6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:35:33.279Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Node template pNF 9837ccc1-3891 0 is matching search criteria
2021-09-09T11:35:33.279Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-09T11:35:33.279Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 9837ccc1-3891 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-09T11:35:33.279Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:35:33.279Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VR7vyUC00Y8YhAPlAor6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:35:33.279Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:35:33.279Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VR7vyUC00Y8YhAPlAor6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:35:33.279Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:35:33.279Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VR7vyUC00Y8YhAPlAor6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:35:33.280Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:35:33.280Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VR7vyUC00Y8YhAPlAor6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:35:33.280Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:35:33.280Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VR7vyUC00Y8YhAPlAor6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:35:33.280Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_VR7vyUC00Y8YhAPlAor6
Description:catalog service description
Model UUID:fbd3e2c3-1ca4-4ecb-911e-266269637894
Model Version:NULL
Model InvariantUuid:97abcd1f-2df7-46db-bc25-947508c305be
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-09-09T11:35:33.285Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 67c50bf5-2e6a-4c90-8c16-4b45a1f14dac
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-09-09T11:35:33.287Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||pNF 9837ccc1-3891 0
2021-09-09T11:35:33.287Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 67c50bf5-2e6a-4c90-8c16-4b45a1f14dac
2021-09-09T11:35:33.287Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||No resources found for Service: fbd3e2c3-1ca4-4ecb-911e-266269637894
2021-09-09T11:35:33.287Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: fbd3e2c3-1ca4-4ecb-911e-266269637894
2021-09-09T11:35:33.287Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9837ccc1-3891 0 67c50bf5-2e6a-4c90-8c16-4b45a1f14dac 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-09-09T11:35:33.290Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d8be8e6, org.onap.sdc.toscaparser.api.parameters.Input@7250dd7c, org.onap.sdc.toscaparser.api.parameters.Input@7984eb46, org.onap.sdc.toscaparser.api.parameters.Input@1c88be34, org.onap.sdc.toscaparser.api.parameters.Input@6eb6b99b]
2021-09-09T11:35:33.290Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-09T11:35:33.291Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VR7vyUC00Y8YhAPlAor6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-09T11:35:33.291Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid fbd3e2c3-1ca4-4ecb-911e-266269637894: pNF 9837ccc1-3891
2021-09-09T11:35:33.291Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||Processing PNF resource: 67c50bf5-2e6a-4c90-8c16-4b45a1f14dac
2021-09-09T11:35:33.291Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery