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)
2022-11-02T03:18:05.336Z||main|||||INFO|500||The following profiles are active: basic
2022-11-02T03:18:17.769Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-02T03:18:17.770Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-02T03:18:17.885Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-02T03:18:22.270Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-02T03:18:22.685Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-02T03:18:23.124Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-02T03:18:23.130Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-02T03:18:23.237Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-02T03:18:24.011Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-02T03:18:24.771Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-02T03:18:26.741Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-02T03:18:29.075Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-02T03:18:29.135Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-02T03:18:29.947Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-02T03:18:30.187Z||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.
2022-11-02T03:18:31.420Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-02T03:18:32.470Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-11-02T03:18:32.487Z||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$$9ade955a.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)
2022-11-02T03:18:32.487Z||main|||||WARN|500||The sdc end point is not alive
2022-11-02T03:18:35.385Z||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
2022-11-02T03:18:38.410Z||main|||||WARN|500||---
2022-11-02T03:18:38.411Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-02T03:18:38.411Z||main|||||WARN|500||---
2022-11-02T03:18:38.890Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-02T03:18:44.103Z||main|||||INFO|500||Started Application in 42.025 seconds (JVM running for 44.828)
2022-11-02T03:18:44.144Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-02T03:18:44.180Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-02T03:18:44.213Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-02T03:18:44.243Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-02T03:18:44.312Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a41a1a76-28ad-4f6e-a4fb-28a55a1b9322 url= /sdc/v1/artifactTypes
2022-11-02T03:18:44.312Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-02T03:18:44.655Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-02T03:18:44.695Z||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
2022-11-02T03:18:44.718Z||scheduling-1|||||DEBUG|500||create keys
2022-11-02T03:18:44.726Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-02T03:18:44.759Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:18:44.786Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4d338a3a-30f5-4047-8c31-1681ed03d276 url= /sdc/v1/registerForDistribution
2022-11-02T03:18:44.940Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 4d338a3a-30f5-4047-8c31-1681ed03d276 url= /sdc/v1/registerForDistribution
2022-11-02T03:18:44.946Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-02T03:18:44.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:18:44.965Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-02T03:18:44.969Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:18:44.990Z||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.
2022-11-02T03:18:44.990Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:18:44.988Z||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.
2022-11-02T03:18:44.991Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:18:55.301Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:18:55.300Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:19:44.956Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:19:44.958Z||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.
2022-11-02T03:19:44.958Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:19:44.958Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:19:44.959Z||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.
2022-11-02T03:19:44.959Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:19:54.524Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:19:54.534Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:20:44.957Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:20:44.958Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:20:44.959Z||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.
2022-11-02T03:20:44.960Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:20:44.984Z||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.
2022-11-02T03:20:44.984Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:20:54.538Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:20:54.538Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:21:44.957Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:21:44.958Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:21:44.960Z||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.
2022-11-02T03:21:44.960Z||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.
2022-11-02T03:21:44.960Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:21:44.960Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:21:54.530Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:21:54.530Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:22:44.956Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:22:44.958Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T03:22:44.958Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ...
2022-11-02T03:22:44.958Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:22:44.960Z||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.
2022-11-02T03:22:44.960Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:22:54.510Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:22:54.512Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:23:44.956Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:23:44.957Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T03:23:44.957Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ...
2022-11-02T03:23:44.958Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:23:44.959Z||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.
2022-11-02T03:23:44.959Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:23:54.506Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:23:54.513Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:24:44.956Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:24:44.957Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T03:24:44.957Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ...
2022-11-02T03:24:44.958Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:24:44.959Z||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.
2022-11-02T03:24:44.959Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:24:54.512Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:24:54.512Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:25:44.956Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:25:44.957Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T03:25:44.957Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ...
2022-11-02T03:25:44.958Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:25:44.961Z||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.
2022-11-02T03:25:44.962Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:25:54.507Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:25:54.507Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:26:44.956Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:26:44.957Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T03:26:44.958Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ...
2022-11-02T03:26:44.958Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:26:44.959Z||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.
2022-11-02T03:26:44.959Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:26:54.517Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:26:54.521Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:27:44.958Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:27:44.957Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:27:44.961Z||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.
2022-11-02T03:27:44.962Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:27:44.963Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T03:27:44.963Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ...
2022-11-02T03:27:54.522Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:27:54.526Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:28:14.053Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-02T03:28:44.958Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:28:44.960Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T03:28:44.960Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ...
2022-11-02T03:28:44.970Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:28:44.971Z||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.
2022-11-02T03:28:44.971Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:28:54.520Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:28:54.525Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:29:44.956Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:29:44.958Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:29:44.958Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T03:29:44.959Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ...
2022-11-02T03:29:44.959Z||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.
2022-11-02T03:29:44.959Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:29:54.525Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:29:54.525Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:30:44.956Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:30:44.958Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:30:44.959Z||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.
2022-11-02T03:30:44.959Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:30:44.968Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T03:30:44.968Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ...
2022-11-02T03:30:54.531Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:30:54.531Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:31:44.956Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:31:44.958Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:31:44.959Z||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.
2022-11-02T03:31:44.959Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:31:44.960Z||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.
2022-11-02T03:31:44.960Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:31:54.511Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:31:54.521Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:32:44.956Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:32:44.957Z||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.
2022-11-02T03:32:44.957Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:32:44.958Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:32:44.958Z||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.
2022-11-02T03:32:44.959Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:32:54.506Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:32:54.539Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:33:44.956Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:33:44.957Z||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.
2022-11-02T03:33:44.957Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:33:44.958Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:33:44.959Z||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.
2022-11-02T03:33:44.959Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:33:54.520Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:33:54.521Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:34:44.956Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:34:44.957Z||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.
2022-11-02T03:34:44.958Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:34:44.959Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:34:44.959Z||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.
2022-11-02T03:34:44.960Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:34:54.521Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:34:54.521Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:35:44.956Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:35:44.957Z||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.
2022-11-02T03:35:44.957Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:35:44.958Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:35:44.959Z||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.
2022-11-02T03:35:44.959Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:35:54.508Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:35:54.511Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:36:44.956Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:36:44.959Z||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.
2022-11-02T03:36:44.959Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:36:44.959Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:36:44.960Z||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.
2022-11-02T03:36:44.961Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:36:54.515Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:36:54.524Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:37:44.956Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:37:44.958Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:37:44.959Z||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.
2022-11-02T03:37:44.959Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:37:44.962Z||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.
2022-11-02T03:37:44.962Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:37:54.512Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:37:54.512Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:38:44.956Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:38:44.957Z||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.
2022-11-02T03:38:44.958Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ...
2022-11-02T03:38:44.960Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:38:44.961Z||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.
2022-11-02T03:38:44.961Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:38:54.527Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:38:54.528Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:39:44.956Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:39:44.957Z||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.
2022-11-02T03:39:44.957Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:39:44.966Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:39:44.967Z||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.
2022-11-02T03:39:44.968Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:39:54.522Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:39:54.528Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:40:44.956Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:40:44.958Z||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.
2022-11-02T03:40:44.961Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:40:44.958Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:40:44.962Z||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.
2022-11-02T03:40:44.962Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:40:54.516Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:40:54.517Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:41:44.956Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:41:44.957Z||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.
2022-11-02T03:41:44.957Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:41:44.958Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:41:44.959Z||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.
2022-11-02T03:41:44.959Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:41:54.510Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:41:54.511Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:42:44.956Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:42:44.957Z||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.
2022-11-02T03:42:44.957Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:42:44.958Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:42:44.959Z||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.
2022-11-02T03:42:44.959Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:42:54.505Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:42:54.509Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:43:44.956Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:43:44.956Z||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.
2022-11-02T03:43:44.957Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:43:44.958Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:43:44.959Z||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.
2022-11-02T03:43:44.959Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:43:54.522Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:43:54.523Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:44:44.956Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:44:44.957Z||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.
2022-11-02T03:44:44.957Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:44:44.958Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:44:44.959Z||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.
2022-11-02T03:44:44.959Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:44:54.503Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:44:54.503Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:45:44.957Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:45:44.958Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:45:44.960Z||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.
2022-11-02T03:45:44.961Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:45:44.960Z||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.
2022-11-02T03:45:44.964Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:45:54.509Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:45:54.509Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:46:44.956Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:46:44.957Z||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.
2022-11-02T03:46:44.957Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:46:44.958Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:46:44.959Z||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.
2022-11-02T03:46:44.959Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:46:54.523Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:46:54.525Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:47:44.956Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:47:44.958Z||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.
2022-11-02T03:47:44.958Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ...
2022-11-02T03:47:44.958Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:47:44.959Z||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.
2022-11-02T03:47:44.959Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:47:54.510Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:47:54.510Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:48:44.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:48:44.959Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:48:44.967Z||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.
2022-11-02T03:48:44.967Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:48:44.967Z||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.
2022-11-02T03:48:44.967Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:48:54.525Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:48:54.527Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:49:44.956Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:49:44.958Z||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.
2022-11-02T03:49:44.958Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ...
2022-11-02T03:49:44.958Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:49:44.958Z||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.
2022-11-02T03:49:44.959Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:49:54.502Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:49:54.506Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:50:44.956Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:50:44.956Z||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.
2022-11-02T03:50:44.957Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:50:44.958Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:50:44.960Z||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.
2022-11-02T03:50:44.961Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:50:54.501Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:50:54.501Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:51:44.956Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:51:44.956Z||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.
2022-11-02T03:51:44.957Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:51:44.958Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:51:44.959Z||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.
2022-11-02T03:51:44.959Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:51:54.501Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:51:54.501Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:52:44.958Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:52:44.958Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:52:44.959Z||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.
2022-11-02T03:52:44.959Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:52:44.964Z||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.
2022-11-02T03:52:44.964Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:52:54.530Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:52:54.530Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:53:44.956Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:53:44.957Z||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.
2022-11-02T03:53:44.957Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:53:44.958Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:53:44.959Z||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.
2022-11-02T03:53:44.959Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:53:54.508Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:53:54.508Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:54:44.957Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:54:44.958Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:54:44.959Z||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.
2022-11-02T03:54:44.959Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:54:44.960Z||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.
2022-11-02T03:54:44.960Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:54:54.513Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:54:54.513Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:55:44.956Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:55:44.959Z||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.
2022-11-02T03:55:44.960Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:55:44.963Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:55:44.963Z||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.
2022-11-02T03:55:44.964Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:55:54.518Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:55:54.518Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:56:44.956Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:56:44.957Z||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.
2022-11-02T03:56:44.957Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:56:44.958Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:56:44.959Z||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.
2022-11-02T03:56:44.959Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:56:54.509Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:56:54.514Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:57:44.956Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:57:44.957Z||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.
2022-11-02T03:57:44.958Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ...
2022-11-02T03:57:44.958Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:57:44.961Z||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.
2022-11-02T03:57:44.961Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:57:54.508Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:57:54.508Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:58:44.956Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:58:44.956Z||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.
2022-11-02T03:58:44.957Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:58:44.958Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:58:44.975Z||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.
2022-11-02T03:58:44.975Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:58:54.523Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:58:54.522Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:59:44.956Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:59:44.957Z||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.
2022-11-02T03:59:44.957Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:59:44.958Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T03:59:44.959Z||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.
2022-11-02T03:59:44.959Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T03:59:54.522Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T03:59:54.522Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:00:44.956Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T04:00:44.957Z||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.
2022-11-02T04:00:44.958Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:00:44.958Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T04:00:44.959Z||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.
2022-11-02T04:00:44.959Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T04:00:45.106Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:00:45.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T04:00:45.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "ves-openapi-manager",
"timestamp": 1667361640469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:00:45.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T04:00:45.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T04:00:45.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667361641098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:00:45.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T04:00:45.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T04:00:45.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "ves-openapi-manager",
"timestamp": 1667361640469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:00:45.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T04:00:45.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T04:00:45.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667361641098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:00:45.142Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T04:00:45.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T04:00:45.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "policy-id",
"timestamp": 1667361642190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:00:45.143Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T04:00:45.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T04:00:45.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "ves-openapi-manager",
"timestamp": 1667361640469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:00:45.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T04:00:45.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T04:00:45.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667361641098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:00:45.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T04:00:45.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T04:00:45.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "cds",
"timestamp": 1667361643559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:00:45.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T04:00:45.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T04:00:45.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "policy-id",
"timestamp": 1667361642190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:00:45.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T04:00:45.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T04:00:45.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "ves-openapi-manager",
"timestamp": 1667361640469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:00:45.147Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T04:00:45.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T04:00:45.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667361641098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:00:45.148Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T04:00:45.148Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T04:00:45.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "cds",
"timestamp": 1667361643559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:00:45.149Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-02T04:00:45.589Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:00:45.591Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T04:00:45.591Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"aa0cf591-3bf5-4d61-ad63-9ae84134fdb1","serviceName":"vFW 2022-11-02 03-59-42","serviceVersion":"1.0","serviceUUID":"7a34181c-f95a-45a7-9c43-9ee118d14f76","serviceDescription":"catalog service description","serviceInvariantUUID":"b9a3d9e1-cb7c-41fd-a4e2-d7aff2568f43","resources":[{"resourceInstanceName":"vFW eded6730-76c8 0","resourceName":"vFW eded6730-76c8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"030f89d0-66b6-4f6c-8ab9-dfb81905a9ad","resourceInvariantUUID":"9c2714b2-61ca-4108-a600-e01bf2a5f65f","resourceCustomizationUUID":"ce3218a3-39c2-406e-8799-976a4fa11071","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vf-license-model.xml","artifactChecksum":"NzBhMGExZDRlMjRjMmNhZjM4YzZhYjczM2E5ZmY1MjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b394d84e-225d-4df8-9c94-6a4ead6f0228","artifactVersion":"1"},{"artifactName":"vfweded673076c80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json","artifactChecksum":"NDE3NDg4OWFiYTkwNDM5ZDA0NTExZmNkMjFlMzg1ZGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0fef4476-3e2b-43a7-a945-997b5a6909ba","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b31c2ef1-9de0-4ccc-8eac-8b4586fba089","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vendor-license-model.xml","artifactChecksum":"MDVkYjhjN2U4MWU3YzA2Mzc0YWY5ZDYwMWJkMWYzNzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dd73870c-4dac-4448-9113-9830741dd7ce","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a38e64f5-7623-424c-870c-b5a71b31f0f9","artifactVersion":"2","generatedFromUUID":"b31c2ef1-9de0-4ccc-8eac-8b4586fba089"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221102035942-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-template.yml","artifactChecksum":"ZjNhMWJkMGJhZDMzZTdhZWMwZmNkNDJlZDVjNGIxOGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"81dfc7f6-96ad-4df0-a5d3-3a2b2ab7403b","artifactVersion":"1"},{"artifactName":"service-Vfw20221102035942-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar","artifactChecksum":"NThkN2I3ZmUyOTQ4YTYwNzk3MGEwNzhkNTMxYWUzNTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"284d4b7e-6f12-4f38-a0f2-59150a3c59d6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-02T04:00:45.600Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T04:00:45.609Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:00:45.623Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:00:45.623Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361644956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:00:45.723Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-11-02T04:00:45.729Z||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.
2022-11-02T04:00:45.729Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:00:45.747Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:00:45.748Z||pool-3-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-02T04:00:46.632Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T04:00:46.633Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:00:46.642Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:00:46.642Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361644956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json",
"status": "NOTIFIED"
}
2022-11-02T04:00:46.736Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-11-02T04:00:46.737Z||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.
2022-11-02T04:00:46.737Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:00:46.752Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:00:46.753Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-02T04:00:47.643Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T04:00:47.644Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:00:47.646Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:00:47.646Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361644956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-02T04:00:47.746Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T04:00:47.747Z||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.
2022-11-02T04:00:47.748Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:00:47.761Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:00:47.763Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-02T04:00:48.647Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T04:00:48.648Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:00:48.650Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:00:48.650Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361644956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:00:48.750Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T04:00:48.752Z||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.
2022-11-02T04:00:48.752Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:00:48.766Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:00:48.766Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-02T04:00:49.651Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T04:00:49.652Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:00:49.654Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:00:49.655Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361644956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-02T04:00:49.755Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T04:00:49.756Z||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.
2022-11-02T04:00:49.756Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:00:49.777Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:00:49.778Z||pool-7-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-11-02T04:00:50.655Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T04:00:50.656Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:00:50.659Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:00:50.659Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361644956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:00:50.759Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T04:00:50.760Z||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.
2022-11-02T04:00:50.760Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:00:50.775Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:00:50.776Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-02T04:00:51.659Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T04:00:51.660Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:00:51.662Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:00:51.663Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361644956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T04:00:51.763Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T04:00:51.764Z||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.
2022-11-02T04:00:51.764Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:00:51.778Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:00:51.778Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-02T04:00:52.665Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"serviceName": "vFW 2022-11-02 03-59-42",
"serviceVersion": "1.0",
"serviceUUID": "7a34181c-f95a-45a7-9c43-9ee118d14f76",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b9a3d9e1-cb7c-41fd-a4e2-d7aff2568f43",
"resources": [
{
"resourceInstanceName": "vFW eded6730-76c8 0",
"resourceCustomizationUUID": "ce3218a3-39c2-406e-8799-976a4fa11071",
"resourceName": "vFW eded6730-76c8",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "030f89d0-66b6-4f6c-8ab9-dfb81905a9ad",
"resourceInvariantUUID": "9c2714b2-61ca-4108-a600-e01bf2a5f65f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfweded673076c80_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json",
"artifactChecksum": "NDE3NDg4OWFiYTkwNDM5ZDA0NTExZmNkMjFlMzg1ZGU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0fef4476-3e2b-43a7-a945-997b5a6909ba",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b31c2ef1-9de0-4ccc-8eac-8b4586fba089",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a38e64f5-7623-424c-870c-b5a71b31f0f9",
"generatedFromUUID": "b31c2ef1-9de0-4ccc-8eac-8b4586fba089"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a38e64f5-7623-424c-870c-b5a71b31f0f9",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221102035942-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar",
"artifactChecksum": "NThkN2I3ZmUyOTQ4YTYwNzk3MGEwNzhkNTMxYWUzNTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "284d4b7e-6f12-4f38-a0f2-59150a3c59d6"
}
],
"workloadContext": "Production"
}
2022-11-02T04:00:52.666Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-02T04:00:52.667Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7a34181c-f95a-45a7-9c43-9ee118d14f76 ASDC
2022-11-02T04:00:52.805Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:aa0cf591-3bf5-4d61-ad63-9ae84134fdb1
ServiceName:vFW 2022-11-02 03-59-42
ServiceVersion:1.0
ServiceUUID:7a34181c-f95a-45a7-9c43-9ee118d14f76
ServiceInvariantUUID:b9a3d9e1-cb7c-41fd-a4e2-d7aff2568f43
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221102035942-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar
ArtifactUUID:284d4b7e-6f12-4f38-a0f2-59150a3c59d6
ArtifactChecksum:NThkN2I3ZmUyOTQ4YTYwNzk3MGEwNzhkNTMxYWUzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW eded6730-76c8 0
ResourceCustomizationUUID:ce3218a3-39c2-406e-8799-976a4fa11071
ResourceInvariantUUID:9c2714b2-61ca-4108-a600-e01bf2a5f65f
ResourceName:vFW eded6730-76c8
ResourceType:VF
ResourceUUID:030f89d0-66b6-4f6c-8ab9-dfb81905a9ad
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfweded673076c80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json
ArtifactUUID:0fef4476-3e2b-43a7-a945-997b5a6909ba
ArtifactChecksum:NDE3NDg4OWFiYTkwNDM5ZDA0NTExZmNkMjFlMzg1ZGU=
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/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml
ArtifactUUID:b31c2ef1-9de0-4ccc-8eac-8b4586fba089
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/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env
ArtifactUUID:a38e64f5-7623-424c-870c-b5a71b31f0f9
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/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env
ArtifactUUID:a38e64f5-7623-424c-870c-b5a71b31f0f9
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-02T04:00:52.806Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7a34181c-f95a-45a7-9c43-9ee118d14f76 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 (?, ?, ?, ?, ?)
2022-11-02T04:00:53.074Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T04:00:53.075Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-02T04:00:53.077Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-02T04:00:53.077Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 284d4b7e-6f12-4f38-a0f2-59150a3c59d6 from URL: /sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar
2022-11-02T04:00:53.077Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-02T04:00:53.079Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar
2022-11-02T04:00:53.162Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-02T04:00:53.183Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar 284d4b7e-6f12-4f38-a0f2-59150a3c59d6 99027
2022-11-02T04:00:53.185Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar ASDC sendASDCNotification
2022-11-02T04:00:53.185Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar
2022-11-02T04:00:53.186Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T04:00:53.187Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:00:53.189Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:00:53.189Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361653184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:00:53.289Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T04:00:53.290Z||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.
2022-11-02T04:00:53.290Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:00:53.304Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:00:53.304Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-02T04:00:54.190Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T04:00:54.191Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-02T04:00:54.191Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 284d4b7e-6f12-4f38-a0f2-59150a3c59d6, URL: /sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar to file: /app/ASDC/1/service-Vfw20221102035942-csar.csar
2022-11-02T04:00:54.192Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221102035942-csar.csar
2022-11-02T04:00:54.301Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221102035942-csar.csar
2022-11-02T04:00:54.302Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221102035942-csar.csar
2022-11-02T04:00:55.082Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9030596194699972953/Definitions/service-Vfw20221102035942-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-11-02T04:00:58.013Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-02T04:00:58.018Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-02T04:00:58.019Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221102035942-csar.csar
2022-11-02T04:00:58.019Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-11-02T04:00:58.019Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||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-Vfw20221102035942-csar.csar
2022-11-02T04:00:58.019Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||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-Vfw20221102035942-csar.csar
2022-11-02T04:00:58.020Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||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-Vfw20221102035942-csar.csar
2022-11-02T04:00:58.020Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221102035942-csar.csar
2022-11-02T04:00:58.020Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221102035942-csar.csar
2022-11-02T04:00:58.020Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||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-Vfw20221102035942-csar.csar
2022-11-02T04:00:58.020Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW eded6730-76c8 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-Vfw20221102035942-csar.csar
2022-11-02T04:00:58.020Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||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-Vfw20221102035942-csar.csar
2022-11-02T04:00:58.021Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||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-Vfw20221102035942-csar.csar
2022-11-02T04:00:58.021Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20221102035942-csar.csar
2022-11-02T04:00:58.021Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||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-Vfw20221102035942-csar.csar
2022-11-02T04:00:58.021Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221102035942-csar.csar
2022-11-02T04:00:58.021Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221102035942-csar.csar
2022-11-02T04:00:58.021Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-02T04:00:58.029Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:00:58.030Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 03-59-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:00:58.035Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vFW eded6730-76c8 0 is matching search criteria
2022-11-02T04:00:58.035Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-02T04:00:58.037Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW eded6730-76c8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T04:00:58.039Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:00:58.039Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 03-59-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:00:58.039Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vFW eded6730-76c8 0 is matching search criteria
2022-11-02T04:00:58.040Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-02T04:00:58.040Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW eded6730-76c8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T04:00:58.040Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:00:58.040Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 03-59-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:00:58.044Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:00:58.045Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vFW eded6730-76c8 0 is not matching search criteria
2022-11-02T04:00:58.045Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-02T04:00:58.045Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-02T04:00:58.045Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-02T04:00:58.045Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-02T04:00:58.046Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-02T04:00:58.046Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-02T04:00:58.046Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-02T04:00:58.046Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-02T04:00:58.047Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-02T04:00:58.047Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-02T04:00:58.048Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-02T04:00:58.048Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-02T04:00:58.048Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-02T04:00:58.048Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-02T04:00:58.049Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-02T04:00:58.049Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-02T04:00:58.049Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:00:58.049Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 03-59-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-02T04:00:58.051Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:00:58.051Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vFW eded6730-76c8 0 is matching search criteria
2022-11-02T04:00:58.051Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW eded6730-76c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T04:00:58.051Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:00:58.052Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vFW eded6730-76c8 0 is matching search criteria
2022-11-02T04:00:58.052Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW eded6730-76c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T04:00:58.052Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:00:58.052Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vFW eded6730-76c8 0 is matching search criteria
2022-11-02T04:00:58.053Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW eded6730-76c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T04:00:58.053Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:00:58.053Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vFW eded6730-76c8 0 is not matching search criteria
2022-11-02T04:00:58.053Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-02T04:00:58.054Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-02T04:00:58.054Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-02T04:00:58.054Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-02T04:00:58.054Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-02T04:00:58.054Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-02T04:00:58.055Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-02T04:00:58.055Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-02T04:00:58.055Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-02T04:00:58.055Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-02T04:00:58.055Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-02T04:00:58.056Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c623b074-53f9-4066-a3ed-d946d99dd007
2022-11-02T04:00:58.056Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:00:58.056Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vFW eded6730-76c8 0 is not matching search criteria
2022-11-02T04:00:58.056Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-02T04:00:58.056Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-02T04:00:58.057Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-02T04:00:58.057Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-02T04:00:58.057Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-02T04:00:58.057Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-02T04:00:58.058Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-02T04:00:58.058Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-02T04:00:58.058Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-02T04:00:58.058Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-02T04:00:58.058Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-02T04:00:58.059Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-02T04:00:58.059Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9ccb7003-bb6c-4ebd-883e-7302b4bc19dc
2022-11-02T04:00:58.059Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:00:58.059Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vFW eded6730-76c8 0 is not matching search criteria
2022-11-02T04:00:58.059Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-02T04:00:58.060Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-02T04:00:58.060Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-02T04:00:58.060Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-02T04:00:58.060Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-02T04:00:58.060Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-02T04:00:58.061Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-02T04:00:58.061Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-02T04:00:58.061Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-02T04:00:58.061Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-02T04:00:58.061Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-02T04:00:58.062Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-02T04:00:58.062Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7db8c1d2-13eb-4365-92b9-d892c708df44
2022-11-02T04:00:58.062Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:00:58.062Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 03-59-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:00:58.063Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:00:58.063Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 03-59-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:00:58.063Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:00:58.063Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 03-59-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:00:58.064Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:00:58.064Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 03-59-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:00:58.064Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-02 03-59-42
Description:catalog service description
Model UUID:7a34181c-f95a-45a7-9c43-9ee118d14f76
Model Version:NULL
Model InvariantUuid:b9a3d9e1-cb7c-41fd-a4e2-d7aff2568f43
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW eded6730-76c8
Model UUID:772df34a-f4fb-4566-a06a-31a32ee6392d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9c2714b2-61ca-4108-a600-e01bf2a5f65f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ce3218a3-39c2-406e-8799-976a4fa11071
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:5c640d10-ccc0-467b-a053-bf96490e57af
ModelName:VfwEded673076c8..base_vfw..module-0
ModelUuid:01ec5e09-0f05-42d8-86a7-883a86945c7b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c623b074-53f9-4066-a3ed-d946d99dd007
ModelInvariantUuid:e5bf057a-2a2c-432c-8fa5-259ebe4683c0
ModelName:vFW eded6730-76c8-nodes.vfwCvfc
ModelUuid:ab3c69f0-573f-472e-accd-6919c60ea174
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:f13e2399-1d03-405b-b1fa-26c3c2699997
ModelInvariantUuid:14d6b818-e6a9-4210-a3c4-d9d5e0d56964
ModelName:VfwEded673076c8.compute.nodes.heat.vfw
ModelUuid:784be819-ac0d-4558-b882-e9fd786897bf
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9ccb7003-bb6c-4ebd-883e-7302b4bc19dc
ModelInvariantUuid:1825a58c-39d5-4f3c-be1c-467fd9133b23
ModelName:vFW eded6730-76c8-nodes.vsnCvfc
ModelUuid:74ca2af9-99a7-46cd-83fe-a71046be4fcc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:25c820e6-9474-4048-a246-707d747e31d2
ModelInvariantUuid:7deb1799-fc29-4a97-9980-d8b6f2caa3e1
ModelName:VfwEded673076c8.compute.nodes.heat.vsn
ModelUuid:061656b6-f15d-4850-88da-77e7c257ea15
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7db8c1d2-13eb-4365-92b9-d892c708df44
ModelInvariantUuid:96c375d0-7815-4b80-bd8e-91006b3645eb
ModelName:vFW eded6730-76c8-nodes.vpgCvfc
ModelUuid:fb8f5894-60ad-41c9-acec-f7d24372ea4f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:981820da-4d82-4408-a7a2-9704ccd3dec2
ModelInvariantUuid:441e9001-d97c-49e9-931a-9017c7b2f8f0
ModelName:VfwEded673076c8.compute.nodes.heat.vpg
ModelUuid:76b68ca2-6232-4c03-b7a6-0175707bf893
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-02T04:00:58.085Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 030f89d0-66b6-4f6c-8ab9-dfb81905a9ad
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T04:00:58.176Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||vFW eded6730-76c8 0
2022-11-02T04:00:58.183Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 030f89d0-66b6-4f6c-8ab9-dfb81905a9ad
2022-11-02T04:00:58.183Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0fef4476-3e2b-43a7-a945-997b5a6909ba from URL: /sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json
2022-11-02T04:00:58.184Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-02T04:00:58.184Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json
2022-11-02T04:00:58.254Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-02T04:00:58.254Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json 0fef4476-3e2b-43a7-a945-997b5a6909ba 785
2022-11-02T04:00:58.255Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json ASDC sendASDCNotification
2022-11-02T04:00:58.255Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json
2022-11-02T04:00:58.255Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T04:00:58.255Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:00:58.258Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:00:58.258Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361658255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:00:58.358Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T04:00:58.359Z||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.
2022-11-02T04:00:58.359Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:00:58.373Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:00:58.374Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-02T04:00:59.260Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwEded673076c8..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5c640d10-ccc0-467b-a053-bf96490e57af",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "01ec5e09-0f05-42d8-86a7-883a86945c7b",
"vfModuleModelCustomizationUUID": "964d22bf-1c32-4d31-ba02-b84506479056",
"isBase": true,
"artifacts": [
"b31c2ef1-9de0-4ccc-8eac-8b4586fba089",
"a38e64f5-7623-424c-870c-b5a71b31f0f9"
],
"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": ""
}
}
]
2022-11-02T04:00:59.276Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEded673076c8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:01ec5e09-0f05-42d8-86a7-883a86945c7b
VfModuleModelInvariantUUID:5c640d10-ccc0-467b-a053-bf96490e57af
VfModuleModelDescription:NULL
Artifacts UUID List:{
b31c2ef1-9de0-4ccc-8eac-8b4586fba089
,
a38e64f5-7623-424c-870c-b5a71b31f0f9
}
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
}
2022-11-02T04:00:59.281Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwEded673076c8..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5c640d10-ccc0-467b-a053-bf96490e57af",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "01ec5e09-0f05-42d8-86a7-883a86945c7b",
"vfModuleModelCustomizationUUID": "964d22bf-1c32-4d31-ba02-b84506479056",
"isBase": true,
"artifacts": [
"b31c2ef1-9de0-4ccc-8eac-8b4586fba089",
"a38e64f5-7623-424c-870c-b5a71b31f0f9"
],
"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": ""
}
}
]
2022-11-02T04:00:59.281Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEded673076c8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:01ec5e09-0f05-42d8-86a7-883a86945c7b
VfModuleModelInvariantUUID:5c640d10-ccc0-467b-a053-bf96490e57af
VfModuleModelDescription:NULL
Artifacts UUID List:{
b31c2ef1-9de0-4ccc-8eac-8b4586fba089
,
a38e64f5-7623-424c-870c-b5a71b31f0f9
}
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
}
2022-11-02T04:00:59.281Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b31c2ef1-9de0-4ccc-8eac-8b4586fba089 from URL: /sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml
2022-11-02T04:00:59.282Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-02T04:00:59.282Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml
2022-11-02T04:00:59.366Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-02T04:00:59.367Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml b31c2ef1-9de0-4ccc-8eac-8b4586fba089 20368
2022-11-02T04:00:59.367Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-02T04:00:59.368Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml
2022-11-02T04:00:59.368Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T04:00:59.368Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:00:59.371Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:00:59.371Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361659367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:00:59.484Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2022-11-02T04:00:59.487Z||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.
2022-11-02T04:00:59.487Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:00:59.502Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:00:59.503Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-02T04:01:00.372Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a38e64f5-7623-424c-870c-b5a71b31f0f9 from URL: /sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env
2022-11-02T04:01:00.373Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-02T04:01:00.373Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env
2022-11-02T04:01:00.429Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-02T04:01:00.430Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env a38e64f5-7623-424c-870c-b5a71b31f0f9 2098
2022-11-02T04:01:00.430Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-02T04:01:00.430Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env
2022-11-02T04:01:00.431Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T04:01:00.431Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:01:00.434Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:01:00.434Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361660430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:01:00.534Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T04:01:00.535Z||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.
2022-11-02T04:01:00.535Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:01:00.547Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:01:00.548Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-02T04:01:01.434Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 7a34181c-f95a-45a7-9c43-9ee118d14f76
2022-11-02T04:01:01.435Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW eded6730-76c8 0 030f89d0-66b6-4f6c-8ab9-dfb81905a9ad ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T04:01:01.473Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1fb71fb0, org.onap.sdc.toscaparser.api.parameters.Input@2f4d9a0d, org.onap.sdc.toscaparser.api.parameters.Input@325b2515, org.onap.sdc.toscaparser.api.parameters.Input@5f586b96, org.onap.sdc.toscaparser.api.parameters.Input@78b5b552]
2022-11-02T04:01:01.493Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:01:01.494Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 03-59-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:01:01.497Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-11-02T04:01:01.497Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= ce3218a3-39c2-406e-8799-976a4fa11071
2022-11-02T04:01:01.499Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ce3218a3-39c2-406e-8799-976a4fa11071 matches Tosca VF Customization UUID: ce3218a3-39c2-406e-8799-976a4fa11071
2022-11-02T04:01:01.499Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: ce3218a3-39c2-406e-8799-976a4fa11071 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-02T04:01:01.507Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:01:01.507Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 03-59-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:01:01.509Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id ce3218a3-39c2-406e-8799-976a4fa11071: {\"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\"}
2022-11-02T04:01:01.509Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@721c845e
2022-11-02T04:01:01.509Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:01:01.509Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 03-59-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-02T04:01:01.510Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 964d22bf-1c32-4d31-ba02-b84506479056
2022-11-02T04:01:01.511Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 964d22bf-1c32-4d31-ba02-b84506479056
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-02T04:01:01.518Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:01:01.518Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vFW eded6730-76c8 0 is matching search criteria
2022-11-02T04:01:01.519Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW eded6730-76c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T04:01:01.520Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:01:01.520Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vFW eded6730-76c8 0 is matching search criteria
2022-11-02T04:01:01.520Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW eded6730-76c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T04:01:01.521Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:01:01.521Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vFW eded6730-76c8 0 is not matching search criteria
2022-11-02T04:01:01.521Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-02T04:01:01.522Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-02T04:01:01.522Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-02T04:01:01.522Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-02T04:01:01.523Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-02T04:01:01.523Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-02T04:01:01.523Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-02T04:01:01.523Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-02T04:01:01.524Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-02T04:01:01.524Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-02T04:01:01.524Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-02T04:01:01.525Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c623b074-53f9-4066-a3ed-d946d99dd007
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-02T04:01:01.533Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:01:01.533Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vFW eded6730-76c8 0 is matching search criteria
2022-11-02T04:01:01.533Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW eded6730-76c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T04:01:01.534Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:01:01.534Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vFW eded6730-76c8 0 is not matching search criteria
2022-11-02T04:01:01.534Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-02T04:01:01.535Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-02T04:01:01.535Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-02T04:01:01.535Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-02T04:01:01.536Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-02T04:01:01.536Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-02T04:01:01.536Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-02T04:01:01.536Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-02T04:01:01.537Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-02T04:01:01.537Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-02T04:01:01.537Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-02T04:01:01.538Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-02T04:01:01.538Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9ccb7003-bb6c-4ebd-883e-7302b4bc19dc
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-02T04:01:01.540Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:01:01.540Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vFW eded6730-76c8 0 is matching search criteria
2022-11-02T04:01:01.541Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW eded6730-76c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T04:01:01.543Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:01:01.543Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vFW eded6730-76c8 0 is not matching search criteria
2022-11-02T04:01:01.544Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-02T04:01:01.544Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-02T04:01:01.544Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-02T04:01:01.545Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-02T04:01:01.545Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-02T04:01:01.545Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-02T04:01:01.545Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-02T04:01:01.546Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-02T04:01:01.546Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-02T04:01:01.546Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-02T04:01:01.547Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-02T04:01:01.547Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-02T04:01:01.547Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7db8c1d2-13eb-4365-92b9-d892c708df44
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-02T04:01:01.549Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:01:01.550Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vFW eded6730-76c8 0 is matching search criteria
2022-11-02T04:01:01.550Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW eded6730-76c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T04:01:01.551Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:01:01.551Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Node template vFW eded6730-76c8 0 is matching search criteria
2022-11-02T04:01:01.551Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW eded6730-76c8 0] matching following query criteria: sdcType=VF, customizationUUID=ce3218a3-39c2-406e-8799-976a4fa11071
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T04:01:01.553Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:01:01.553Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 03-59-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:01:01.554Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 7a34181c-f95a-45a7-9c43-9ee118d14f76: vFW eded6730-76c8
2022-11-02T04:01:01.554Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:01:01.555Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 03-59-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:01:01.555Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:01:01.555Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 03-59-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:01:01.556Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:01:01.556Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 03-59-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:01:01.556Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:01:01.556Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 03-59-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:01:01.557Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:01:01.557Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 03-59-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:01:01.557Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-11-02 03-59-42
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T04:01:01.831Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW eded6730-76c8 030f89d0-66b6-4f6c-8ab9-dfb81905a9ad 1 ASDC deployResourceStructure
2022-11-02T04:01:01.831Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json ASDC sendASDCNotification
2022-11-02T04:01:01.831Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json
2022-11-02T04:01:01.831Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T04:01:01.832Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:01:01.834Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:01:01.834Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361661831,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json",
"status": "DEPLOY_OK"
}
2022-11-02T04:01:01.934Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T04:01:01.935Z||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.
2022-11-02T04:01:01.935Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:01:01.950Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:01:01.951Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-02T04:01:02.835Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-02T04:01:02.835Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml
2022-11-02T04:01:02.836Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T04:01:02.836Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:01:02.838Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:01:02.839Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361662835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-02T04:01:02.939Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-02T04:01:02.940Z||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.
2022-11-02T04:01:02.940Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:01:02.956Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:01:02.956Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-02T04:01:03.840Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-02T04:01:03.840Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env
2022-11-02T04:01:03.841Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T04:01:03.841Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:01:03.843Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:01:03.843Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361663839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-02T04:01:03.943Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T04:01:03.944Z||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.
2022-11-02T04:01:03.944Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:01:03.956Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:01:03.957Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-02T04:01:04.844Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar ASDC sendASDCNotification
2022-11-02T04:01:04.845Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar
2022-11-02T04:01:04.845Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T04:01:04.846Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:01:04.848Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:01:04.849Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361664844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T04:01:04.949Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T04:01:04.950Z||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.
2022-11-02T04:01:04.951Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:01:04.964Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:01:04.965Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-02T04:01:05.850Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa0cf591-3bf5-4d61-ad63-9ae84134fdb1
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=?
2022-11-02T04:01:05.875Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa0cf591-3bf5-4d61-ad63-9ae84134fdb1
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=?
2022-11-02T04:01:05.877Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T04:01:05.877Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T04:01:05.878Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T04:01:35.878Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa0cf591-3bf5-4d61-ad63-9ae84134fdb1
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=?
2022-11-02T04:01:35.891Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa0cf591-3bf5-4d61-ad63-9ae84134fdb1
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=?
2022-11-02T04:01:35.894Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T04:01:35.894Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T04:01:35.895Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T04:01:44.958Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T04:01:44.959Z||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.
2022-11-02T04:01:44.959Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T04:01:44.984Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:01:44.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-02T04:01:44.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "policy-id",
"timestamp": 1667361642190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-02T04:01:44.986Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-02T04:02:05.895Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa0cf591-3bf5-4d61-ad63-9ae84134fdb1
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=?
2022-11-02T04:02:05.906Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa0cf591-3bf5-4d61-ad63-9ae84134fdb1
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=?
2022-11-02T04:02:05.909Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T04:02:05.909Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T04:02:05.909Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T04:02:35.909Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa0cf591-3bf5-4d61-ad63-9ae84134fdb1
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=?
2022-11-02T04:02:35.921Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa0cf591-3bf5-4d61-ad63-9ae84134fdb1
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=?
2022-11-02T04:02:35.926Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T04:02:35.926Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T04:02:35.926Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T04:02:44.958Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T04:02:44.959Z||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.
2022-11-02T04:02:44.959Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T04:02:44.992Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:02:44.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-02T04:02:44.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "ves-openapi-manager",
"timestamp": 1667361640469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:02:44.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:05.926Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa0cf591-3bf5-4d61-ad63-9ae84134fdb1
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=?
2022-11-02T04:03:05.942Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa0cf591-3bf5-4d61-ad63-9ae84134fdb1
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=?
2022-11-02T04:03:05.944Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T04:03:05.944Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T04:03:05.945Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T04:03:35.945Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa0cf591-3bf5-4d61-ad63-9ae84134fdb1
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=?
2022-11-02T04:03:35.961Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa0cf591-3bf5-4d61-ad63-9ae84134fdb1
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=?
2022-11-02T04:03:35.963Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T04:03:35.963Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T04:03:35.964Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T04:03:44.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T04:03:44.961Z||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.
2022-11-02T04:03:44.961Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T04:03:44.986Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:03:45.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667361641098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "cds",
"timestamp": 1667361643559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361644956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667361644755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "policy-id",
"timestamp": 1667361642190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "ves-openapi-manager",
"timestamp": 1667361640469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667361641098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "cds",
"timestamp": 1667361643559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361644956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json",
"status": "NOTIFIED"
}
2022-11-02T04:03:45.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667361644755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json",
"status": "NOTIFIED"
}
2022-11-02T04:03:45.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "policy-id",
"timestamp": 1667361642190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "ves-openapi-manager",
"timestamp": 1667361640469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667361641098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T04:03:45.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "cds",
"timestamp": 1667361643559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361644956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-02T04:03:45.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667361644755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-02T04:03:45.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "policy-id",
"timestamp": 1667361642190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "cds",
"timestamp": 1667361643559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.515Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667361648960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:03:45.515Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:03:45.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361644956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667361644755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "policy-id",
"timestamp": 1667361642190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T04:03:45.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "cds",
"timestamp": 1667361643559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T04:03:45.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361644956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-02T04:03:45.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667361644755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-02T04:03:45.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "policy-id",
"timestamp": 1667361650009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:03:45.518Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:03:45.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "clamp",
"timestamp": 1667361649707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "cds",
"timestamp": 1667361651401,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:03:45.520Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:03:45.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361644956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667361644755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "policy-id",
"timestamp": 1667361651021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T04:03:45.521Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:03:45.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "clamp",
"timestamp": 1667361649707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json",
"status": "NOTIFIED"
}
2022-11-02T04:03:45.522Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "cds",
"timestamp": 1667361652416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-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=?
2022-11-02T04:03:45.536Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aa0cf591-3bf5-4d61-ad63-9ae84134fdb1
2022-11-02T04:03:45.537Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa0cf591-3bf5-4d61-ad63-9ae84134fdb1 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 (?, ?, ?, ?, ?)
2022-11-02T04:03:45.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361644956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T04:03:45.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667361644755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T04:03:45.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "policy-id",
"timestamp": 1667361652025,
"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=?
2022-11-02T04:03:45.562Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aa0cf591-3bf5-4d61-ad63-9ae84134fdb1
2022-11-02T04:03:45.562Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa0cf591-3bf5-4d61-ad63-9ae84134fdb1 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 (?, ?, ?, ?, ?)
2022-11-02T04:03:45.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "clamp",
"timestamp": 1667361649707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667361652562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:03:45.579Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:03:45.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361653184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:03:45.579Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:03:45.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "clamp",
"timestamp": 1667361649707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667361654258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T04:03:45.580Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:03:45.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667361653652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:03:45.581Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:03:45.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "clamp",
"timestamp": 1667361649707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667361655263,
"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=?
2022-11-02T04:03:45.587Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aa0cf591-3bf5-4d61-ad63-9ae84134fdb1
2022-11-02T04:03:45.587Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa0cf591-3bf5-4d61-ad63-9ae84134fdb1 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 (?, ?, ?, ?, ?)
2022-11-02T04:03:45.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667361654722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:03:45.597Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:03:45.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "clamp",
"timestamp": 1667361649707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.597Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667361655793,
"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=?
2022-11-02T04:03:45.603Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aa0cf591-3bf5-4d61-ad63-9ae84134fdb1
2022-11-02T04:03:45.603Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa0cf591-3bf5-4d61-ad63-9ae84134fdb1 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=?
2022-11-02T04:03:45.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "clamp",
"timestamp": 1667361649707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T04:03:45.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667361656802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json",
"status": "DEPLOY_OK"
}
2022-11-02T04:03:45.611Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:03:45.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361658255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:03:45.611Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:03:45.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "aai-ml",
"timestamp": 1667361658395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361659367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:03:45.612Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:03:45.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "aai-ml",
"timestamp": 1667361658395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.613Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361660430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:03:45.613Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:03:45.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "aai-ml",
"timestamp": 1667361658395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.614Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "clamp",
"timestamp": 1667361661688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:03:45.614Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:03:45.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361661831,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vfweded673076c80_modules.json",
"status": "DEPLOY_OK"
}
2022-11-02T04:03:45.614Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:03:45.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "aai-ml",
"timestamp": 1667361658395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361662835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-02T04:03:45.615Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:03:45.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "aai-ml",
"timestamp": 1667361658395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "clamp",
"timestamp": 1667361663686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T04:03:45.616Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:03:45.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361663839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/resourceInstances/vfweded673076c80/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-02T04:03:45.616Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:03:45.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "aai-ml",
"timestamp": 1667361658395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.617Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "clamp",
"timestamp": 1667361664690,
"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=?
2022-11-02T04:03:45.622Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of aa0cf591-3bf5-4d61-ad63-9ae84134fdb1
2022-11-02T04:03:45.622Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa0cf591-3bf5-4d61-ad63-9ae84134fdb1 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 (?, ?, ?, ?, ?)
2022-11-02T04:03:45.631Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.631Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361664844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T04:03:45.631Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:03:45.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "aai-ml",
"timestamp": 1667361658395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T04:03:45.632Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "aai-ml",
"timestamp": 1667361666283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:03:45.632Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:03:45.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.633Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "cds",
"timestamp": 1667361673559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.633Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.633Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.633Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667361671098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.633Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.633Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.633Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "cds",
"timestamp": 1667361673559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.633Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667361671098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.634Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "clamp",
"timestamp": 1667361679707,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.634Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "cds",
"timestamp": 1667361673559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667361671098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "aai-ml",
"timestamp": 1667361680973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102035942/1.0/artifacts/service-Vfw20221102035942-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T04:03:45.635Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:03:45.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "ves-openapi-manager",
"timestamp": 1667361680469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "clamp",
"timestamp": 1667361679707,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json",
"status": "NOTIFIED"
}
2022-11-02T04:03:45.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "cds",
"timestamp": 1667361673559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667361671098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "aai-ml",
"timestamp": 1667361681978,
"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=?
2022-11-02T04:03:45.641Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aa0cf591-3bf5-4d61-ad63-9ae84134fdb1
2022-11-02T04:03:45.641Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa0cf591-3bf5-4d61-ad63-9ae84134fdb1 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 (?, ?, ?, ?, ?)
2022-11-02T04:03:45.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "ves-openapi-manager",
"timestamp": 1667361680469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "clamp",
"timestamp": 1667361679707,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "cds",
"timestamp": 1667361673559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667361671098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "policy-id",
"timestamp": 1667361682190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "ves-openapi-manager",
"timestamp": 1667361680469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "clamp",
"timestamp": 1667361679707,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "cds",
"timestamp": 1667361673559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667361671098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "policy-id",
"timestamp": 1667361682190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "ves-openapi-manager",
"timestamp": 1667361680469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "clamp",
"timestamp": 1667361679707,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "cds",
"timestamp": 1667361673559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T04:03:45.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667361671098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T04:03:45.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "policy-id",
"timestamp": 1667361682190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-02T04:03:45.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "ves-openapi-manager",
"timestamp": 1667361680469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "clamp",
"timestamp": 1667361679707,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "cds",
"timestamp": 1667361686561,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:03:45.656Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:03:45.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667361686253,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:03:45.656Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:03:45.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.657Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667361684755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.657Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.657Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "policy-id",
"timestamp": 1667361682190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.657Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.657Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "ves-openapi-manager",
"timestamp": 1667361680469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.658Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "clamp",
"timestamp": 1667361679707,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T04:03:45.658Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "cds",
"timestamp": 1667361687566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T04:03:45.676Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 42695dda-53f3-4e75-a8b0-45d6dda4428a
2022-11-02T04:03:45.676Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42695dda-53f3-4e75-a8b0-45d6dda4428a 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 (?, ?, ?, ?, ?)
2022-11-02T04:03:45.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667361684755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json",
"status": "NOTIFIED"
}
2022-11-02T04:03:45.685Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "policy-id",
"timestamp": 1667361682190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.686Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "ves-openapi-manager",
"timestamp": 1667361680469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.686Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667361684755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-02T04:03:45.686Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.687Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "policy-id",
"timestamp": 1667361682190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.687Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.687Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667361688608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T04:03:45.687Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:03:45.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.687Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667361684755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.687Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "aai-ml",
"timestamp": 1667361688395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.688Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "policy-id",
"timestamp": 1667361682190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T04:03:45.688Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667361689613,
"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=?
2022-11-02T04:03:45.695Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 42695dda-53f3-4e75-a8b0-45d6dda4428a
2022-11-02T04:03:45.695Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42695dda-53f3-4e75-a8b0-45d6dda4428a 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 (?, ?, ?, ?, ?)
2022-11-02T04:03:45.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667361684755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-02T04:03:45.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "aai-ml",
"timestamp": 1667361688395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "policy-id",
"timestamp": 1667361689943,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:03:45.704Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:03:45.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667361684755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "aai-ml",
"timestamp": 1667361688395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.705Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "policy-id",
"timestamp": 1667361690948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T04:03:45.705Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:03:45.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667361684755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T04:03:45.705Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "aai-ml",
"timestamp": 1667361688395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.706Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "policy-id",
"timestamp": 1667361691952,
"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=?
2022-11-02T04:03:45.711Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 42695dda-53f3-4e75-a8b0-45d6dda4428a
2022-11-02T04:03:45.711Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42695dda-53f3-4e75-a8b0-45d6dda4428a 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 (?, ?, ?, ?, ?)
2022-11-02T04:03:45.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "aai-ml",
"timestamp": 1667361688395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667361692557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:03:45.719Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:03:45.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "clamp",
"timestamp": 1667361693676,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:03:45.719Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:03:45.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "aai-ml",
"timestamp": 1667361688395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:03:45.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667361693627,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:03:45.720Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:03:45.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "clamp",
"timestamp": 1667361694697,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T04:03:45.720Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:03:45.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "aai-ml",
"timestamp": 1667361688395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T04:03:45.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T04:03:45.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667361694678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:03:45.721Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:03:45.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "clamp",
"timestamp": 1667361695701,
"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=?
2022-11-02T04:03:45.726Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 42695dda-53f3-4e75-a8b0-45d6dda4428a
2022-11-02T04:03:45.726Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42695dda-53f3-4e75-a8b0-45d6dda4428a 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 (?, ?, ?, ?, ?)
2022-11-02T04:03:45.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "aai-ml",
"timestamp": 1667361696113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:03:45.733Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:03:45.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667361695706,
"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=?
2022-11-02T04:03:45.738Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 42695dda-53f3-4e75-a8b0-45d6dda4428a
2022-11-02T04:03:45.738Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42695dda-53f3-4e75-a8b0-45d6dda4428a 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=?
2022-11-02T04:03:45.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667361696711,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-02T04:03:45.745Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:03:45.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "aai-ml",
"timestamp": 1667361703158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T04:03:45.746Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:03:45.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T04:03:45.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "aai-ml",
"timestamp": 1667361704163,
"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=?
2022-11-02T04:03:45.750Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 42695dda-53f3-4e75-a8b0-45d6dda4428a
2022-11-02T04:03:45.750Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42695dda-53f3-4e75-a8b0-45d6dda4428a 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 (?, ?, ?, ?, ?)
2022-11-02T04:04:05.964Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa0cf591-3bf5-4d61-ad63-9ae84134fdb1
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=?
2022-11-02T04:04:05.976Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa0cf591-3bf5-4d61-ad63-9ae84134fdb1
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=?
2022-11-02T04:04:05.979Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T04:04:05.980Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-02T04:04:05.980Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-02T04:04:05.980Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-02T04:04:05.980Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T04:04:05.980Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T04:04:05.980Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T04:04:05.980Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T04:04:05.980Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T04:04:05.981Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T04:04:05.981Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T04:04:05.986Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-02T04:04:35.986Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: aa0cf591-3bf5-4d61-ad63-9ae84134fdb1 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=?
2022-11-02T04:04:36.002Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: aa0cf591-3bf5-4d61-ad63-9ae84134fdb1 and serviceModelVersionId: 7a34181c-f95a-45a7-9c43-9ee118d14f76
2022-11-02T04:04:36.002Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b9a3d9e1-cb7c-41fd-a4e2-d7aff2568f43
2022-11-02T04:04:44.987Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T04:04:44.988Z||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.
2022-11-02T04:04:44.988Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T04:04:52.233Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b9a3d9e1-cb7c-41fd-a4e2-d7aff2568f43/model-vers/model-ver/7a34181c-f95a-45a7-9c43-9ee118d14f76?depth=0
2022-11-02T04:04:52.348Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-02T04:04:52.875Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9a3d9e1-cb7c-41fd-a4e2-d7aff2568f43/model-vers/model-ver/7a34181c-f95a-45a7-9c43-9ee118d14f76?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]}
2022-11-02T04:04:52.880Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9a3d9e1-cb7c-41fd-a4e2-d7aff2568f43/model-vers/model-ver/7a34181c-f95a-45a7-9c43-9ee118d14f76?depth=0|INFO|500||Invoke
2022-11-02T04:04:53.011Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9a3d9e1-cb7c-41fd-a4e2-d7aff2568f43/model-vers/model-ver/7a34181c-f95a-45a7-9c43-9ee118d14f76?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-02T04:04:53.243Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9a3d9e1-cb7c-41fd-a4e2-d7aff2568f43/model-vers/model-ver/7a34181c-f95a-45a7-9c43-9ee118d14f76?depth=0|INFO|500||InvokeReturn
2022-11-02T04:04:53.246Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9a3d9e1-cb7c-41fd-a4e2-d7aff2568f43/model-vers/model-ver/7a34181c-f95a-45a7-9c43-9ee118d14f76?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221102-04:04:53:476-11209], vertex-id=[196840], Content-Length=[0], Date=[Wed, 02 Nov 2022 04:04:53 GMT], Content-Type=[application/json]}
2022-11-02T04:04:53.246Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-11-02T04:04:53.250Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-02T04:04:53.250Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T04:04:53.257Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-02T04:04:53.258Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID aa0cf591-3bf5-4d61-ad63-9ae84134fdb1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-02T04:04:53.259Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-02T04:04:53.260Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:04:53.262Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:04:53.262Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361893258,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-02T04:04:53.362Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-02T04:04:53.364Z||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.
2022-11-02T04:04:53.364Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:04:53.376Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:04:53.377Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-02T04:04:54.067Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:04:54.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T04:04:54.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aa0cf591-3bf5-4d61-ad63-9ae84134fdb1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361893258,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-02T04:04:54.068Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-02T04:04:54.276Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T04:04:54.277Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|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.
2022-11-02T04:04:54.277Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|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 AsmHPENkzT9A1fkA) ...
2022-11-02T04:04:58.741Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:04:58.742Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T04:04:58.742Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"42695dda-53f3-4e75-a8b0-45d6dda4428a","serviceName":"basic_onboard_vROZZE","serviceVersion":"1.0","serviceUUID":"40b033db-5509-4e68-b705-6bb577615f5e","serviceDescription":"service","serviceInvariantUUID":"91363243-0e17-4de3-bebe-51bed48e12c0","resources":[{"resourceInstanceName":"basic_onboard_vROZZE 0","resourceName":"basic_onboard_vROZZE","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6f5f2318-7397-4f19-861e-b52b210a0a9f","resourceInvariantUUID":"1dc21c20-cc20-4a57-ace7-b29ba9cb23c0","resourceCustomizationUUID":"17a80aa0-f9bb-4a44-8162-8f1d91d961a1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/vf-license-model.xml","artifactChecksum":"ZjQ5M2MyYzMwZjE0NGFlNzMyNGFiMGUyZGUzMzE3OWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3d826f7c-002d-4638-9fd9-cd56344a6fc7","artifactVersion":"1"},{"artifactName":"basic_onboard_vrozze0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json","artifactChecksum":"OTczNTllODRhYTIxMmYyNWRiZGNkNTkwNTE1MGNjOGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c44930ac-e01e-48c0-96f2-d5aaf9e76cca","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"56b7cf38-43c1-40e3-b2d8-5948b6db90a7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dffb653c-42f4-485f-9dc9-2fea4d595041","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"482bf4f7-d756-4f44-85c9-00c40e6ef24c","artifactVersion":"2","generatedFromUUID":"56b7cf38-43c1-40e3-b2d8-5948b6db90a7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVrozze-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-template.yml","artifactChecksum":"ZThkNjA4MTYxM2M4MTdmZWY1NzNlYmE1YWI0MzZlMjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3494c5d2-46e5-48e8-a767-d471bf32a4b9","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVrozze-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar","artifactChecksum":"NDFiN2I1N2I2NzdjNjYzYzFkMTQ1ZjI2NDAxYWNkOTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"28632a5f-caea-4658-a89a-f22f39e21577","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-02T04:04:58.745Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T04:04:58.745Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:04:58.747Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:04:58.747Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361894276,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:04:58.847Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T04:04:58.848Z||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.
2022-11-02T04:04:58.849Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:04:58.863Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:04:58.864Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-02T04:04:59.748Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T04:04:59.749Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:04:59.753Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:04:59.753Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361894276,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json",
"status": "NOTIFIED"
}
2022-11-02T04:04:59.853Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T04:04:59.854Z||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.
2022-11-02T04:04:59.854Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:04:59.872Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:04:59.872Z||pool-20-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-02T04:05:00.753Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T04:05:00.754Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:05:00.756Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:05:00.757Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361894276,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-02T04:05:00.857Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T04:05:00.858Z||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.
2022-11-02T04:05:00.858Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:05:00.873Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:05:00.874Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-02T04:05:01.757Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T04:05:01.760Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:05:01.762Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:05:01.763Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361894276,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:05:01.863Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T04:05:01.864Z||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.
2022-11-02T04:05:01.864Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:05:01.876Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:05:01.877Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-02T04:05:02.764Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T04:05:02.765Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:05:02.767Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:05:02.767Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361894276,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-02T04:05:02.867Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T04:05:02.868Z||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.
2022-11-02T04:05:02.868Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:05:02.886Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:05:02.887Z||pool-23-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-02T04:05:03.768Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T04:05:03.769Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:05:03.772Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:05:03.772Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361894276,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:05:03.872Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T04:05:03.873Z||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.
2022-11-02T04:05:03.873Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:05:03.886Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:05:03.887Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-02T04:05:04.773Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T04:05:04.774Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:05:04.776Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:05:04.776Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361894276,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T04:05:04.876Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T04:05:04.878Z||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.
2022-11-02T04:05:04.878Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:05:04.891Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:05:04.892Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-02T04:05:05.778Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"serviceName": "basic_onboard_vROZZE",
"serviceVersion": "1.0",
"serviceUUID": "40b033db-5509-4e68-b705-6bb577615f5e",
"serviceDescription": "service",
"serviceInvariantUUID": "91363243-0e17-4de3-bebe-51bed48e12c0",
"resources": [
{
"resourceInstanceName": "basic_onboard_vROZZE 0",
"resourceCustomizationUUID": "17a80aa0-f9bb-4a44-8162-8f1d91d961a1",
"resourceName": "basic_onboard_vROZZE",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6f5f2318-7397-4f19-861e-b52b210a0a9f",
"resourceInvariantUUID": "1dc21c20-cc20-4a57-ace7-b29ba9cb23c0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_vrozze0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json",
"artifactChecksum": "OTczNTllODRhYTIxMmYyNWRiZGNkNTkwNTE1MGNjOGE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c44930ac-e01e-48c0-96f2-d5aaf9e76cca",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "56b7cf38-43c1-40e3-b2d8-5948b6db90a7",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "482bf4f7-d756-4f44-85c9-00c40e6ef24c",
"generatedFromUUID": "56b7cf38-43c1-40e3-b2d8-5948b6db90a7"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "482bf4f7-d756-4f44-85c9-00c40e6ef24c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardVrozze-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar",
"artifactChecksum": "NDFiN2I1N2I2NzdjNjYzYzFkMTQ1ZjI2NDAxYWNkOTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "28632a5f-caea-4658-a89a-f22f39e21577"
}
],
"workloadContext": "Production"
}
2022-11-02T04:05:05.778Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-02T04:05:05.779Z|aa0cf591-3bf5-4d61-ad63-9ae84134fdb1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 40b033db-5509-4e68-b705-6bb577615f5e ASDC
2022-11-02T04:05:05.779Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:42695dda-53f3-4e75-a8b0-45d6dda4428a
ServiceName:basic_onboard_vROZZE
ServiceVersion:1.0
ServiceUUID:40b033db-5509-4e68-b705-6bb577615f5e
ServiceInvariantUUID:91363243-0e17-4de3-bebe-51bed48e12c0
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVrozze-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar
ArtifactUUID:28632a5f-caea-4658-a89a-f22f39e21577
ArtifactChecksum:NDFiN2I1N2I2NzdjNjYzYzFkMTQ1ZjI2NDAxYWNkOTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vROZZE 0
ResourceCustomizationUUID:17a80aa0-f9bb-4a44-8162-8f1d91d961a1
ResourceInvariantUUID:1dc21c20-cc20-4a57-ace7-b29ba9cb23c0
ResourceName:basic_onboard_vROZZE
ResourceType:VF
ResourceUUID:6f5f2318-7397-4f19-861e-b52b210a0a9f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vrozze0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json
ArtifactUUID:c44930ac-e01e-48c0-96f2-d5aaf9e76cca
ArtifactChecksum:OTczNTllODRhYTIxMmYyNWRiZGNkNTkwNTE1MGNjOGE=
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/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml
ArtifactUUID:56b7cf38-43c1-40e3-b2d8-5948b6db90a7
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/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env
ArtifactUUID:482bf4f7-d756-4f44-85c9-00c40e6ef24c
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/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env
ArtifactUUID:482bf4f7-d756-4f44-85c9-00c40e6ef24c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-02T04:05:05.780Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 40b033db-5509-4e68-b705-6bb577615f5e 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=?
2022-11-02T04:05:05.809Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T04:05:05.810Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-02T04:05:05.810Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-02T04:05:05.810Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 28632a5f-caea-4658-a89a-f22f39e21577 from URL: /sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar
2022-11-02T04:05:05.810Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-02T04:05:05.811Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar
2022-11-02T04:05:05.958Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-02T04:05:05.965Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar 28632a5f-caea-4658-a89a-f22f39e21577 71582
2022-11-02T04:05:05.965Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar ASDC sendASDCNotification
2022-11-02T04:05:05.965Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar
2022-11-02T04:05:05.965Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T04:05:05.966Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:05:05.968Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:05:05.968Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361905965,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:05:06.068Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T04:05:06.069Z||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.
2022-11-02T04:05:06.069Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:05:06.082Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:05:06.082Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-02T04:05:06.968Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T04:05:06.969Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-02T04:05:06.970Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 28632a5f-caea-4658-a89a-f22f39e21577, URL: /sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar to file: /app/ASDC/1/service-BasicOnboardVrozze-csar.csar
2022-11-02T04:05:06.970Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVrozze-csar.csar
2022-11-02T04:05:06.971Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVrozze-csar.csar
2022-11-02T04:05:06.971Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVrozze-csar.csar
2022-11-02T04:05:07.105Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8953081134590533040/Definitions/service-BasicOnboardVrozze-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
2022-11-02T04:05:08.317Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-02T04:05:08.318Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-02T04:05:08.318Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVrozze-csar.csar
2022-11-02T04:05:08.318Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-11-02T04:05:08.319Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||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-BasicOnboardVrozze-csar.csar
2022-11-02T04:05:08.319Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||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-BasicOnboardVrozze-csar.csar
2022-11-02T04:05:08.319Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||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-BasicOnboardVrozze-csar.csar
2022-11-02T04:05:08.319Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVrozze-csar.csar
2022-11-02T04:05:08.319Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardVrozze-csar.csar
2022-11-02T04:05:08.319Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVrozze-csar.csar
2022-11-02T04:05:08.319Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||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-BasicOnboardVrozze-csar.csar
2022-11-02T04:05:08.319Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_vROZZE 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-BasicOnboardVrozze-csar.csar
2022-11-02T04:05:08.319Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||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-BasicOnboardVrozze-csar.csar
2022-11-02T04:05:08.320Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-02T04:05:08.320Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:05:08.320Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vROZZE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:05:08.320Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vROZZE 0 is matching search criteria
2022-11-02T04:05:08.320Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-02T04:05:08.320Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vROZZE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T04:05:08.321Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:05:08.321Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vROZZE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:05:08.321Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vROZZE 0 is matching search criteria
2022-11-02T04:05:08.321Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-02T04:05:08.321Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vROZZE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T04:05:08.321Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:05:08.322Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vROZZE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:05:08.322Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:05:08.322Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vROZZE 0 is not matching search criteria
2022-11-02T04:05:08.322Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-02T04:05:08.322Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-02T04:05:08.323Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-02T04:05:08.323Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-02T04:05:08.323Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-02T04:05:08.323Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:05:08.323Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vROZZE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-02T04:05:08.323Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:05:08.324Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vROZZE 0 is matching search criteria
2022-11-02T04:05:08.324Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vROZZE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T04:05:08.324Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:05:08.324Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vROZZE 0 is matching search criteria
2022-11-02T04:05:08.324Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vROZZE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T04:05:08.325Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:05:08.325Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vROZZE 0 is matching search criteria
2022-11-02T04:05:08.325Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vROZZE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T04:05:08.325Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:05:08.326Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vROZZE 0 is not matching search criteria
2022-11-02T04:05:08.326Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-02T04:05:08.326Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-02T04:05:08.326Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e8fd28ff-08a9-4d04-8f6e-4e056541320c
2022-11-02T04:05:08.326Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:05:08.326Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vROZZE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:05:08.327Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:05:08.327Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vROZZE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:05:08.327Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:05:08.327Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vROZZE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:05:08.327Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:05:08.327Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vROZZE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:05:08.328Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_vROZZE
Description:service
Model UUID:40b033db-5509-4e68-b705-6bb577615f5e
Model Version:NULL
Model InvariantUuid:91363243-0e17-4de3-bebe-51bed48e12c0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_vROZZE
Model UUID:f289ad84-641d-4600-92ae-d1785d0e1a3e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1dc21c20-cc20-4a57-ace7-b29ba9cb23c0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:17a80aa0-f9bb-4a44-8162-8f1d91d961a1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b4497402-ca36-4d13-ba8f-cdd012844d47
ModelName:BasicOnboardVrozze..base_ubuntu18..module-0
ModelUuid:e5d1a74d-e472-44e4-a42e-a5780894637f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e8fd28ff-08a9-4d04-8f6e-4e056541320c
ModelInvariantUuid:070dabbf-7bf3-4a84-8e82-737e5eaa953d
ModelName:basic_onboard_vROZZE-nodes.ubuntu18Cvfc
ModelUuid:3086d5f7-8217-498b-a088-f0a4c00d643b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:b20c3427-609c-48bb-9f13-243a798291b9
ModelInvariantUuid:60ec22fa-a8a7-42ae-af7d-04ef878164a5
ModelName:BasicOnboardVrozze.compute.nodes.heat.ubuntu18
ModelUuid:aa861d14-f706-468d-9512-aaabbda4805d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-02T04:05:08.334Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 6f5f2318-7397-4f19-861e-b52b210a0a9f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T04:05:08.336Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||basic_onboard_vROZZE 0
2022-11-02T04:05:08.336Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6f5f2318-7397-4f19-861e-b52b210a0a9f
2022-11-02T04:05:08.336Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c44930ac-e01e-48c0-96f2-d5aaf9e76cca from URL: /sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json
2022-11-02T04:05:08.337Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-02T04:05:08.337Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json
2022-11-02T04:05:08.386Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-02T04:05:08.386Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json c44930ac-e01e-48c0-96f2-d5aaf9e76cca 798
2022-11-02T04:05:08.386Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json ASDC sendASDCNotification
2022-11-02T04:05:08.386Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json
2022-11-02T04:05:08.387Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T04:05:08.387Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:05:08.391Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:05:08.392Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361908386,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:05:08.489Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-11-02T04:05:08.490Z||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.
2022-11-02T04:05:08.490Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:05:08.505Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:05:08.505Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-02T04:05:09.392Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVrozze..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "b4497402-ca36-4d13-ba8f-cdd012844d47",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e5d1a74d-e472-44e4-a42e-a5780894637f",
"vfModuleModelCustomizationUUID": "abaf8a99-5148-4a2d-9d16-7a50eafffb40",
"isBase": true,
"artifacts": [
"56b7cf38-43c1-40e3-b2d8-5948b6db90a7",
"482bf4f7-d756-4f44-85c9-00c40e6ef24c"
],
"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": ""
}
}
]
2022-11-02T04:05:09.398Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVrozze..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e5d1a74d-e472-44e4-a42e-a5780894637f
VfModuleModelInvariantUUID:b4497402-ca36-4d13-ba8f-cdd012844d47
VfModuleModelDescription:NULL
Artifacts UUID List:{
56b7cf38-43c1-40e3-b2d8-5948b6db90a7
,
482bf4f7-d756-4f44-85c9-00c40e6ef24c
}
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
}
2022-11-02T04:05:09.400Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVrozze..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "b4497402-ca36-4d13-ba8f-cdd012844d47",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e5d1a74d-e472-44e4-a42e-a5780894637f",
"vfModuleModelCustomizationUUID": "abaf8a99-5148-4a2d-9d16-7a50eafffb40",
"isBase": true,
"artifacts": [
"56b7cf38-43c1-40e3-b2d8-5948b6db90a7",
"482bf4f7-d756-4f44-85c9-00c40e6ef24c"
],
"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": ""
}
}
]
2022-11-02T04:05:09.400Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVrozze..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e5d1a74d-e472-44e4-a42e-a5780894637f
VfModuleModelInvariantUUID:b4497402-ca36-4d13-ba8f-cdd012844d47
VfModuleModelDescription:NULL
Artifacts UUID List:{
56b7cf38-43c1-40e3-b2d8-5948b6db90a7
,
482bf4f7-d756-4f44-85c9-00c40e6ef24c
}
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
}
2022-11-02T04:05:09.401Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 56b7cf38-43c1-40e3-b2d8-5948b6db90a7 from URL: /sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml
2022-11-02T04:05:09.401Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-02T04:05:09.401Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml
2022-11-02T04:05:09.452Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-02T04:05:09.453Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml 56b7cf38-43c1-40e3-b2d8-5948b6db90a7 5033
2022-11-02T04:05:09.453Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-02T04:05:09.453Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml
2022-11-02T04:05:09.453Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T04:05:09.454Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:05:09.456Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:05:09.456Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361909453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:05:09.556Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T04:05:09.557Z||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.
2022-11-02T04:05:09.557Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:05:09.570Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:05:09.570Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-02T04:05:10.456Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 482bf4f7-d756-4f44-85c9-00c40e6ef24c from URL: /sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env
2022-11-02T04:05:10.457Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-02T04:05:10.457Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env
2022-11-02T04:05:10.506Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-02T04:05:10.506Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env 482bf4f7-d756-4f44-85c9-00c40e6ef24c 909
2022-11-02T04:05:10.506Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-02T04:05:10.506Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env
2022-11-02T04:05:10.507Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T04:05:10.507Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:05:10.509Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:05:10.509Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361910506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:05:10.609Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T04:05:10.610Z||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.
2022-11-02T04:05:10.610Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:05:10.622Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:05:10.623Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-02T04:05:11.509Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 40b033db-5509-4e68-b705-6bb577615f5e
2022-11-02T04:05:11.510Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_vROZZE 0 6f5f2318-7397-4f19-861e-b52b210a0a9f ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T04:05:11.524Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@759537dc, org.onap.sdc.toscaparser.api.parameters.Input@7207ba13, org.onap.sdc.toscaparser.api.parameters.Input@ffbf0a6, org.onap.sdc.toscaparser.api.parameters.Input@84324ee, org.onap.sdc.toscaparser.api.parameters.Input@5434d9ed]
2022-11-02T04:05:11.526Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:05:11.526Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vROZZE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:05:11.526Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-11-02T04:05:11.527Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 17a80aa0-f9bb-4a44-8162-8f1d91d961a1
2022-11-02T04:05:11.527Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 17a80aa0-f9bb-4a44-8162-8f1d91d961a1 matches Tosca VF Customization UUID: 17a80aa0-f9bb-4a44-8162-8f1d91d961a1
2022-11-02T04:05:11.527Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 17a80aa0-f9bb-4a44-8162-8f1d91d961a1 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-02T04:05:11.529Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:05:11.529Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vROZZE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:05:11.530Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 17a80aa0-f9bb-4a44-8162-8f1d91d961a1: {\"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\"}
2022-11-02T04:05:11.530Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5af7b293
2022-11-02T04:05:11.530Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:05:11.530Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vROZZE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-02T04:05:11.531Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : abaf8a99-5148-4a2d-9d16-7a50eafffb40
2022-11-02T04:05:11.531Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID abaf8a99-5148-4a2d-9d16-7a50eafffb40
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-02T04:05:11.533Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:05:11.533Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vROZZE 0 is matching search criteria
2022-11-02T04:05:11.534Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vROZZE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T04:05:11.534Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:05:11.534Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vROZZE 0 is matching search criteria
2022-11-02T04:05:11.534Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vROZZE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T04:05:11.535Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:05:11.535Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vROZZE 0 is not matching search criteria
2022-11-02T04:05:11.535Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-02T04:05:11.535Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-02T04:05:11.535Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e8fd28ff-08a9-4d04-8f6e-4e056541320c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-02T04:05:11.537Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:05:11.538Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vROZZE 0 is matching search criteria
2022-11-02T04:05:11.538Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vROZZE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T04:05:11.538Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:05:11.538Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vROZZE 0 is matching search criteria
2022-11-02T04:05:11.539Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vROZZE 0] matching following query criteria: sdcType=VF, customizationUUID=17a80aa0-f9bb-4a44-8162-8f1d91d961a1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T04:05:11.541Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:05:11.541Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vROZZE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:05:11.541Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 40b033db-5509-4e68-b705-6bb577615f5e: basic_onboard_vROZZE
2022-11-02T04:05:11.541Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:05:11.542Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vROZZE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:05:11.542Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:05:11.542Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vROZZE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:05:11.542Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:05:11.543Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vROZZE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:05:11.543Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:05:11.543Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vROZZE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:05:11.543Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:05:11.544Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vROZZE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:05:11.544Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_vROZZE
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T04:05:11.621Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_vROZZE 6f5f2318-7397-4f19-861e-b52b210a0a9f 1 ASDC deployResourceStructure
2022-11-02T04:05:11.622Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json ASDC sendASDCNotification
2022-11-02T04:05:11.622Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json
2022-11-02T04:05:11.622Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T04:05:11.623Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:05:11.625Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:05:11.625Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361911622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-02T04:05:11.725Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T04:05:11.726Z||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.
2022-11-02T04:05:11.726Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:05:11.739Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:05:11.739Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-02T04:05:12.626Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-02T04:05:12.627Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml
2022-11-02T04:05:12.627Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T04:05:12.627Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:05:12.629Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:05:12.630Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361912626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-02T04:05:12.730Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T04:05:12.731Z||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.
2022-11-02T04:05:12.731Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:05:12.742Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:05:12.742Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-02T04:05:13.631Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-02T04:05:13.631Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env
2022-11-02T04:05:13.632Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T04:05:13.632Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:05:13.634Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:05:13.634Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361913631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-02T04:05:13.734Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T04:05:13.735Z||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.
2022-11-02T04:05:13.735Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:05:13.751Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:05:13.751Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-02T04:05:14.635Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar ASDC sendASDCNotification
2022-11-02T04:05:14.636Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar
2022-11-02T04:05:14.636Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T04:05:14.636Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:05:14.638Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:05:14.638Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361914635,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T04:05:14.738Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T04:05:14.739Z||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.
2022-11-02T04:05:14.740Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:05:14.753Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:05:14.754Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-02T04:05:15.639Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42695dda-53f3-4e75-a8b0-45d6dda4428a
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=?
2022-11-02T04:05:15.650Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42695dda-53f3-4e75-a8b0-45d6dda4428a
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=?
2022-11-02T04:05:15.654Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T04:05:15.655Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-02T04:05:15.655Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-02T04:05:15.655Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-02T04:05:15.655Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T04:05:15.655Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T04:05:15.655Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T04:05:15.655Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T04:05:15.655Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T04:05:15.656Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T04:05:15.656Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T04:05:15.661Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-02T04:05:44.958Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T04:05:44.959Z||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.
2022-11-02T04:05:44.959Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T04:05:45.589Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:05:45.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T04:05:45.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361894276,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:05:45.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-02T04:05:45.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T04:05:45.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361894276,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json",
"status": "NOTIFIED"
}
2022-11-02T04:05:45.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-02T04:05:45.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T04:05:45.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361894276,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-02T04:05:45.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-02T04:05:45.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T04:05:45.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361894276,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:05:45.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-02T04:05:45.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T04:05:45.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361894276,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-02T04:05:45.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-02T04:05:45.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T04:05:45.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361894276,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:05:45.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-02T04:05:45.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T04:05:45.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361894276,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T04:05:45.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-02T04:05:45.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T04:05:45.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361905965,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:05:45.594Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:05:45.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T04:05:45.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361908386,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:05:45.594Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:05:45.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T04:05:45.595Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361909453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:05:45.595Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:05:45.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T04:05:45.595Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361910506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:05:45.595Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:05:45.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T04:05:45.595Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361911622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/basic_onboard_vrozze0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-02T04:05:45.595Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:05:45.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T04:05:45.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361912626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-02T04:05:45.596Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:05:45.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T04:05:45.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361913631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/resourceInstances/basic_onboard_vrozze0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-02T04:05:45.596Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:05:45.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T04:05:45.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361914635,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrozze/1.0/artifacts/service-BasicOnboardVrozze-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T04:05:45.596Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:05:45.661Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 42695dda-53f3-4e75-a8b0-45d6dda4428a 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=?
2022-11-02T04:05:45.668Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 42695dda-53f3-4e75-a8b0-45d6dda4428a and serviceModelVersionId: 40b033db-5509-4e68-b705-6bb577615f5e
2022-11-02T04:05:45.668Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 91363243-0e17-4de3-bebe-51bed48e12c0
2022-11-02T04:05:45.669Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/91363243-0e17-4de3-bebe-51bed48e12c0/model-vers/model-ver/40b033db-5509-4e68-b705-6bb577615f5e?depth=0
2022-11-02T04:05:45.673Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-02T04:05:45.733Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91363243-0e17-4de3-bebe-51bed48e12c0/model-vers/model-ver/40b033db-5509-4e68-b705-6bb577615f5e?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]}
2022-11-02T04:05:45.734Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91363243-0e17-4de3-bebe-51bed48e12c0/model-vers/model-ver/40b033db-5509-4e68-b705-6bb577615f5e?depth=0|INFO|500||Invoke
2022-11-02T04:05:45.769Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91363243-0e17-4de3-bebe-51bed48e12c0/model-vers/model-ver/40b033db-5509-4e68-b705-6bb577615f5e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-02T04:05:45.875Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91363243-0e17-4de3-bebe-51bed48e12c0/model-vers/model-ver/40b033db-5509-4e68-b705-6bb577615f5e?depth=0|INFO|500||InvokeReturn
2022-11-02T04:05:45.876Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91363243-0e17-4de3-bebe-51bed48e12c0/model-vers/model-ver/40b033db-5509-4e68-b705-6bb577615f5e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221102-04:05:46:234-16096], vertex-id=[204824], Content-Length=[0], Date=[Wed, 02 Nov 2022 04:05:46 GMT], Content-Type=[application/json]}
2022-11-02T04:05:45.876Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-11-02T04:05:45.877Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-02T04:05:45.877Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T04:05:45.882Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-02T04:05:45.882Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 42695dda-53f3-4e75-a8b0-45d6dda4428a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-02T04:05:45.883Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-02T04:05:45.883Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:05:45.885Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:05:45.885Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361945883,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-02T04:05:45.985Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T04:05:45.986Z||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.
2022-11-02T04:05:45.986Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:05:46.000Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:05:46.000Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-02T04:05:46.896Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T04:05:46.897Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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.
2022-11-02T04:05:46.897Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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 AsmHPENkzT9A1fkA) ...
2022-11-02T04:05:56.446Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:05:56.447Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T04:05:56.447Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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.
2022-11-02T04:05:56.448Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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 AsmHPENkzT9A1fkA) ...
2022-11-02T04:06:06.005Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:06:06.006Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T04:06:06.006Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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.
2022-11-02T04:06:06.007Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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 AsmHPENkzT9A1fkA) ...
2022-11-02T04:06:15.564Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:06:15.565Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T04:06:15.566Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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.
2022-11-02T04:06:15.566Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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 AsmHPENkzT9A1fkA) ...
2022-11-02T04:06:25.119Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:06:44.959Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T04:06:44.959Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T04:06:44.960Z||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.
2022-11-02T04:06:44.960Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T04:06:44.961Z||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.
2022-11-02T04:06:44.961Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T04:06:45.601Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:06:45.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-02T04:06:45.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42695dda-53f3-4e75-a8b0-45d6dda4428a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667361945883,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-02T04:06:45.603Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:06:54.518Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:07:44.956Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T04:07:44.957Z||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.
2022-11-02T04:07:44.957Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T04:07:44.958Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T04:07:44.959Z||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.
2022-11-02T04:07:44.959Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T04:07:54.520Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:07:54.520Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:08:44.955Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T04:08:44.956Z||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.
2022-11-02T04:08:44.956Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T04:08:44.959Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T04:08:44.959Z||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.
2022-11-02T04:08:44.959Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T04:08:54.505Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:08:54.505Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:09:44.955Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T04:09:44.956Z||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.
2022-11-02T04:09:44.956Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T04:09:44.958Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T04:09:44.959Z||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.
2022-11-02T04:09:44.959Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T04:09:54.505Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:09:54.505Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:10:44.955Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T04:10:44.956Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T04:10:44.956Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:10:44.958Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T04:10:44.958Z||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.
2022-11-02T04:10:44.958Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T04:10:54.506Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:10:54.509Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:11:44.956Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T04:11:44.957Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T04:11:44.957Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:11:44.961Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T04:11:44.962Z||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.
2022-11-02T04:11:44.963Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T04:11:54.501Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:11:54.501Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:12:44.956Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T04:12:44.960Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T04:12:44.960Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:12:44.963Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T04:12:44.963Z||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.
2022-11-02T04:12:44.963Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T04:12:54.510Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:12:54.515Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:13:44.955Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T04:13:44.956Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T04:13:44.957Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:13:44.958Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T04:13:44.959Z||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.
2022-11-02T04:13:44.959Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T04:13:54.504Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:13:54.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:14:44.957Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T04:14:44.958Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T04:14:44.959Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T04:14:44.959Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:14:44.959Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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.
2022-11-02T04:14:44.959Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|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 AsmHPENkzT9A1fkA) ...
2022-11-02T04:14:54.504Z|42695dda-53f3-4e75-a8b0-45d6dda4428a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:14:54.507Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:15:44.956Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T04:15:44.956Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T04:15:44.956Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:15:44.958Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T04:15:44.958Z||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.
2022-11-02T04:15:44.958Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T04:15:54.527Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:15:54.527Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:16:44.956Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T04:16:44.958Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T04:16:44.958Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:16:44.959Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T04:16:44.966Z||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.
2022-11-02T04:16:44.966Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T04:16:49.217Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:16:49.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-02T04:16:49.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"dab126ad-3f18-41a5-b1cb-6ca045fc66f0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e0873c6b-0182-4ebe-bd32-25c889e311a9","serviceDescription":"service","serviceInvariantUUID":"99c04672-c1b5-4eab-a7f7-44d7c1ad95bd","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e933be99-d805-4127-9f94-9ad363176962","resourceInvariantUUID":"abf99b4b-257c-45b0-87dd-46a52a5d51c9","resourceCustomizationUUID":"d0c8a919-ae1f-4316-8da6-7c6ef53b97cf","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":"NWRjMDBlMzA4YzViNWUxM2Q0YTFkODUyMzBlOGFkMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cae66170-43f5-408d-b1f5-f49a3964d605","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2U0OGUzZWE1YjQ2YzNjOWE4NjkyZDE1YjRmOGVmMTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c2f58b86-3125-4655-b31f-a70bbccd8fc1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-02T04:16:49.230Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T04:16:49.231Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:16:49.238Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:16:49.238Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667362604956,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:16:49.338Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-02T04:16:49.339Z||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.
2022-11-02T04:16:49.340Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:16:49.355Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:16:49.355Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-02T04:16:49.444Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:16:49.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:16:49.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0",
"consumerID": "cds",
"timestamp": 1667362603559,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:16:49.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:16:50.239Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T04:16:50.240Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:16:50.244Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:16:50.244Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667362604956,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T04:16:50.344Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T04:16:50.345Z||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.
2022-11-02T04:16:50.345Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:16:50.360Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:16:50.360Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-02T04:16:51.245Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "e0873c6b-0182-4ebe-bd32-25c889e311a9",
"serviceDescription": "service",
"serviceInvariantUUID": "99c04672-c1b5-4eab-a7f7-44d7c1ad95bd",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "d0c8a919-ae1f-4316-8da6-7c6ef53b97cf",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "e933be99-d805-4127-9f94-9ad363176962",
"resourceInvariantUUID": "abf99b4b-257c-45b0-87dd-46a52a5d51c9",
"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": "M2U0OGUzZWE1YjQ2YzNjOWE4NjkyZDE1YjRmOGVmMTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c2f58b86-3125-4655-b31f-a70bbccd8fc1"
}
],
"workloadContext": "Production"
}
2022-11-02T04:16:51.246Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-02T04:16:51.246Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e0873c6b-0182-4ebe-bd32-25c889e311a9 ASDC
2022-11-02T04:16:51.247Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:dab126ad-3f18-41a5-b1cb-6ca045fc66f0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:e0873c6b-0182-4ebe-bd32-25c889e311a9
ServiceInvariantUUID:99c04672-c1b5-4eab-a7f7-44d7c1ad95bd
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:c2f58b86-3125-4655-b31f-a70bbccd8fc1
ArtifactChecksum:M2U0OGUzZWE1YjQ2YzNjOWE4NjkyZDE1YjRmOGVmMTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:d0c8a919-ae1f-4316-8da6-7c6ef53b97cf
ResourceInvariantUUID:abf99b4b-257c-45b0-87dd-46a52a5d51c9
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e933be99-d805-4127-9f94-9ad363176962
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-02T04:16:51.247Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e0873c6b-0182-4ebe-bd32-25c889e311a9 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 (?, ?, ?, ?, ?)
2022-11-02T04:16:51.284Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T04:16:51.285Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-02T04:16:51.285Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-02T04:16:51.285Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c2f58b86-3125-4655-b31f-a70bbccd8fc1 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-02T04:16:51.286Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-02T04:16:51.286Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-02T04:16:51.427Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-02T04:16:51.430Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar c2f58b86-3125-4655-b31f-a70bbccd8fc1 52511
2022-11-02T04:16:51.430Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-02T04:16:51.430Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-02T04:16:51.430Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T04:16:51.430Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:16:51.433Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:16:51.433Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667362611430,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:16:51.533Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T04:16:51.534Z||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.
2022-11-02T04:16:51.535Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:16:51.599Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:16:51.600Z||pool-37-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":0,"count":1}
2022-11-02T04:16:52.433Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T04:16:52.434Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-02T04:16:52.435Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: c2f58b86-3125-4655-b31f-a70bbccd8fc1, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-02T04:16:52.435Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-02T04:16:52.436Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-02T04:16:52.436Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-02T04:16:52.625Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5888580038110827427/Definitions/service-BasicNetwork-template.yml
2022-11-02T04:16:53.288Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-02T04:16:53.289Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-02T04:16:53.289Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-02T04:16:53.289Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-02T04:16:53.289Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||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
2022-11-02T04:16:53.290Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||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
2022-11-02T04:16:53.290Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||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
2022-11-02T04:16:53.290Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||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
2022-11-02T04:16:53.290Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-02T04:16:53.290Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||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
2022-11-02T04:16:53.290Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||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
2022-11-02T04:16:53.290Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||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
2022-11-02T04:16:53.290Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-02T04:16:53.291Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:16:53.291Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:16:53.291Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-02T04:16:53.292Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-02T04:16:53.292Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T04:16:53.292Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:16:53.292Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:16:53.292Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-02T04:16:53.292Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-02T04:16:53.293Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T04:16:53.293Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:16:53.293Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:16:53.293Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:16:53.293Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:16:53.294Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:16:53.294Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:16:53.294Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:16:53.294Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:16:53.294Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:16:53.294Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:16:53.295Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:e0873c6b-0182-4ebe-bd32-25c889e311a9
Model Version:NULL
Model InvariantUuid:99c04672-c1b5-4eab-a7f7-44d7c1ad95bd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:abf99b4b-257c-45b0-87dd-46a52a5d51c9
Model UUID:0b45a5cd-c81e-4be0-85f4-9c97a8239dcb
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:d0c8a919-ae1f-4316-8da6-7c6ef53b97cf
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-02T04:16:53.303Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: e933be99-d805-4127-9f94-9ad363176962
2022-11-02T04:16:53.304Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||No resources found for Service: e0873c6b-0182-4ebe-bd32-25c889e311a9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T04:16:53.310Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||
2022-11-02T04:16:53.310Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-02T04:16:53.311Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||No resources found for Service: e0873c6b-0182-4ebe-bd32-25c889e311a9
2022-11-02T04:16:53.312Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: e0873c6b-0182-4ebe-bd32-25c889e311a9
2022-11-02T04:16:53.312Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-02T04:16:53.312Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T04:16:53.316Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@c8846e8, org.onap.sdc.toscaparser.api.parameters.Input@24e82464, org.onap.sdc.toscaparser.api.parameters.Input@59ec0e93, org.onap.sdc.toscaparser.api.parameters.Input@3810eb33, org.onap.sdc.toscaparser.api.parameters.Input@76e145df]
2022-11-02T04:16:53.318Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:16:53.318Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:16:53.318Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:16:53.318Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:16:53.319Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid e0873c6b-0182-4ebe-bd32-25c889e311a9: Generic NeutronNet
2022-11-02T04:16:53.319Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:16:53.319Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:16:53.319Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:16:53.319Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-11-02T04:16:53.365Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:16:53.366Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:16:53.366Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:16:53.366Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:16:53.366Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:16:53.366Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:16:53.367Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-02T04:16:53.414Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-02T04:16:53.415Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-02T04:16:53.415Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-02T04:16:53.415Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T04:16:53.415Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:16:53.417Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:16:53.417Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667362613415,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T04:16:53.517Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T04:16:53.518Z||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.
2022-11-02T04:16:53.518Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:16:53.533Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:16:53.534Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-02T04:16:54.418Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dab126ad-3f18-41a5-b1cb-6ca045fc66f0
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=?
2022-11-02T04:16:54.429Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dab126ad-3f18-41a5-b1cb-6ca045fc66f0
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=?
2022-11-02T04:16:54.431Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T04:16:54.431Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T04:16:54.431Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T04:17:24.431Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dab126ad-3f18-41a5-b1cb-6ca045fc66f0
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=?
2022-11-02T04:17:24.441Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dab126ad-3f18-41a5-b1cb-6ca045fc66f0
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=?
2022-11-02T04:17:24.443Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T04:17:24.444Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T04:17:24.444Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T04:17:44.958Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T04:17:44.960Z||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.
2022-11-02T04:17:44.960Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T04:17:44.986Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:17:44.987Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:17:44.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0",
"consumerID": "ves-openapi-manager",
"timestamp": 1667362600469,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:17:44.988Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:17:54.444Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dab126ad-3f18-41a5-b1cb-6ca045fc66f0
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=?
2022-11-02T04:17:54.459Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dab126ad-3f18-41a5-b1cb-6ca045fc66f0
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=?
2022-11-02T04:17:54.465Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T04:17:54.465Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T04:17:54.465Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T04:18:24.465Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dab126ad-3f18-41a5-b1cb-6ca045fc66f0
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=?
2022-11-02T04:18:24.476Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dab126ad-3f18-41a5-b1cb-6ca045fc66f0
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=?
2022-11-02T04:18:24.478Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T04:18:24.478Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T04:18:24.478Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T04:18:44.958Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T04:18:44.959Z||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.
2022-11-02T04:18:44.959Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T04:18:44.988Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:18:44.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:18:44.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667362604755,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:18:44.989Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:18:44.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:18:44.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667362601098,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:18:44.990Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:18:44.990Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:18:44.990Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667362604956,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:18:44.990Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:18:44.990Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:18:44.990Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0",
"consumerID": "policy-id",
"timestamp": 1667362602190,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:18:44.991Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:18:54.478Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dab126ad-3f18-41a5-b1cb-6ca045fc66f0
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=?
2022-11-02T04:18:54.489Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dab126ad-3f18-41a5-b1cb-6ca045fc66f0
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=?
2022-11-02T04:18:54.490Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T04:18:54.491Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T04:18:54.491Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T04:19:24.491Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dab126ad-3f18-41a5-b1cb-6ca045fc66f0
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=?
2022-11-02T04:19:24.502Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dab126ad-3f18-41a5-b1cb-6ca045fc66f0
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=?
2022-11-02T04:19:24.505Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T04:19:24.505Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T04:19:24.505Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T04:19:44.958Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T04:19:44.959Z||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.
2022-11-02T04:19:44.959Z||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 AsmHPENkzT9A1fkA) ...
2022-11-02T04:19:44.990Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:19:44.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:44.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0",
"consumerID": "cds",
"timestamp": 1667362603559,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T04:19:44.993Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:44.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:44.993Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0",
"consumerID": "ves-openapi-manager",
"timestamp": 1667362600469,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:44.994Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:44.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:44.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667362601098,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T04:19:44.994Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:44.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:44.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667362604755,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T04:19:44.994Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:44.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:44.995Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667362604956,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T04:19:44.995Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:44.995Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:44.995Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0",
"consumerID": "policy-id",
"timestamp": 1667362602190,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T04:19:44.995Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:44.995Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:44.995Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0",
"consumerID": "clamp",
"timestamp": 1667362609707,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:44.995Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:44.996Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:44.996Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0",
"consumerID": "clamp",
"timestamp": 1667362609707,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T04:19:44.996Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:44.996Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:44.996Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667362611918,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:19:44.996Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:19:44.997Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:44.997Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0",
"consumerID": "cds",
"timestamp": 1667362612226,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:19:44.997Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:19:44.997Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:44.997Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667362611430,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:19:44.997Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:19:44.997Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:44.997Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0",
"consumerID": "policy-id",
"timestamp": 1667362611434,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:19:44.998Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:19:44.998Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:44.998Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0",
"consumerID": "cds",
"timestamp": 1667362613235,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T04:19:45.006Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dab126ad-3f18-41a5-b1cb-6ca045fc66f0
2022-11-02T04:19:45.007Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dab126ad-3f18-41a5-b1cb-6ca045fc66f0 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 (?, ?, ?, ?, ?)
2022-11-02T04:19:45.016Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.016Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0",
"consumerID": "policy-id",
"timestamp": 1667362612440,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T04:19:45.016Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:19:45.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.017Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667362613652,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T04:19:45.017Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:19:45.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.017Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667362613415,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T04:19:45.018Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:19:45.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.018Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0",
"consumerID": "policy-id",
"timestamp": 1667362613444,
"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=?
2022-11-02T04:19:45.022Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dab126ad-3f18-41a5-b1cb-6ca045fc66f0
2022-11-02T04:19:45.022Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dab126ad-3f18-41a5-b1cb-6ca045fc66f0 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 (?, ?, ?, ?, ?)
2022-11-02T04:19:45.029Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.029Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667362614657,
"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=?
2022-11-02T04:19:45.034Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dab126ad-3f18-41a5-b1cb-6ca045fc66f0
2022-11-02T04:19:45.034Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dab126ad-3f18-41a5-b1cb-6ca045fc66f0 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 (?, ?, ?, ?, ?)
2022-11-02T04:19:45.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0",
"consumerID": "aai-ml",
"timestamp": 1667362618395,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.042Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0",
"consumerID": "aai-ml",
"timestamp": 1667362618395,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T04:19:45.042Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0",
"consumerID": "aai-ml",
"timestamp": 1667362621115,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:19:45.043Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:19:45.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0",
"consumerID": "clamp",
"timestamp": 1667362621719,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:19:45.043Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:19:45.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0",
"consumerID": "clamp",
"timestamp": 1667362624720,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T04:19:45.044Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:19:45.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0",
"consumerID": "aai-ml",
"timestamp": 1667362625204,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T04:19:45.044Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:19:45.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0",
"consumerID": "clamp",
"timestamp": 1667362625726,
"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=?
2022-11-02T04:19:45.050Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dab126ad-3f18-41a5-b1cb-6ca045fc66f0
2022-11-02T04:19:45.050Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dab126ad-3f18-41a5-b1cb-6ca045fc66f0 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 (?, ?, ?, ?, ?)
2022-11-02T04:19:45.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.057Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0",
"consumerID": "aai-ml",
"timestamp": 1667362626208,
"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=?
2022-11-02T04:19:45.061Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dab126ad-3f18-41a5-b1cb-6ca045fc66f0
2022-11-02T04:19:45.062Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dab126ad-3f18-41a5-b1cb-6ca045fc66f0 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 (?, ?, ?, ?, ?)
2022-11-02T04:19:45.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "clamp",
"timestamp": 1667362639707,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.069Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "ves-openapi-manager",
"timestamp": 1667362640469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.070Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "policy-id",
"timestamp": 1667362642190,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.070Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "clamp",
"timestamp": 1667362639707,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.071Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "ves-openapi-manager",
"timestamp": 1667362640469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.071Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "policy-id",
"timestamp": 1667362642190,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.072Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.072Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "clamp",
"timestamp": 1667362639707,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.072Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.072Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "ves-openapi-manager",
"timestamp": 1667362640469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.073Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.073Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "policy-id",
"timestamp": 1667362642190,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.073Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667362644755,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.074Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "ves-openapi-manager",
"timestamp": 1667362640469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.075Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "clamp",
"timestamp": 1667362639707,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.075Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "policy-id",
"timestamp": 1667362642190,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.076Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.076Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667362644755,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.076Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.076Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "clamp",
"timestamp": 1667362639707,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.077Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.077Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "ves-openapi-manager",
"timestamp": 1667362640469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.077Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.078Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "policy-id",
"timestamp": 1667362642190,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.078Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.078Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.078Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667362644755,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.078Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.078Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.079Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "cds",
"timestamp": 1667362648559,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.079Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.079Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.079Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "clamp",
"timestamp": 1667362639707,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.080Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.080Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.080Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "ves-openapi-manager",
"timestamp": 1667362640469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-11-02T04:19:45.080Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.080Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.080Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "policy-id",
"timestamp": 1667362642190,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.081Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667362644755,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.081Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "aai-ml",
"timestamp": 1667362648395,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.082Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "cds",
"timestamp": 1667362648559,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.083Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.083Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "clamp",
"timestamp": 1667362639707,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.083Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.084Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "ves-openapi-manager",
"timestamp": 1667362640469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.084Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.084Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "policy-id",
"timestamp": 1667362642190,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.084Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.085Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667362644755,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.085Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.085Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "aai-ml",
"timestamp": 1667362648395,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.086Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.086Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.086Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "cds",
"timestamp": 1667362648559,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.086Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.086Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.086Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "ves-openapi-manager",
"timestamp": 1667362640469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.087Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.087Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "clamp",
"timestamp": 1667362639707,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T04:19:45.087Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.088Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "policy-id",
"timestamp": 1667362642190,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T04:19:45.088Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.088Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667362644755,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.089Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.089Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.089Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "aai-ml",
"timestamp": 1667362648395,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.089Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.089Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.089Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "cds",
"timestamp": 1667362648559,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.090Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.090Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667362644755,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.090Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "aai-ml",
"timestamp": 1667362648395,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.091Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.091Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "ves-openapi-manager",
"timestamp": 1667362652091,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:19:45.091Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:19:45.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "policy-id",
"timestamp": 1667362651847,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:19:45.092Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:19:45.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "cds",
"timestamp": 1667362648559,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.093Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.093Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.093Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "aai-ml",
"timestamp": 1667362648395,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.093Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.093Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.093Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667362644755,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T04:19:45.094Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.094Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.094Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "policy-id",
"timestamp": 1667362652851,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T04:19:45.094Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:19:45.094Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.094Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "ves-openapi-manager",
"timestamp": 1667362653290,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-11-02T04:19:45.095Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:19:45.095Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.095Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "cds",
"timestamp": 1667362648559,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.095Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.095Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.096Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "aai-ml",
"timestamp": 1667362648395,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.096Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.096Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.096Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "policy-id",
"timestamp": 1667362653854,
"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=?
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 (?, ?, ?, ?, ?)
2022-11-02T04:19:45.107Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd
2022-11-02T04:19:45.107Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd 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 (?, ?, ?, ?, ?)
2022-11-02T04:19:45.114Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.114Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "ves-openapi-manager",
"timestamp": 1667362654294,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T04:19:45.119Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd
2022-11-02T04:19:45.119Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T04:19:45.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "cds",
"timestamp": 1667362648559,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "aai-ml",
"timestamp": 1667362648395,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.128Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "cds",
"timestamp": 1667362648559,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T04:19:45.129Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "aai-ml",
"timestamp": 1667362648395,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T04:19:45.129Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "cds",
"timestamp": 1667362657276,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:19:45.130Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:19:45.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "aai-ml",
"timestamp": 1667362657136,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:19:45.131Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:19:45.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "cds",
"timestamp": 1667362658280,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-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=?
2022-11-02T04:19:45.137Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd
2022-11-02T04:19:45.137Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd 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 (?, ?, ?, ?, ?)
2022-11-02T04:19:45.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6",
"consumerID": "cds",
"timestamp": 1667362648559,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.169Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6",
"consumerID": "cds",
"timestamp": 1667362648559,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.169Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6",
"consumerID": "cds",
"timestamp": 1667362648559,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.169Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6",
"consumerID": "ves-openapi-manager",
"timestamp": 1667362660469,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667362661099,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6",
"consumerID": "cds",
"timestamp": 1667362648559,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "aai-ml",
"timestamp": 1667362661758,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T04:19:45.171Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:19:45.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6",
"consumerID": "ves-openapi-manager",
"timestamp": 1667362660469,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.171Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667362661099,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.171Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6",
"consumerID": "cds",
"timestamp": 1667362648559,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.172Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "aai-ml",
"timestamp": 1667362662762,
"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=?
2022-11-02T04:19:45.177Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd
2022-11-02T04:19:45.177Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd 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 (?, ?, ?, ?, ?)
2022-11-02T04:19:45.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "clamp",
"timestamp": 1667362662719,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:19:45.189Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:19:45.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6",
"consumerID": "policy-id",
"timestamp": 1667362662190,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.197Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6",
"consumerID": "ves-openapi-manager",
"timestamp": 1667362660469,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.198Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667362661099,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.202Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6",
"consumerID": "cds",
"timestamp": 1667362648559,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.203Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6",
"consumerID": "aai-ml",
"timestamp": 1667362648395,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.204Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.204Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "clamp",
"timestamp": 1667362663737,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T04:19:45.204Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T04:19:45.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6",
"consumerID": "policy-id",
"timestamp": 1667362662190,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.205Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.206Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6",
"consumerID": "ves-openapi-manager",
"timestamp": 1667362660469,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.206Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.206Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667362661099,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.207Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6",
"consumerID": "cds",
"timestamp": 1667362648559,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.207Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6",
"consumerID": "aai-ml",
"timestamp": 1667362648395,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.208Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:45.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "clamp",
"timestamp": 1667362664741,
"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=?
2022-11-02T04:19:45.215Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd
2022-11-02T04:19:45.215Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd 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 (?, ?, ?, ?, ?)
2022-11-02T04:19:45.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-02T04:19:45.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31392343-3aa4-4a63-90ff-65959eea25b6",
"consumerID": "policy-id",
"timestamp": 1667362662190,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:19:45.225Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-02T04:19:54.506Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dab126ad-3f18-41a5-b1cb-6ca045fc66f0
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=?
2022-11-02T04:19:54.520Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dab126ad-3f18-41a5-b1cb-6ca045fc66f0
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=?
2022-11-02T04:19:54.523Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T04:19:54.524Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-02T04:19:54.524Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-02T04:19:54.524Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-02T04:19:54.525Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T04:19:54.525Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T04:19:54.525Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T04:19:54.525Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T04:19:54.525Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T04:19:54.526Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T04:19:54.526Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T04:19:54.531Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-02T04:20:24.532Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dab126ad-3f18-41a5-b1cb-6ca045fc66f0 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=?
2022-11-02T04:20:24.539Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dab126ad-3f18-41a5-b1cb-6ca045fc66f0 and serviceModelVersionId: e0873c6b-0182-4ebe-bd32-25c889e311a9
2022-11-02T04:20:24.539Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 99c04672-c1b5-4eab-a7f7-44d7c1ad95bd
2022-11-02T04:20:24.542Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/99c04672-c1b5-4eab-a7f7-44d7c1ad95bd/model-vers/model-ver/e0873c6b-0182-4ebe-bd32-25c889e311a9?depth=0
2022-11-02T04:20:24.548Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-02T04:20:24.614Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99c04672-c1b5-4eab-a7f7-44d7c1ad95bd/model-vers/model-ver/e0873c6b-0182-4ebe-bd32-25c889e311a9?depth=0|INFO|500||Invoke
2022-11-02T04:20:24.615Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99c04672-c1b5-4eab-a7f7-44d7c1ad95bd/model-vers/model-ver/e0873c6b-0182-4ebe-bd32-25c889e311a9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99c04672-c1b5-4eab-a7f7-44d7c1ad95bd/model-vers/model-ver/e0873c6b-0182-4ebe-bd32-25c889e311a9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dab126ad-3f18-41a5-b1cb-6ca045fc66f0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[284a97c6-d50b-44df-9778-6b072aad2391], X-ECOMP-RequestID=[dab126ad-3f18-41a5-b1cb-6ca045fc66f0], X-TransactionId=[], X-ONAP-RequestID=[dab126ad-3f18-41a5-b1cb-6ca045fc66f0], Content-Type=[application/merge-patch+json]}
2022-11-02T04:20:24.640Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99c04672-c1b5-4eab-a7f7-44d7c1ad95bd/model-vers/model-ver/e0873c6b-0182-4ebe-bd32-25c889e311a9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-02T04:20:24.723Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99c04672-c1b5-4eab-a7f7-44d7c1ad95bd/model-vers/model-ver/e0873c6b-0182-4ebe-bd32-25c889e311a9?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99c04672-c1b5-4eab-a7f7-44d7c1ad95bd/model-vers/model-ver/e0873c6b-0182-4ebe-bd32-25c889e311a9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221102-04:20:25:140-1926], vertex-id=[208920], Content-Length=[0], Date=[Wed, 02 Nov 2022 04:20:25 GMT], Content-Type=[application/json]}
2022-11-02T04:20:24.724Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99c04672-c1b5-4eab-a7f7-44d7c1ad95bd/model-vers/model-ver/e0873c6b-0182-4ebe-bd32-25c889e311a9?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-02T04:20:24.725Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99c04672-c1b5-4eab-a7f7-44d7c1ad95bd/model-vers/model-ver/e0873c6b-0182-4ebe-bd32-25c889e311a9?depth=0|INFO|500||InvokeReturn
2022-11-02T04:20:24.725Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-02T04:20:24.725Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T04:20:24.732Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-02T04:20:24.733Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dab126ad-3f18-41a5-b1cb-6ca045fc66f0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-02T04:20:24.733Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-02T04:20:24.734Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:20:24.736Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:20:24.736Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dab126ad-3f18-41a5-b1cb-6ca045fc66f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667362824733,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-02T04:20:24.836Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T04:20:24.837Z||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.
2022-11-02T04:20:24.837Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:20:24.853Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:20:24.854Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-02T04:20:25.751Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T04:20:25.752Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T04:20:25.752Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:20:30.226Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:20:30.228Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-02T04:20:30.229Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd","serviceName":"Demo_pNF_fqs3eboFXxPz1yQQW5X6","serviceVersion":"1.0","serviceUUID":"35ebd8f2-44fe-43ff-87ed-4b51adf214bb","serviceDescription":"catalog service description","serviceInvariantUUID":"d783c153-2579-4194-86fc-4d06a22e3a5e","resources":[{"resourceInstanceName":"pNF 4399931a-a563 0","resourceName":"pNF 4399931a-a563","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e9a44aad-57ee-4c2c-9da2-4eb277ff55b7","resourceInvariantUUID":"abd10ed5-83aa-4db1-a36f-fff37df21425","resourceCustomizationUUID":"cf63b3ec-f5ad-435f-bb69-fc16d3004134","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/vf-license-model.xml","artifactChecksum":"NTc3OGU1OWYyZDA4MjQ4ZmQ2MTUxZmE5ODViOTk5Yzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"62a08055-fa40-42fd-beb6-03e099b5a416","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/pNF.csar","artifactChecksum":"Yzk0ZjYxZDIzZDY1N2IyZmNjODc2MjIzMDMzMDFiNWI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"66591077-8a5c-4da5-8fc3-59822e5e6c16","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c98ea16a-a04c-4842-b8d1-51adbb5ebee3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/vendor-license-model.xml","artifactChecksum":"NGIzYzdlZDU2NDgzMGIyMTViNGRmYTA3NzllMTZlOTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"31c7b646-b439-4590-a068-4872b98247b6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"17f81d08-8c16-43ee-a699-746a358ede68","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cc2ce652-781b-4ca0-9377-f90dc01924b3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFqs3ebofxxpz1yqqw5x6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-template.yml","artifactChecksum":"YTMzYzZkMjQ1YzNmZTdiOTUzYjk2ZTM0YjUzNTk3NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3baac6ff-04b4-4502-84c1-97a9bd7e9a23","artifactVersion":"1"},{"artifactName":"service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar","artifactChecksum":"NjY0YjFlMzJhZTI4MTZlMzQ3NzFmOWRiYjg0MmVhOTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0d0d1954-86d8-48f8-9619-906d6fcb94ce","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-02T04:20:30.232Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T04:20:30.233Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:20:30.235Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:20:30.236Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667362825751,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:20:30.336Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T04:20:30.337Z||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.
2022-11-02T04:20:30.337Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:20:30.352Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:20:30.353Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-02T04:20:31.237Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T04:20:31.238Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:20:31.240Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:20:31.240Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667362825751,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:20:31.340Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T04:20:31.341Z||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.
2022-11-02T04:20:31.341Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:20:31.355Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:20:31.356Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-02T04:20:32.241Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T04:20:32.242Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:20:32.244Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:20:32.244Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667362825751,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:20:32.344Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T04:20:32.345Z||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.
2022-11-02T04:20:32.345Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:20:32.357Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:20:32.358Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-02T04:20:33.244Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T04:20:33.245Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:20:33.247Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:20:33.248Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667362825751,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:20:33.348Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T04:20:33.349Z||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.
2022-11-02T04:20:33.349Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:20:33.363Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:20:33.364Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-02T04:20:34.248Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T04:20:34.249Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:20:34.252Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:20:34.252Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667362825751,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:20:34.352Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T04:20:34.353Z||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.
2022-11-02T04:20:34.353Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:20:34.365Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:20:34.365Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-02T04:20:35.253Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T04:20:35.254Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:20:35.256Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:20:35.256Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667362825751,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/resourceInstances/pnf4399931aa5630/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:20:35.356Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T04:20:35.357Z||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.
2022-11-02T04:20:35.357Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:20:35.371Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:20:35.371Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-02T04:20:36.256Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T04:20:36.258Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:20:36.260Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:20:36.260Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667362825751,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T04:20:36.360Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T04:20:36.361Z||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.
2022-11-02T04:20:36.361Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:20:36.373Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:20:36.373Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-02T04:20:37.261Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T04:20:37.262Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:20:37.264Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:20:37.264Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667362825751,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T04:20:37.364Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-02T04:20:37.365Z||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.
2022-11-02T04:20:37.365Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:20:37.380Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:20:37.380Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-02T04:20:38.266Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"serviceName": "Demo_pNF_fqs3eboFXxPz1yQQW5X6",
"serviceVersion": "1.0",
"serviceUUID": "35ebd8f2-44fe-43ff-87ed-4b51adf214bb",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "d783c153-2579-4194-86fc-4d06a22e3a5e",
"resources": [
{
"resourceInstanceName": "pNF 4399931a-a563 0",
"resourceCustomizationUUID": "cf63b3ec-f5ad-435f-bb69-fc16d3004134",
"resourceName": "pNF 4399931a-a563",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "e9a44aad-57ee-4c2c-9da2-4eb277ff55b7",
"resourceInvariantUUID": "abd10ed5-83aa-4db1-a36f-fff37df21425",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar",
"artifactChecksum": "NjY0YjFlMzJhZTI4MTZlMzQ3NzFmOWRiYjg0MmVhOTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0d0d1954-86d8-48f8-9619-906d6fcb94ce"
}
],
"workloadContext": "Production"
}
2022-11-02T04:20:38.266Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-02T04:20:38.266Z|dab126ad-3f18-41a5-b1cb-6ca045fc66f0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 35ebd8f2-44fe-43ff-87ed-4b51adf214bb ASDC
2022-11-02T04:20:38.267Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd
ServiceName:Demo_pNF_fqs3eboFXxPz1yQQW5X6
ServiceVersion:1.0
ServiceUUID:35ebd8f2-44fe-43ff-87ed-4b51adf214bb
ServiceInvariantUUID:d783c153-2579-4194-86fc-4d06a22e3a5e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar
ArtifactUUID:0d0d1954-86d8-48f8-9619-906d6fcb94ce
ArtifactChecksum:NjY0YjFlMzJhZTI4MTZlMzQ3NzFmOWRiYjg0MmVhOTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4399931a-a563 0
ResourceCustomizationUUID:cf63b3ec-f5ad-435f-bb69-fc16d3004134
ResourceInvariantUUID:abd10ed5-83aa-4db1-a36f-fff37df21425
ResourceName:pNF 4399931a-a563
ResourceType:PNF
ResourceUUID:e9a44aad-57ee-4c2c-9da2-4eb277ff55b7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-11-02T04:20:38.267Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 35ebd8f2-44fe-43ff-87ed-4b51adf214bb 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=?
2022-11-02T04:20:38.293Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T04:20:38.293Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-02T04:20:38.294Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-02T04:20:38.294Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0d0d1954-86d8-48f8-9619-906d6fcb94ce from URL: /sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar
2022-11-02T04:20:38.294Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-02T04:20:38.294Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar
2022-11-02T04:20:38.430Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-02T04:20:38.434Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar 0d0d1954-86d8-48f8-9619-906d6fcb94ce 82656
2022-11-02T04:20:38.434Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar ASDC sendASDCNotification
2022-11-02T04:20:38.435Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar
2022-11-02T04:20:38.435Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T04:20:38.435Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-02T04:20:38.437Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T04:20:38.437Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667362838434,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T04:20:38.537Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T04:20:38.538Z||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.
2022-11-02T04:20:38.539Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AsmHPENkzT9A1fkA) ...
2022-11-02T04:20:38.559Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T04:20:38.560Z||pool-48-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-02T04:20:39.438Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T04:20:39.439Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-02T04:20:39.439Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 0d0d1954-86d8-48f8-9619-906d6fcb94ce, URL: /sdc/v1/catalog/services/DemoPnfFqs3ebofxxpz1yqqw5x6/1.0/artifacts/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar to file: /app/ASDC/1/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar
2022-11-02T04:20:39.440Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar
2022-11-02T04:20:39.440Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar
2022-11-02T04:20:39.440Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar
2022-11-02T04:20:39.564Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13708112708435244723/Definitions/service-DemoPnfFqs3ebofxxpz1yqqw5x6-template.yml
2022-11-02T04:20:40.395Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-02T04:20:40.395Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-02T04:20:40.395Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar
2022-11-02T04:20:40.396Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-02T04:20:40.396Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||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-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar
2022-11-02T04:20:40.396Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar
2022-11-02T04:20:40.396Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||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-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar
2022-11-02T04:20:40.396Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar
2022-11-02T04:20:40.396Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar
2022-11-02T04:20:40.396Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar
2022-11-02T04:20:40.397Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4399931a-a563 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-DemoPnfFqs3ebofxxpz1yqqw5x6-csar.csar
2022-11-02T04:20:40.397Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-02T04:20:40.397Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:20:40.397Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_fqs3eboFXxPz1yQQW5X6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:20:40.397Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Node template pNF 4399931a-a563 0 is matching search criteria
2022-11-02T04:20:40.398Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-02T04:20:40.398Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 4399931a-a563 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T04:20:40.398Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:20:40.398Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_fqs3eboFXxPz1yQQW5X6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:20:40.399Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Node template pNF 4399931a-a563 0 is matching search criteria
2022-11-02T04:20:40.399Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-02T04:20:40.399Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 4399931a-a563 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T04:20:40.399Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:20:40.399Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_fqs3eboFXxPz1yQQW5X6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:20:40.400Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:20:40.400Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_fqs3eboFXxPz1yQQW5X6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:20:40.400Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:20:40.400Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_fqs3eboFXxPz1yQQW5X6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:20:40.400Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:20:40.401Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_fqs3eboFXxPz1yQQW5X6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:20:40.401Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:20:40.401Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_fqs3eboFXxPz1yQQW5X6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:20:40.401Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_fqs3eboFXxPz1yQQW5X6
Description:catalog service description
Model UUID:35ebd8f2-44fe-43ff-87ed-4b51adf214bb
Model Version:NULL
Model InvariantUuid:d783c153-2579-4194-86fc-4d06a22e3a5e
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-02T04:20:40.409Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: e9a44aad-57ee-4c2c-9da2-4eb277ff55b7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T04:20:40.412Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||pNF 4399931a-a563 0
2022-11-02T04:20:40.413Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e9a44aad-57ee-4c2c-9da2-4eb277ff55b7
2022-11-02T04:20:40.413Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 35ebd8f2-44fe-43ff-87ed-4b51adf214bb
2022-11-02T04:20:40.413Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 35ebd8f2-44fe-43ff-87ed-4b51adf214bb
2022-11-02T04:20:40.413Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4399931a-a563 0 e9a44aad-57ee-4c2c-9da2-4eb277ff55b7 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T04:20:40.418Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7580c7b6, org.onap.sdc.toscaparser.api.parameters.Input@6aba71c5, org.onap.sdc.toscaparser.api.parameters.Input@50f653b0, org.onap.sdc.toscaparser.api.parameters.Input@783779af, org.onap.sdc.toscaparser.api.parameters.Input@b79ac68]
2022-11-02T04:20:40.418Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T04:20:40.418Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_fqs3eboFXxPz1yQQW5X6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T04:20:40.419Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 35ebd8f2-44fe-43ff-87ed-4b51adf214bb: pNF 4399931a-a563
2022-11-02T04:20:40.419Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||INFO|500||Processing PNF resource: e9a44aad-57ee-4c2c-9da2-4eb277ff55b7
2022-11-02T04:20:40.419Z|7ff68e26-ce70-40ec-bc8a-e8d0ab86eebd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery