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-10-02T05:47:57.963Z||main|||||INFO|500||The following profiles are active: basic
2022-10-02T05:48:11.438Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-02T05:48:11.439Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-02T05:48:11.619Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-02T05:48:15.872Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-02T05:48:16.381Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-02T05:48:16.930Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-02T05:48:16.940Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-02T05:48:17.103Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-02T05:48:17.357Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-02T05:48:18.041Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-02T05:48:19.880Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-02T05:48:22.623Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-02T05:48:22.690Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-02T05:48:23.377Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-02T05:48:25.478Z||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-10-02T05:48:26.898Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-02T05:48:28.374Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-10-02T05:48:28.391Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$20cf312a.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-10-02T05:48:28.392Z||main|||||WARN|500||The sdc end point is not alive
2022-10-02T05:48:31.651Z||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-10-02T05:48:34.444Z||main|||||WARN|500||---
2022-10-02T05:48:34.445Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-02T05:48:34.445Z||main|||||WARN|500||---
2022-10-02T05:48:34.938Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-02T05:48:39.841Z||main|||||INFO|500||Started Application in 46.114 seconds (JVM running for 49.461)
2022-10-02T05:48:39.877Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-02T05:48:39.911Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-02T05:48:39.937Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-02T05:48:39.968Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-02T05:48:40.014Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8aed1ebf-d0b5-4e0c-b175-dcfeaac4d171 url= /sdc/v1/artifactTypes
2022-10-02T05:48:40.014Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-02T05:48:40.303Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-02T05:48:40.355Z||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-10-02T05:48:40.385Z||scheduling-1|||||DEBUG|500||create keys
2022-10-02T05:48:40.393Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-02T05:48:40.423Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T05:48:40.441Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7fa145aa-69ce-4169-a1a0-6045532f29e3 url= /sdc/v1/registerForDistribution
2022-10-02T05:48:40.520Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 7fa145aa-69ce-4169-a1a0-6045532f29e3 url= /sdc/v1/registerForDistribution
2022-10-02T05:48:40.520Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-02T05:48:40.533Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T05:48:40.534Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T05:48:40.546Z||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-10-02T05:48:40.546Z||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-10-02T05:48:40.546Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T05:48:40.546Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-02T05:48:40.546Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T05:48:50.847Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T05:48:50.850Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T05:49:40.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T05:49:40.528Z||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-10-02T05:49:40.529Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T05:49:40.533Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T05:49:40.534Z||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-10-02T05:49:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T05:49:50.083Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T05:49:50.087Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T05:50:40.528Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T05:50:40.531Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T05:50:40.531Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T05:50:40.533Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T05:50:40.534Z||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-10-02T05:50:40.535Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T05:50:50.074Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T05:50:50.074Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T05:51:40.528Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T05:51:40.530Z||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-10-02T05:51:40.530Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T05:51:40.534Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T05:51:40.535Z||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-10-02T05:51:40.535Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T05:51:50.079Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T05:51:50.095Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T05:52:40.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T05:52:40.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T05:52:40.529Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T05:52:40.533Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T05:52:40.534Z||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-10-02T05:52:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T05:52:50.098Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T05:52:50.099Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T05:53:40.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T05:53:40.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T05:53:40.529Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T05:53:40.534Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T05:53:40.535Z||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-10-02T05:53:40.535Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T05:53:50.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T05:53:50.076Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T05:54:40.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T05:54:40.528Z||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-10-02T05:54:40.529Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T05:54:40.533Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T05:54:40.534Z||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-10-02T05:54:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T05:54:50.079Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T05:54:50.080Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T05:55:40.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T05:55:40.528Z||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-10-02T05:55:40.529Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T05:55:40.533Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T05:55:40.535Z||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-10-02T05:55:40.535Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T05:55:50.073Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T05:55:50.073Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T05:56:40.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T05:56:40.528Z||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-10-02T05:56:40.528Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T05:56:40.533Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T05:56:40.534Z||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-10-02T05:56:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T05:56:50.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T05:56:50.074Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T05:57:40.528Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T05:57:40.530Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T05:57:40.531Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T05:57:40.533Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T05:57:40.534Z||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-10-02T05:57:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T05:57:50.080Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T05:57:50.080Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T05:58:38.998Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-02T05:58:40.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T05:58:40.532Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T05:58:40.532Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T05:58:40.533Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T05:58:40.534Z||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-10-02T05:58:40.535Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T05:58:50.077Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T05:58:50.077Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T05:59:40.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T05:59:40.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T05:59:40.529Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T05:59:40.533Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T05:59:40.534Z||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-10-02T05:59:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T05:59:50.072Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T05:59:50.072Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:00:40.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:00:40.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:00:40.528Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:00:40.533Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:00:40.534Z||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-10-02T06:00:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:00:50.073Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:00:50.074Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:01:40.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:01:40.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:01:40.528Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:01:40.533Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:01:40.534Z||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-10-02T06:01:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:01:50.087Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:01:50.088Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:02:40.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:02:40.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:02:40.529Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:02:40.533Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:02:40.534Z||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-10-02T06:02:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:02:50.069Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:02:50.070Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:03:40.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:03:40.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:03:40.528Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:03:40.533Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:03:40.534Z||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-10-02T06:03:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:03:50.070Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:03:50.072Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:04:40.528Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:04:40.530Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:04:40.531Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:04:40.534Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:04:40.534Z||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-10-02T06:04:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:04:50.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:04:50.076Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:05:40.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:05:40.529Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:05:40.529Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:05:40.533Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:05:40.534Z||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-10-02T06:05:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:05:50.070Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:05:50.073Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:06:40.528Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:06:40.529Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:06:40.529Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:06:40.533Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:06:40.534Z||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-10-02T06:06:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:06:50.067Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:06:50.068Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:07:40.528Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:07:40.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:07:40.529Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:07:40.533Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:07:40.534Z||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-10-02T06:07:40.535Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:07:50.072Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:07:50.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:08:40.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:08:40.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:08:40.528Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:08:40.533Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:08:40.534Z||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-10-02T06:08:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:08:50.083Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:08:50.083Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:09:40.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:09:40.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:09:40.528Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:09:40.533Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:09:40.534Z||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-10-02T06:09:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:09:50.067Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:09:50.086Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:10:40.528Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:10:40.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:10:40.530Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:10:40.533Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:10:40.534Z||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-10-02T06:10:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:10:50.102Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:10:50.109Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:11:40.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:11:40.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:11:40.529Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:11:40.533Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:11:40.534Z||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-10-02T06:11:40.535Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:11:50.071Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:11:50.072Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:12:40.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:12:40.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:12:40.529Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:12:40.533Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:12:40.534Z||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-10-02T06:12:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:12:50.068Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:12:50.082Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:13:40.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:13:40.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:13:40.528Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:13:40.533Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:13:40.534Z||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-10-02T06:13:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:13:50.072Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:13:50.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:14:40.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:14:40.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:14:40.528Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:14:40.533Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:14:40.534Z||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-10-02T06:14:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:14:50.081Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:14:50.084Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:15:40.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:15:40.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:15:40.529Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:15:40.533Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:15:40.534Z||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-10-02T06:15:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:15:50.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:15:50.073Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:16:40.533Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:16:40.533Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:16:40.535Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:16:40.535Z||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-10-02T06:16:40.535Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:16:40.535Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:16:50.100Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:16:50.101Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:17:40.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:17:40.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:17:40.529Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:17:40.533Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:17:40.534Z||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-10-02T06:17:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:17:50.069Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:17:50.075Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:18:40.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:18:40.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:18:40.528Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:18:40.533Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:18:40.534Z||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-10-02T06:18:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:18:50.070Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:18:50.071Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:19:40.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:19:40.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:19:40.528Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:19:40.533Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:19:40.534Z||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-10-02T06:19:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:19:50.070Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:19:50.071Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:20:40.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:20:40.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:20:40.529Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:20:40.533Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:20:40.534Z||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-10-02T06:20:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:20:50.081Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:20:50.083Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:21:40.528Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:21:40.530Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:21:40.530Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:21:40.533Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:21:40.534Z||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-10-02T06:21:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:21:50.085Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:21:50.095Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:22:40.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:22:40.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:22:40.529Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:22:40.533Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:22:40.534Z||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-10-02T06:22:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:22:50.072Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:22:50.081Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:23:40.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:23:40.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:23:40.528Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:23:40.533Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:23:40.534Z||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-10-02T06:23:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:23:50.069Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:23:50.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:24:40.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:24:40.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:24:40.528Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:24:40.533Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:24:40.534Z||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-10-02T06:24:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:24:50.090Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:24:50.091Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:25:40.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:25:40.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:25:40.528Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:25:40.533Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:25:40.537Z||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-10-02T06:25:40.538Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:25:50.128Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:25:50.149Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:26:40.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:26:40.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:26:40.529Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:26:40.533Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:26:40.534Z||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-10-02T06:26:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:26:50.073Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:26:50.080Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:27:40.528Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:27:40.530Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:27:40.530Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:27:40.533Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:27:40.534Z||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-10-02T06:27:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:27:50.079Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:27:50.079Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:28:40.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:28:40.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:28:40.530Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:28:40.533Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:28:40.534Z||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-10-02T06:28:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:28:50.108Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:28:50.107Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:29:40.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:29:40.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:29:40.529Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:29:40.533Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:29:40.534Z||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-10-02T06:29:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:29:50.108Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:29:50.149Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:30:40.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:30:40.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:30:40.529Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:30:40.533Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:30:40.534Z||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-10-02T06:30:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:30:41.154Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:30:41.156Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:30:41.156Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664692226410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:30:41.161Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:30:41.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-02T06:30:41.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"75a68691-7b97-4228-b35b-2356f8678de5","serviceName":"vFW 2022-10-02 06-29-26","serviceVersion":"1.0","serviceUUID":"eb5694c8-9b40-4cc7-a0a4-a7231f9db2af","serviceDescription":"catalog service description","serviceInvariantUUID":"117df47f-5a1f-45ff-b95f-ed311453dcc3","resources":[{"resourceInstanceName":"vFW ad365931-b56c 0","resourceName":"vFW ad365931-b56c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a583ab7a-b2ed-434a-aa3a-875d8ad10dcf","resourceInvariantUUID":"acbb811e-031f-4b31-a199-112018559503","resourceCustomizationUUID":"9627219e-d7ac-414a-8b43-525c68398500","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vf-license-model.xml","artifactChecksum":"ZDU4ZjY3NTZmNGM1N2NkMTA0MjViNjQ5MzE0MjkzZDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"296270c5-eb1f-48b4-89ff-5d8b5a6f6b5f","artifactVersion":"1"},{"artifactName":"vfwad365931b56c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json","artifactChecksum":"ZmU5MjZmMzM3NmVjMzhjZDgxMGUwNmQ1YzYwZTY5YWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3f88f79a-be74-415f-97c8-170d305d615a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"68c1ffa3-2e92-4785-aeb2-3c49b1bc1a7b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vendor-license-model.xml","artifactChecksum":"YzExMmNlNTU4MjU2MzhmODA2NzM5YjkxNGE4Y2Q4YTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b5cfd7bc-3965-43b8-bb62-03e92fddb7ee","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3f9eecf6-88e1-4ca7-9208-6e315effc796","artifactVersion":"2","generatedFromUUID":"68c1ffa3-2e92-4785-aeb2-3c49b1bc1a7b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221002062926-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-template.yml","artifactChecksum":"OTExZGIzMWY2MmFiY2M5M2JiZGUzN2MyMjQ1ODBkMmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3b1d1e84-8885-422b-9c47-ecaabd8e2d51","artifactVersion":"1"},{"artifactName":"service-Vfw20221002062926-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar","artifactChecksum":"YmMwNDMxMmMzNzVmMDk4ZmFlNWJlZTk5NTM0NzFlNmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f8272242-960b-4753-ba92-a2e6915bad0c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-02T06:30:41.173Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-02T06:30:41.180Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:30:41.186Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:30:41.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:30:41.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664692226410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json",
"status": "NOTIFIED"
}
2022-10-02T06:30:41.187Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:30:41.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:30:41.187Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "cds",
"timestamp": 1664692235353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:30:41.187Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:30:41.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:30:41.187Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664692226410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-02T06:30:41.188Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:30:41.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:30:41.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "cds",
"timestamp": 1664692235353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:30:41.188Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:30:41.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:30:41.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664692226410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:30:41.189Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:30:41.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:30:41.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "cds",
"timestamp": 1664692235353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:30:41.189Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:30:41.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:30:41.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664692226410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-02T06:30:41.189Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:30:41.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:30:41.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "cds",
"timestamp": 1664692235353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:30:41.190Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:30:41.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:30:41.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664692226410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:30:41.190Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:30:41.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:30:41.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "cds",
"timestamp": 1664692235353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:30:41.191Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:30:41.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:30:41.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664692226410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar",
"status": "NOTIFIED"
}
2022-10-02T06:30:41.191Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:30:41.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:30:41.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "cds",
"timestamp": 1664692235353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:30:41.192Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:30:41.199Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:30:41.200Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692240527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:30:41.303Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-02T06:30:41.310Z||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-10-02T06:30:41.310Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:30:41.323Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:30:41.324Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-02T06:30:42.208Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-02T06:30:42.209Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:30:42.211Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:30:42.211Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692240527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json",
"status": "NOTIFIED"
}
2022-10-02T06:30:42.311Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-02T06:30:42.312Z||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-10-02T06:30:42.312Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:30:42.325Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:30:42.326Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-02T06:30:43.214Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-02T06:30:43.215Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:30:43.217Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:30:43.217Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692240527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-02T06:30:43.317Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-02T06:30:43.319Z||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-10-02T06:30:43.319Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:30:43.337Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:30:43.338Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-02T06:30:44.218Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-02T06:30:44.219Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:30:44.221Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:30:44.222Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692240527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:30:44.322Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-02T06:30:44.323Z||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-10-02T06:30:44.323Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:30:44.332Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:30:44.333Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-02T06:30:45.222Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-02T06:30:45.223Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:30:45.226Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:30:45.226Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692240527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-02T06:30:45.326Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-02T06:30:45.327Z||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-10-02T06:30:45.327Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:30:45.337Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:30:45.338Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-02T06:30:46.227Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-02T06:30:46.227Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:30:46.229Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:30:46.229Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692240527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:30:46.330Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-02T06:30:46.331Z||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-10-02T06:30:46.331Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:30:46.343Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:30:46.343Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-02T06:30:47.230Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-02T06:30:47.231Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:30:47.233Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:30:47.233Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692240527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar",
"status": "NOTIFIED"
}
2022-10-02T06:30:47.333Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-02T06:30:47.334Z||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-10-02T06:30:47.334Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:30:47.344Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:30:47.345Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-02T06:30:48.235Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"serviceName": "vFW 2022-10-02 06-29-26",
"serviceVersion": "1.0",
"serviceUUID": "eb5694c8-9b40-4cc7-a0a4-a7231f9db2af",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "117df47f-5a1f-45ff-b95f-ed311453dcc3",
"resources": [
{
"resourceInstanceName": "vFW ad365931-b56c 0",
"resourceCustomizationUUID": "9627219e-d7ac-414a-8b43-525c68398500",
"resourceName": "vFW ad365931-b56c",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a583ab7a-b2ed-434a-aa3a-875d8ad10dcf",
"resourceInvariantUUID": "acbb811e-031f-4b31-a199-112018559503",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwad365931b56c0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json",
"artifactChecksum": "ZmU5MjZmMzM3NmVjMzhjZDgxMGUwNmQ1YzYwZTY5YWQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3f88f79a-be74-415f-97c8-170d305d615a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "68c1ffa3-2e92-4785-aeb2-3c49b1bc1a7b",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3f9eecf6-88e1-4ca7-9208-6e315effc796",
"generatedFromUUID": "68c1ffa3-2e92-4785-aeb2-3c49b1bc1a7b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3f9eecf6-88e1-4ca7-9208-6e315effc796",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221002062926-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar",
"artifactChecksum": "YmMwNDMxMmMzNzVmMDk4ZmFlNWJlZTk5NTM0NzFlNmI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f8272242-960b-4753-ba92-a2e6915bad0c"
}
],
"workloadContext": "Production"
}
2022-10-02T06:30:48.236Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-02T06:30:48.236Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eb5694c8-9b40-4cc7-a0a4-a7231f9db2af ASDC
2022-10-02T06:30:48.354Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:75a68691-7b97-4228-b35b-2356f8678de5
ServiceName:vFW 2022-10-02 06-29-26
ServiceVersion:1.0
ServiceUUID:eb5694c8-9b40-4cc7-a0a4-a7231f9db2af
ServiceInvariantUUID:117df47f-5a1f-45ff-b95f-ed311453dcc3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221002062926-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar
ArtifactUUID:f8272242-960b-4753-ba92-a2e6915bad0c
ArtifactChecksum:YmMwNDMxMmMzNzVmMDk4ZmFlNWJlZTk5NTM0NzFlNmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ad365931-b56c 0
ResourceCustomizationUUID:9627219e-d7ac-414a-8b43-525c68398500
ResourceInvariantUUID:acbb811e-031f-4b31-a199-112018559503
ResourceName:vFW ad365931-b56c
ResourceType:VF
ResourceUUID:a583ab7a-b2ed-434a-aa3a-875d8ad10dcf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwad365931b56c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json
ArtifactUUID:3f88f79a-be74-415f-97c8-170d305d615a
ArtifactChecksum:ZmU5MjZmMzM3NmVjMzhjZDgxMGUwNmQ1YzYwZTY5YWQ=
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/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml
ArtifactUUID:68c1ffa3-2e92-4785-aeb2-3c49b1bc1a7b
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/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env
ArtifactUUID:3f9eecf6-88e1-4ca7-9208-6e315effc796
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/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env
ArtifactUUID:3f9eecf6-88e1-4ca7-9208-6e315effc796
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-02T06:30:48.354Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eb5694c8-9b40-4cc7-a0a4-a7231f9db2af 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-10-02T06:30:48.628Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-02T06:30:48.629Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-02T06:30:48.631Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-02T06:30:48.631Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f8272242-960b-4753-ba92-a2e6915bad0c from URL: /sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar
2022-10-02T06:30:48.631Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-02T06:30:48.633Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar
2022-10-02T06:30:48.747Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-02T06:30:48.767Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar f8272242-960b-4753-ba92-a2e6915bad0c 100718
2022-10-02T06:30:48.769Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar ASDC sendASDCNotification
2022-10-02T06:30:48.769Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar
2022-10-02T06:30:48.772Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-02T06:30:48.773Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:30:48.775Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:30:48.775Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692248768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:30:48.875Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-02T06:30:48.876Z||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-10-02T06:30:48.877Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:30:48.892Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:30:48.893Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-02T06:30:49.776Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-02T06:30:49.777Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-02T06:30:49.778Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: f8272242-960b-4753-ba92-a2e6915bad0c, URL: /sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar to file: /app/ASDC/1/service-Vfw20221002062926-csar.csar
2022-10-02T06:30:49.779Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221002062926-csar.csar
2022-10-02T06:30:49.874Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221002062926-csar.csar
2022-10-02T06:30:49.875Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221002062926-csar.csar
2022-10-02T06:30:50.730Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15526504088651573490/Definitions/service-Vfw20221002062926-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" 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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-10-02T06:30:53.852Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-02T06:30:53.857Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-02T06:30:53.857Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221002062926-csar.csar
2022-10-02T06:30:53.857Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-10-02T06:30:53.857Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221002062926-csar.csar
2022-10-02T06:30:53.857Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221002062926-csar.csar
2022-10-02T06:30:53.858Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221002062926-csar.csar
2022-10-02T06:30:53.858Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221002062926-csar.csar
2022-10-02T06:30:53.858Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221002062926-csar.csar
2022-10-02T06:30:53.858Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221002062926-csar.csar
2022-10-02T06:30:53.858Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221002062926-csar.csar
2022-10-02T06:30:53.858Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221002062926-csar.csar
2022-10-02T06:30:53.858Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221002062926-csar.csar
2022-10-02T06:30:53.858Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ad365931-b56c 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221002062926-csar.csar
2022-10-02T06:30:53.858Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221002062926-csar.csar
2022-10-02T06:30:53.859Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-02T06:30:53.864Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:30:53.866Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-02 06-29-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:30:53.869Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vFW ad365931-b56c 0 is matching search criteria
2022-10-02T06:30:53.870Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-02T06:30:53.872Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad365931-b56c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-02T06:30:53.873Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:30:53.874Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-02 06-29-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:30:53.874Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vFW ad365931-b56c 0 is matching search criteria
2022-10-02T06:30:53.874Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-02T06:30:53.874Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad365931-b56c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-02T06:30:53.874Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:30:53.875Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-02 06-29-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:30:53.878Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:30:53.878Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vFW ad365931-b56c 0 is not matching search criteria
2022-10-02T06:30:53.878Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-02T06:30:53.878Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-02T06:30:53.879Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-02T06:30:53.879Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-02T06:30:53.879Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-02T06:30:53.879Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-02T06:30:53.879Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-02T06:30:53.880Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-02T06:30:53.880Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-02T06:30:53.880Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-02T06:30:53.880Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-02T06:30:53.880Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-02T06:30:53.880Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-02T06:30:53.881Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-02T06:30:53.881Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-02T06:30:53.881Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-02T06:30:53.881Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:30:53.881Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-02 06-29-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-02T06:30:53.882Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:30:53.883Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vFW ad365931-b56c 0 is matching search criteria
2022-10-02T06:30:53.883Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad365931-b56c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-02T06:30:53.883Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:30:53.883Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vFW ad365931-b56c 0 is matching search criteria
2022-10-02T06:30:53.883Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad365931-b56c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-02T06:30:53.884Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:30:53.884Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vFW ad365931-b56c 0 is matching search criteria
2022-10-02T06:30:53.884Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad365931-b56c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-02T06:30:53.884Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:30:53.884Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vFW ad365931-b56c 0 is not matching search criteria
2022-10-02T06:30:53.885Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-02T06:30:53.885Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-02T06:30:53.885Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-02T06:30:53.885Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-02T06:30:53.885Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-02T06:30:53.885Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-02T06:30:53.886Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-02T06:30:53.886Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-02T06:30:53.886Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-02T06:30:53.886Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-02T06:30:53.886Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-02T06:30:53.886Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1fa2eadb-8f91-4d86-a345-8264560e5d33
2022-10-02T06:30:53.887Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:30:53.887Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vFW ad365931-b56c 0 is not matching search criteria
2022-10-02T06:30:53.887Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-02T06:30:53.887Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-02T06:30:53.887Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-02T06:30:53.887Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-02T06:30:53.888Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-02T06:30:53.888Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-02T06:30:53.888Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-02T06:30:53.888Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-02T06:30:53.888Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-02T06:30:53.888Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-02T06:30:53.889Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-02T06:30:53.889Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-02T06:30:53.889Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=694e8977-d325-4f85-8ea4-bca8529754ab
2022-10-02T06:30:53.889Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:30:53.889Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vFW ad365931-b56c 0 is not matching search criteria
2022-10-02T06:30:53.889Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-02T06:30:53.890Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-02T06:30:53.890Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-02T06:30:53.890Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-02T06:30:53.890Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-02T06:30:53.890Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-02T06:30:53.890Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-02T06:30:53.891Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-02T06:30:53.891Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-02T06:30:53.891Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-02T06:30:53.891Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-02T06:30:53.891Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-02T06:30:53.891Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3abcbe1f-1fe9-4fe6-bfc7-3c5a55607ef8
2022-10-02T06:30:53.892Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:30:53.892Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-02 06-29-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:30:53.892Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:30:53.892Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-02 06-29-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:30:53.892Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:30:53.892Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-02 06-29-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:30:53.893Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:30:53.893Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-02 06-29-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:30:53.893Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-10-02 06-29-26
Description:catalog service description
Model UUID:eb5694c8-9b40-4cc7-a0a4-a7231f9db2af
Model Version:NULL
Model InvariantUuid:117df47f-5a1f-45ff-b95f-ed311453dcc3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW ad365931-b56c
Model UUID:b77bcf87-ccd4-4ff0-b73a-caffa24c46dd
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:acbb811e-031f-4b31-a199-112018559503
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9627219e-d7ac-414a-8b43-525c68398500
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:64cb7155-29af-48fa-befa-a44e55ca9cda
ModelName:VfwAd365931B56c..base_vfw..module-0
ModelUuid:ee4548f3-6543-4396-a700-798c1bbc92cd
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1fa2eadb-8f91-4d86-a345-8264560e5d33
ModelInvariantUuid:f4b5d434-2c8a-47c3-93fd-6515a6637626
ModelName:vFW ad365931-b56c-nodes.vfwCvfc
ModelUuid:4b85eeda-cb60-4939-bd6d-1cd948d63604
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:3f17d53c-5243-4996-9223-7f10c951de31
ModelInvariantUuid:79ed68d1-b471-4d9c-92f8-0dfff84db678
ModelName:VfwAd365931B56c.compute.nodes.heat.vfw
ModelUuid:a9c24d3a-002a-488f-b0ef-d311633ed83b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:694e8977-d325-4f85-8ea4-bca8529754ab
ModelInvariantUuid:7012b40d-fe19-4c60-bc3a-88598e082419
ModelName:vFW ad365931-b56c-nodes.vsnCvfc
ModelUuid:249539eb-6efd-4a15-b69a-6a3484106291
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:03059627-d469-4cf3-9a60-f3d7d8bcb684
ModelInvariantUuid:31e04255-e642-42e2-a1fa-92bcb628f37a
ModelName:VfwAd365931B56c.compute.nodes.heat.vsn
ModelUuid:178efc39-31d0-47fc-b939-71dc42a85d70
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:3abcbe1f-1fe9-4fe6-bfc7-3c5a55607ef8
ModelInvariantUuid:1e1cace0-1fbb-40bc-9099-4cb01c55474b
ModelName:vFW ad365931-b56c-nodes.vpgCvfc
ModelUuid:a8cf8ecc-96ec-438c-ab3c-c605834390a2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:88fc768a-0f0e-42cd-b5e4-14d04bbbdca0
ModelInvariantUuid:b393d6b7-abdd-448a-84fa-09f627a2e0ab
ModelName:VfwAd365931B56c.compute.nodes.heat.vpg
ModelUuid:7207afb6-803f-4eef-a6d7-95bd99edd00f
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-10-02T06:30:53.916Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: a583ab7a-b2ed-434a-aa3a-875d8ad10dcf
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-10-02T06:30:54.000Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||vFW ad365931-b56c 0
2022-10-02T06:30:54.021Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a583ab7a-b2ed-434a-aa3a-875d8ad10dcf
2022-10-02T06:30:54.021Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3f88f79a-be74-415f-97c8-170d305d615a from URL: /sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json
2022-10-02T06:30:54.022Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-02T06:30:54.022Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json
2022-10-02T06:30:54.084Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-02T06:30:54.084Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json 3f88f79a-be74-415f-97c8-170d305d615a 785
2022-10-02T06:30:54.085Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json ASDC sendASDCNotification
2022-10-02T06:30:54.085Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json
2022-10-02T06:30:54.085Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-02T06:30:54.086Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:30:54.088Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:30:54.089Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692254085,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:30:54.189Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-02T06:30:54.190Z||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-10-02T06:30:54.190Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:30:54.204Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:30:54.205Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-02T06:30:55.090Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwAd365931B56c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "64cb7155-29af-48fa-befa-a44e55ca9cda",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ee4548f3-6543-4396-a700-798c1bbc92cd",
"vfModuleModelCustomizationUUID": "655cbd7b-639e-4383-9e35-e7589c504a41",
"isBase": true,
"artifacts": [
"68c1ffa3-2e92-4785-aeb2-3c49b1bc1a7b",
"3f9eecf6-88e1-4ca7-9208-6e315effc796"
],
"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-10-02T06:30:55.105Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAd365931B56c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ee4548f3-6543-4396-a700-798c1bbc92cd
VfModuleModelInvariantUUID:64cb7155-29af-48fa-befa-a44e55ca9cda
VfModuleModelDescription:NULL
Artifacts UUID List:{
68c1ffa3-2e92-4785-aeb2-3c49b1bc1a7b
,
3f9eecf6-88e1-4ca7-9208-6e315effc796
}
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-10-02T06:30:55.108Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwAd365931B56c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "64cb7155-29af-48fa-befa-a44e55ca9cda",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ee4548f3-6543-4396-a700-798c1bbc92cd",
"vfModuleModelCustomizationUUID": "655cbd7b-639e-4383-9e35-e7589c504a41",
"isBase": true,
"artifacts": [
"68c1ffa3-2e92-4785-aeb2-3c49b1bc1a7b",
"3f9eecf6-88e1-4ca7-9208-6e315effc796"
],
"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-10-02T06:30:55.108Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAd365931B56c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ee4548f3-6543-4396-a700-798c1bbc92cd
VfModuleModelInvariantUUID:64cb7155-29af-48fa-befa-a44e55ca9cda
VfModuleModelDescription:NULL
Artifacts UUID List:{
68c1ffa3-2e92-4785-aeb2-3c49b1bc1a7b
,
3f9eecf6-88e1-4ca7-9208-6e315effc796
}
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-10-02T06:30:55.108Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 68c1ffa3-2e92-4785-aeb2-3c49b1bc1a7b from URL: /sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml
2022-10-02T06:30:55.109Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-02T06:30:55.109Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml
2022-10-02T06:30:55.216Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-02T06:30:55.217Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml 68c1ffa3-2e92-4785-aeb2-3c49b1bc1a7b 20368
2022-10-02T06:30:55.218Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-02T06:30:55.218Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml
2022-10-02T06:30:55.218Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-02T06:30:55.219Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:30:55.221Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:30:55.221Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692255218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:30:55.321Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-02T06:30:55.322Z||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-10-02T06:30:55.322Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:30:55.333Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:30:55.333Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-02T06:30:56.222Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3f9eecf6-88e1-4ca7-9208-6e315effc796 from URL: /sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env
2022-10-02T06:30:56.223Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-02T06:30:56.223Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env
2022-10-02T06:30:56.301Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-02T06:30:56.302Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env 3f9eecf6-88e1-4ca7-9208-6e315effc796 2098
2022-10-02T06:30:56.303Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-02T06:30:56.303Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env
2022-10-02T06:30:56.303Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-02T06:30:56.304Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:30:56.307Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:30:56.307Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692256303,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:30:56.407Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-02T06:30:56.408Z||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-10-02T06:30:56.408Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:30:56.420Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:30:56.420Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-02T06:30:57.308Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: eb5694c8-9b40-4cc7-a0a4-a7231f9db2af
2022-10-02T06:30:57.309Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ad365931-b56c 0 a583ab7a-b2ed-434a-aa3a-875d8ad10dcf 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-10-02T06:30:57.345Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ef9f4c9, org.onap.sdc.toscaparser.api.parameters.Input@4ab8cf36, org.onap.sdc.toscaparser.api.parameters.Input@4c8ff0c1, org.onap.sdc.toscaparser.api.parameters.Input@242c82e1, org.onap.sdc.toscaparser.api.parameters.Input@55827511]
2022-10-02T06:30:57.350Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:30:57.351Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-02 06-29-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:30:57.351Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-10-02T06:30:57.351Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 9627219e-d7ac-414a-8b43-525c68398500
2022-10-02T06:30:57.352Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9627219e-d7ac-414a-8b43-525c68398500 matches Tosca VF Customization UUID: 9627219e-d7ac-414a-8b43-525c68398500
2022-10-02T06:30:57.352Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 9627219e-d7ac-414a-8b43-525c68398500 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-10-02T06:30:57.368Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:30:57.369Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-02 06-29-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:30:57.371Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 9627219e-d7ac-414a-8b43-525c68398500: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-02T06:30:57.371Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@63544976
2022-10-02T06:30:57.371Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:30:57.372Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-02 06-29-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-02T06:30:57.373Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 655cbd7b-639e-4383-9e35-e7589c504a41
2022-10-02T06:30:57.374Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 655cbd7b-639e-4383-9e35-e7589c504a41
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-10-02T06:30:57.384Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:30:57.384Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vFW ad365931-b56c 0 is matching search criteria
2022-10-02T06:30:57.385Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad365931-b56c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-02T06:30:57.386Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:30:57.386Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vFW ad365931-b56c 0 is matching search criteria
2022-10-02T06:30:57.387Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad365931-b56c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-02T06:30:57.387Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:30:57.388Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vFW ad365931-b56c 0 is not matching search criteria
2022-10-02T06:30:57.388Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-02T06:30:57.388Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-02T06:30:57.389Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-02T06:30:57.389Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-02T06:30:57.389Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-02T06:30:57.390Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-02T06:30:57.390Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-02T06:30:57.391Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-02T06:30:57.391Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-02T06:30:57.391Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-02T06:30:57.392Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-02T06:30:57.392Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1fa2eadb-8f91-4d86-a345-8264560e5d33
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-10-02T06:30:57.405Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:30:57.405Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vFW ad365931-b56c 0 is matching search criteria
2022-10-02T06:30:57.405Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad365931-b56c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-02T06:30:57.406Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:30:57.406Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vFW ad365931-b56c 0 is not matching search criteria
2022-10-02T06:30:57.406Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-02T06:30:57.407Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-02T06:30:57.407Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-02T06:30:57.407Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-02T06:30:57.407Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-02T06:30:57.407Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-02T06:30:57.408Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-02T06:30:57.408Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-02T06:30:57.408Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-02T06:30:57.408Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-02T06:30:57.409Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-02T06:30:57.409Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-02T06:30:57.409Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=694e8977-d325-4f85-8ea4-bca8529754ab
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-10-02T06:30:57.412Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:30:57.413Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vFW ad365931-b56c 0 is matching search criteria
2022-10-02T06:30:57.413Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad365931-b56c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-02T06:30:57.415Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:30:57.416Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vFW ad365931-b56c 0 is not matching search criteria
2022-10-02T06:30:57.416Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-02T06:30:57.416Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-02T06:30:57.417Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-02T06:30:57.417Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-02T06:30:57.417Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-02T06:30:57.417Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-02T06:30:57.418Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-02T06:30:57.418Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-02T06:30:57.418Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-02T06:30:57.418Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-02T06:30:57.419Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-02T06:30:57.419Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-02T06:30:57.419Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3abcbe1f-1fe9-4fe6-bfc7-3c5a55607ef8
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-10-02T06:30:57.423Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:30:57.423Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vFW ad365931-b56c 0 is matching search criteria
2022-10-02T06:30:57.423Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad365931-b56c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-02T06:30:57.424Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:30:57.424Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Node template vFW ad365931-b56c 0 is matching search criteria
2022-10-02T06:30:57.424Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ad365931-b56c 0] matching following query criteria: sdcType=VF, customizationUUID=9627219e-d7ac-414a-8b43-525c68398500
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-10-02T06:30:57.426Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:30:57.426Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-02 06-29-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:30:57.427Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid eb5694c8-9b40-4cc7-a0a4-a7231f9db2af: vFW ad365931-b56c
2022-10-02T06:30:57.427Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:30:57.427Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-02 06-29-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:30:57.428Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:30:57.428Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-02 06-29-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:30:57.428Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:30:57.428Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-02 06-29-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:30:57.429Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:30:57.429Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-02 06-29-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:30:57.429Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:30:57.429Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-02 06-29-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:30:57.430Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-10-02 06-29-26
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-10-02T06:30:57.709Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ad365931-b56c a583ab7a-b2ed-434a-aa3a-875d8ad10dcf 1 ASDC deployResourceStructure
2022-10-02T06:30:57.710Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json ASDC sendASDCNotification
2022-10-02T06:30:57.711Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json
2022-10-02T06:30:57.711Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-02T06:30:57.712Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:30:57.714Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:30:57.715Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692257710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-02T06:30:57.815Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-02T06:30:57.815Z||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-10-02T06:30:57.816Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:30:57.827Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:30:57.827Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-02T06:30:58.715Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-02T06:30:58.716Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml
2022-10-02T06:30:58.716Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-02T06:30:58.717Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:30:58.719Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:30:58.719Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692258715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-10-02T06:30:58.820Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-02T06:30:58.821Z||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-10-02T06:30:58.821Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:30:58.833Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:30:58.833Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-02T06:30:59.720Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-02T06:30:59.721Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env
2022-10-02T06:30:59.721Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-02T06:30:59.722Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:30:59.724Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:30:59.724Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692259720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-10-02T06:30:59.835Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2022-10-02T06:30:59.836Z||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-10-02T06:30:59.836Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:30:59.846Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:30:59.847Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-02T06:31:00.727Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar ASDC sendASDCNotification
2022-10-02T06:31:00.727Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar
2022-10-02T06:31:00.728Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-02T06:31:00.728Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:31:00.731Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:31:00.731Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692260727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-02T06:31:00.831Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-02T06:31:00.832Z||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-10-02T06:31:00.832Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:31:00.842Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:31:00.842Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-10-02T06:31:01.732Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75a68691-7b97-4228-b35b-2356f8678de5
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-10-02T06:31:01.757Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75a68691-7b97-4228-b35b-2356f8678de5
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-10-02T06:31:01.761Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-02T06:31:01.761Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-02T06:31:01.761Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-02T06:31:31.762Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75a68691-7b97-4228-b35b-2356f8678de5
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-10-02T06:31:31.775Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75a68691-7b97-4228-b35b-2356f8678de5
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-10-02T06:31:31.779Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-02T06:31:31.779Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-02T06:31:31.780Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-02T06:31:40.533Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:31:40.534Z||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-10-02T06:31:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:31:40.608Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:31:40.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:31:40.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664692242483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:31:40.610Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:32:01.780Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75a68691-7b97-4228-b35b-2356f8678de5
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-10-02T06:32:01.792Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75a68691-7b97-4228-b35b-2356f8678de5
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-10-02T06:32:01.795Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-02T06:32:01.795Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-02T06:32:01.795Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-02T06:32:31.796Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75a68691-7b97-4228-b35b-2356f8678de5
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-10-02T06:32:31.808Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75a68691-7b97-4228-b35b-2356f8678de5
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-10-02T06:32:31.810Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-02T06:32:31.810Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-02T06:32:31.810Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-02T06:32:40.533Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:32:40.534Z||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-10-02T06:32:40.535Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:32:40.557Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:32:40.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:32:40.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692240527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:32:40.559Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:33:01.810Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75a68691-7b97-4228-b35b-2356f8678de5
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-10-02T06:33:01.822Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75a68691-7b97-4228-b35b-2356f8678de5
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-10-02T06:33:01.825Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-02T06:33:01.826Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-02T06:33:01.826Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-02T06:33:31.826Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75a68691-7b97-4228-b35b-2356f8678de5
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-10-02T06:33:31.838Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75a68691-7b97-4228-b35b-2356f8678de5
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-10-02T06:33:31.841Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-02T06:33:31.841Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-02T06:33:31.841Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-02T06:33:40.533Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:33:40.534Z||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-10-02T06:33:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:33:41.062Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:33:41.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "cds",
"timestamp": 1664692235353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar",
"status": "NOTIFIED"
}
2022-10-02T06:33:41.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:33:41.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "ves-openapi-manager",
"timestamp": 1664692240061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:33:41.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:33:41.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "clamp",
"timestamp": 1664692241689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:33:41.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:33:41.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664692243600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:33:41.072Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:33:41.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692240527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json",
"status": "NOTIFIED"
}
2022-10-02T06:33:41.072Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:33:41.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "ves-openapi-manager",
"timestamp": 1664692240061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:33:41.072Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:33:41.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.073Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "cds",
"timestamp": 1664692243233,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:33:41.073Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:33:41.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.073Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "clamp",
"timestamp": 1664692241689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json",
"status": "NOTIFIED"
}
2022-10-02T06:33:41.073Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:33:41.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.073Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692240527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-02T06:33:41.074Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:33:41.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664692244682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:33:41.074Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:33:41.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "ves-openapi-manager",
"timestamp": 1664692240061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:33:41.074Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:33:41.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "cds",
"timestamp": 1664692244258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-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-10-02T06:33:41.083Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 75a68691-7b97-4228-b35b-2356f8678de5
2022-10-02T06:33:41.084Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75a68691-7b97-4228-b35b-2356f8678de5 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-10-02T06:33:41.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "clamp",
"timestamp": 1664692241689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:33:41.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:33:41.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664692243837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:33:41.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:33:41.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692240527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:33:41.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:33:41.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664692245778,
"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-10-02T06:33:41.102Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 75a68691-7b97-4228-b35b-2356f8678de5
2022-10-02T06:33:41.102Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75a68691-7b97-4228-b35b-2356f8678de5 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-10-02T06:33:41.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "ves-openapi-manager",
"timestamp": 1664692240061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:33:41.112Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:33:41.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "clamp",
"timestamp": 1664692241689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:33:41.113Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:33:41.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664692243837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:33:41.113Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:33:41.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692240527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-02T06:33:41.114Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:33:41.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664692246783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-02T06:33:41.115Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:33:41.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "ves-openapi-manager",
"timestamp": 1664692240061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:33:41.115Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:33:41.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "clamp",
"timestamp": 1664692241689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:33:41.116Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:33:41.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664692243837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:33:41.116Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:33:41.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692240527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:33:41.116Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:33:41.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "ves-openapi-manager",
"timestamp": 1664692240061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:33:41.117Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:33:41.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "clamp",
"timestamp": 1664692241689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:33:41.117Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:33:41.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664692243837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:33:41.117Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:33:41.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692240527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar",
"status": "NOTIFIED"
}
2022-10-02T06:33:41.118Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:33:41.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "ves-openapi-manager",
"timestamp": 1664692240061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:33:41.118Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:33:41.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "clamp",
"timestamp": 1664692241689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar",
"status": "NOTIFIED"
}
2022-10-02T06:33:41.119Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:33:41.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664692243837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:33:41.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:33:41.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692248768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:33:41.120Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:33:41.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664692243837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:33:41.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:33:41.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664692243837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar",
"status": "NOTIFIED"
}
2022-10-02T06:33:41.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:33:41.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "aai-ml",
"timestamp": 1664692250210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:33:41.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:33:41.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664692251821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:33:41.122Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:33:41.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "aai-ml",
"timestamp": 1664692250210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:33:41.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:33:41.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "aai-ml",
"timestamp": 1664692250210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:33:41.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:33:41.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "aai-ml",
"timestamp": 1664692250210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:33:41.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:33:41.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692254085,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:33:41.123Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:33:41.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "aai-ml",
"timestamp": 1664692250210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:33:41.124Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:33:41.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692255218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:33:41.124Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:33:41.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "aai-ml",
"timestamp": 1664692250210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:33:41.125Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:33:41.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692256303,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:33:41.125Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:33:41.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.127Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "aai-ml",
"timestamp": 1664692250210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar",
"status": "NOTIFIED"
}
2022-10-02T06:33:41.127Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:33:41.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.127Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692257710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/vfwad365931b56c0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-02T06:33:41.127Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:33:41.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.127Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "aai-ml",
"timestamp": 1664692258095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:33:41.127Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:33:41.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692258715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-10-02T06:33:41.128Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:33:41.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692259720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/resourceInstances/vfwad365931b56c0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-10-02T06:33:41.128Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:33:41.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "clamp",
"timestamp": 1664692260573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:33:41.129Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:33:41.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664692260638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-02T06:33:41.129Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:33:41.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692260727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-02T06:33:41.129Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:33:41.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664692261645,
"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-10-02T06:33:41.136Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 75a68691-7b97-4228-b35b-2356f8678de5
2022-10-02T06:33:41.137Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75a68691-7b97-4228-b35b-2356f8678de5 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-10-02T06:33:41.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "clamp",
"timestamp": 1664692262567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-02T06:33:41.146Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:33:41.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "clamp",
"timestamp": 1664692263573,
"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-10-02T06:33:41.151Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 75a68691-7b97-4228-b35b-2356f8678de5
2022-10-02T06:33:41.151Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75a68691-7b97-4228-b35b-2356f8678de5 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-10-02T06:33:41.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.158Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "aai-ml",
"timestamp": 1664692274097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221002062926/1.0/artifacts/service-Vfw20221002062926-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-02T06:33:41.159Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:33:41.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:33:41.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "aai-ml",
"timestamp": 1664692275103,
"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-10-02T06:33:41.163Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 75a68691-7b97-4228-b35b-2356f8678de5
2022-10-02T06:33:41.163Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75a68691-7b97-4228-b35b-2356f8678de5 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-10-02T06:34:01.842Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75a68691-7b97-4228-b35b-2356f8678de5
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-10-02T06:34:01.855Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75a68691-7b97-4228-b35b-2356f8678de5
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-10-02T06:34:01.859Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-02T06:34:01.859Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-02T06:34:01.859Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-02T06:34:01.860Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-02T06:34:01.860Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-02T06:34:01.861Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-02T06:34:01.861Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-02T06:34:01.861Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-02T06:34:01.861Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-02T06:34:01.862Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-02T06:34:01.862Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||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-10-02T06:34:01.873Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-02T06:34:31.874Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 75a68691-7b97-4228-b35b-2356f8678de5 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-10-02T06:34:31.888Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 75a68691-7b97-4228-b35b-2356f8678de5 and serviceModelVersionId: eb5694c8-9b40-4cc7-a0a4-a7231f9db2af
2022-10-02T06:34:31.889Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 117df47f-5a1f-45ff-b95f-ed311453dcc3
2022-10-02T06:34:40.533Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:34:40.534Z||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-10-02T06:34:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:34:44.163Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:34:44.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:34:44.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "cds",
"timestamp": 1664692475361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:34:44.165Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:34:47.036Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/117df47f-5a1f-45ff-b95f-ed311453dcc3/model-vers/model-ver/eb5694c8-9b40-4cc7-a0a4-a7231f9db2af?depth=0
2022-10-02T06:34:47.156Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-10-02T06:34:47.674Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/117df47f-5a1f-45ff-b95f-ed311453dcc3/model-vers/model-ver/eb5694c8-9b40-4cc7-a0a4-a7231f9db2af?depth=0|INFO|500||Invoke
2022-10-02T06:34:47.681Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/117df47f-5a1f-45ff-b95f-ed311453dcc3/model-vers/model-ver/eb5694c8-9b40-4cc7-a0a4-a7231f9db2af?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/117df47f-5a1f-45ff-b95f-ed311453dcc3/model-vers/model-ver/eb5694c8-9b40-4cc7-a0a4-a7231f9db2af?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[75a68691-7b97-4228-b35b-2356f8678de5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fe92e0c4-c19c-449c-a3fb-a7a8cb9b744f], X-ECOMP-RequestID=[75a68691-7b97-4228-b35b-2356f8678de5], X-TransactionId=[], X-ONAP-RequestID=[75a68691-7b97-4228-b35b-2356f8678de5], Content-Type=[application/merge-patch+json]}
2022-10-02T06:34:47.798Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/117df47f-5a1f-45ff-b95f-ed311453dcc3/model-vers/model-ver/eb5694c8-9b40-4cc7-a0a4-a7231f9db2af?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-02T06:34:48.094Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/117df47f-5a1f-45ff-b95f-ed311453dcc3/model-vers/model-ver/eb5694c8-9b40-4cc7-a0a4-a7231f9db2af?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/117df47f-5a1f-45ff-b95f-ed311453dcc3/model-vers/model-ver/eb5694c8-9b40-4cc7-a0a4-a7231f9db2af?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221002-06:34:48:626-73990], vertex-id=[151576], Content-Length=[0], Date=[Sun, 02 Oct 2022 06:34:48 GMT], Content-Type=[application/json]}
2022-10-02T06:34:48.096Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/117df47f-5a1f-45ff-b95f-ed311453dcc3/model-vers/model-ver/eb5694c8-9b40-4cc7-a0a4-a7231f9db2af?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-02T06:34:48.097Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/117df47f-5a1f-45ff-b95f-ed311453dcc3/model-vers/model-ver/eb5694c8-9b40-4cc7-a0a4-a7231f9db2af?depth=0|INFO|500||InvokeReturn
2022-10-02T06:34:48.100Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-02T06:34:48.100Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||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-10-02T06:34:48.107Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||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-10-02T06:34:48.109Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 75a68691-7b97-4228-b35b-2356f8678de5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-02T06:34:48.110Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-02T06:34:48.110Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:34:48.112Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:34:48.112Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692488109,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-02T06:34:48.212Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-02T06:34:48.214Z||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-10-02T06:34:48.214Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:34:48.242Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:34:48.243Z||pool-18-thread-1|||||INFO|500||cambria reply ok (30 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-10-02T06:34:49.125Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:34:49.125Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:34:49.125Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:34:53.570Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:34:53.571Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-02T06:34:53.571Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"86d1c201-7414-4d8d-8fb4-551227ef78b0","serviceName":"basic_onboard_NVnAqD","serviceVersion":"1.0","serviceUUID":"cbb0f4b8-5ef6-4722-8715-6d8dfde87d6a","serviceDescription":"service","serviceInvariantUUID":"798ded65-92e1-4c8e-9757-7afe67ec1483","resources":[{"resourceInstanceName":"basic_onboard_NVnAqD 0","resourceName":"basic_onboard_NVnAqD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b48b91bc-e02a-417f-a5e9-e6ef01e6f488","resourceInvariantUUID":"ba20f4e4-7878-4381-9a3e-cfdba7d4e8e6","resourceCustomizationUUID":"3c6f6bd5-e7c1-4547-9873-ad0fb5a0baff","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/vf-license-model.xml","artifactChecksum":"NmYzNjU0NWY4MmZkYzgxMjM5MjEzZDNmODI2NTVkOTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e94136ba-cadf-47a4-9996-e34210448418","artifactVersion":"1"},{"artifactName":"basic_onboard_nvnaqd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json","artifactChecksum":"OWI1ZDkzZGJlYjdjMjFmZmVmOWFmMTY1NTYwNDM0NDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5382bb7d-23df-46b8-9c77-d7d871d313a5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bc284668-bb29-48a2-9843-7b813f300155","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e733a487-5d85-4135-8327-4e01c40a8396","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0e66d22f-696d-476c-8f5c-243b765ddafe","artifactVersion":"2","generatedFromUUID":"bc284668-bb29-48a2-9843-7b813f300155"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNvnaqd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-template.yml","artifactChecksum":"OTUzYWZjMzllNmRhOWMxMTQ4N2Y1OGRkNzBmYzJhYmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6306c1a1-cc60-4b00-ba5f-f997f27e9b17","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNvnaqd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar","artifactChecksum":"M2YwNDMzZTY4Y2U5ZjM4ZTcyN2FhZGEwN2RlNGMxYzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c8c3204-5aa4-4179-9df9-5fbb59d865f0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-02T06:34:53.574Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-02T06:34:53.574Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:34:53.576Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:34:53.577Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692489125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:34:53.677Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-02T06:34:53.678Z||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-10-02T06:34:53.678Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:34:53.688Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:34:53.688Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-02T06:34:54.577Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-02T06:34:54.578Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:34:54.580Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:34:54.580Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692489125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json",
"status": "NOTIFIED"
}
2022-10-02T06:34:54.680Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-02T06:34:54.681Z||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-10-02T06:34:54.682Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:34:54.692Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:34:54.692Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-10-02T06:34:55.581Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-02T06:34:55.582Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:34:55.584Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:34:55.584Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692489125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-02T06:34:55.684Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-02T06:34:55.685Z||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-10-02T06:34:55.686Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:34:55.695Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:34:55.696Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-02T06:34:56.585Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-02T06:34:56.587Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:34:56.589Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:34:56.589Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692489125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:34:56.690Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-02T06:34:56.691Z||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-10-02T06:34:56.691Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:34:56.702Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:34:56.702Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-02T06:34:57.590Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-02T06:34:57.591Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:34:57.593Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:34:57.594Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692489125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-02T06:34:57.694Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-02T06:34:57.695Z||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-10-02T06:34:57.695Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:34:57.709Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:34:57.710Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-02T06:34:58.595Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-02T06:34:58.596Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:34:58.598Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:34:58.598Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692489125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:34:58.698Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-02T06:34:58.699Z||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-10-02T06:34:58.699Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:34:58.713Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:34:58.714Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-02T06:34:59.599Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-02T06:34:59.600Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:34:59.602Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:34:59.602Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692489125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar",
"status": "NOTIFIED"
}
2022-10-02T06:34:59.702Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-02T06:34:59.703Z||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-10-02T06:34:59.703Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:34:59.712Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:34:59.713Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-10-02T06:35:00.604Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"serviceName": "basic_onboard_NVnAqD",
"serviceVersion": "1.0",
"serviceUUID": "cbb0f4b8-5ef6-4722-8715-6d8dfde87d6a",
"serviceDescription": "service",
"serviceInvariantUUID": "798ded65-92e1-4c8e-9757-7afe67ec1483",
"resources": [
{
"resourceInstanceName": "basic_onboard_NVnAqD 0",
"resourceCustomizationUUID": "3c6f6bd5-e7c1-4547-9873-ad0fb5a0baff",
"resourceName": "basic_onboard_NVnAqD",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b48b91bc-e02a-417f-a5e9-e6ef01e6f488",
"resourceInvariantUUID": "ba20f4e4-7878-4381-9a3e-cfdba7d4e8e6",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_nvnaqd0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json",
"artifactChecksum": "OWI1ZDkzZGJlYjdjMjFmZmVmOWFmMTY1NTYwNDM0NDg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5382bb7d-23df-46b8-9c77-d7d871d313a5",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "bc284668-bb29-48a2-9843-7b813f300155",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0e66d22f-696d-476c-8f5c-243b765ddafe",
"generatedFromUUID": "bc284668-bb29-48a2-9843-7b813f300155"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0e66d22f-696d-476c-8f5c-243b765ddafe",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardNvnaqd-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar",
"artifactChecksum": "M2YwNDMzZTY4Y2U5ZjM4ZTcyN2FhZGEwN2RlNGMxYzI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0c8c3204-5aa4-4179-9df9-5fbb59d865f0"
}
],
"workloadContext": "Production"
}
2022-10-02T06:35:00.604Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-02T06:35:00.604Z|75a68691-7b97-4228-b35b-2356f8678de5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cbb0f4b8-5ef6-4722-8715-6d8dfde87d6a ASDC
2022-10-02T06:35:00.604Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:86d1c201-7414-4d8d-8fb4-551227ef78b0
ServiceName:basic_onboard_NVnAqD
ServiceVersion:1.0
ServiceUUID:cbb0f4b8-5ef6-4722-8715-6d8dfde87d6a
ServiceInvariantUUID:798ded65-92e1-4c8e-9757-7afe67ec1483
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNvnaqd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar
ArtifactUUID:0c8c3204-5aa4-4179-9df9-5fbb59d865f0
ArtifactChecksum:M2YwNDMzZTY4Y2U5ZjM4ZTcyN2FhZGEwN2RlNGMxYzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_NVnAqD 0
ResourceCustomizationUUID:3c6f6bd5-e7c1-4547-9873-ad0fb5a0baff
ResourceInvariantUUID:ba20f4e4-7878-4381-9a3e-cfdba7d4e8e6
ResourceName:basic_onboard_NVnAqD
ResourceType:VF
ResourceUUID:b48b91bc-e02a-417f-a5e9-e6ef01e6f488
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_nvnaqd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json
ArtifactUUID:5382bb7d-23df-46b8-9c77-d7d871d313a5
ArtifactChecksum:OWI1ZDkzZGJlYjdjMjFmZmVmOWFmMTY1NTYwNDM0NDg=
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/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:bc284668-bb29-48a2-9843-7b813f300155
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/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env
ArtifactUUID:0e66d22f-696d-476c-8f5c-243b765ddafe
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/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env
ArtifactUUID:0e66d22f-696d-476c-8f5c-243b765ddafe
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-02T06:35:00.604Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cbb0f4b8-5ef6-4722-8715-6d8dfde87d6a 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-10-02T06:35:00.636Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-02T06:35:00.636Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-02T06:35:00.636Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-02T06:35:00.637Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0c8c3204-5aa4-4179-9df9-5fbb59d865f0 from URL: /sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar
2022-10-02T06:35:00.637Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-02T06:35:00.637Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar
2022-10-02T06:35:00.725Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-02T06:35:00.728Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar 0c8c3204-5aa4-4179-9df9-5fbb59d865f0 75307
2022-10-02T06:35:00.729Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar ASDC sendASDCNotification
2022-10-02T06:35:00.729Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar
2022-10-02T06:35:00.729Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-02T06:35:00.729Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:35:00.731Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:35:00.731Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692500729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:35:00.831Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-02T06:35:00.832Z||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-10-02T06:35:00.832Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:35:00.842Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:35:00.843Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-02T06:35:01.731Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-02T06:35:01.732Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-02T06:35:01.733Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 0c8c3204-5aa4-4179-9df9-5fbb59d865f0, URL: /sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar to file: /app/ASDC/1/service-BasicOnboardNvnaqd-csar.csar
2022-10-02T06:35:01.733Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNvnaqd-csar.csar
2022-10-02T06:35:01.734Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNvnaqd-csar.csar
2022-10-02T06:35:01.734Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNvnaqd-csar.csar
2022-10-02T06:35:01.882Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4538618767401749494/Definitions/service-BasicOnboardNvnaqd-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_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-10-02T06:35:03.181Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-02T06:35:03.182Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-02T06:35:03.182Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNvnaqd-csar.csar
2022-10-02T06:35:03.182Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-02T06:35:03.182Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardNvnaqd-csar.csar
2022-10-02T06:35:03.182Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNvnaqd-csar.csar
2022-10-02T06:35:03.182Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNvnaqd-csar.csar
2022-10-02T06:35:03.182Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNvnaqd-csar.csar
2022-10-02T06:35:03.182Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNvnaqd-csar.csar
2022-10-02T06:35:03.183Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_NVnAqD 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardNvnaqd-csar.csar
2022-10-02T06:35:03.183Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardNvnaqd-csar.csar
2022-10-02T06:35:03.183Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-02T06:35:03.183Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:35:03.183Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVnAqD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:35:03.183Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVnAqD 0 is matching search criteria
2022-10-02T06:35:03.183Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-02T06:35:03.184Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NVnAqD 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-02T06:35:03.184Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:35:03.184Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVnAqD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:35:03.184Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVnAqD 0 is matching search criteria
2022-10-02T06:35:03.184Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-02T06:35:03.184Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NVnAqD 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-02T06:35:03.185Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:35:03.185Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVnAqD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:35:03.185Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:35:03.185Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVnAqD 0 is not matching search criteria
2022-10-02T06:35:03.185Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-02T06:35:03.186Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-02T06:35:03.186Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-02T06:35:03.186Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-02T06:35:03.186Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-02T06:35:03.186Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:35:03.186Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVnAqD is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-02T06:35:03.187Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:35:03.187Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVnAqD 0 is matching search criteria
2022-10-02T06:35:03.187Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NVnAqD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-02T06:35:03.187Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:35:03.187Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVnAqD 0 is matching search criteria
2022-10-02T06:35:03.187Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NVnAqD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-02T06:35:03.188Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:35:03.188Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVnAqD 0 is matching search criteria
2022-10-02T06:35:03.188Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NVnAqD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-02T06:35:03.188Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:35:03.188Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVnAqD 0 is not matching search criteria
2022-10-02T06:35:03.189Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-02T06:35:03.189Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-02T06:35:03.189Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e72cd84e-d7bb-408d-88de-6d915b782b5e
2022-10-02T06:35:03.189Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:35:03.189Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVnAqD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:35:03.189Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:35:03.189Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVnAqD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:35:03.190Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:35:03.190Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVnAqD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:35:03.190Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:35:03.190Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVnAqD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:35:03.190Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_NVnAqD
Description:service
Model UUID:cbb0f4b8-5ef6-4722-8715-6d8dfde87d6a
Model Version:NULL
Model InvariantUuid:798ded65-92e1-4c8e-9757-7afe67ec1483
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_NVnAqD
Model UUID:d934dda3-dbee-476f-8aea-adf673081762
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ba20f4e4-7878-4381-9a3e-cfdba7d4e8e6
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:3c6f6bd5-e7c1-4547-9873-ad0fb5a0baff
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:3c4b420b-22bd-4d2f-b803-ab9931855766
ModelName:BasicOnboardNvnaqd..base_ubuntu18..module-0
ModelUuid:553047b0-0b5b-4683-8283-11f4677d2ebb
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e72cd84e-d7bb-408d-88de-6d915b782b5e
ModelInvariantUuid:958532ec-f17a-4135-8538-519ae8912edb
ModelName:basic_onboard_NVnAqD-nodes.ubuntu18Cvfc
ModelUuid:0894be6d-c40b-497f-9eb1-335710da4dc1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:2466982a-8ce7-4881-9799-7201f27d6001
ModelInvariantUuid:4771ca66-df7b-4996-9b82-dfa332e38c3c
ModelName:BasicOnboardNvnaqd.compute.nodes.heat.ubuntu18
ModelUuid:f2bfb7e3-bbce-4796-95c9-6b2a63ae7f83
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-10-02T06:35:03.199Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: b48b91bc-e02a-417f-a5e9-e6ef01e6f488
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-10-02T06:35:03.201Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||basic_onboard_NVnAqD 0
2022-10-02T06:35:03.201Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b48b91bc-e02a-417f-a5e9-e6ef01e6f488
2022-10-02T06:35:03.201Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5382bb7d-23df-46b8-9c77-d7d871d313a5 from URL: /sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json
2022-10-02T06:35:03.201Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-02T06:35:03.202Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json
2022-10-02T06:35:03.362Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-02T06:35:03.362Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json 5382bb7d-23df-46b8-9c77-d7d871d313a5 798
2022-10-02T06:35:03.363Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json ASDC sendASDCNotification
2022-10-02T06:35:03.363Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json
2022-10-02T06:35:03.363Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-02T06:35:03.363Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:35:03.365Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:35:03.366Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692503363,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:35:03.466Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-02T06:35:03.467Z||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-10-02T06:35:03.467Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:35:03.484Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:35:03.485Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-02T06:35:04.366Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNvnaqd..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "3c4b420b-22bd-4d2f-b803-ab9931855766",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "553047b0-0b5b-4683-8283-11f4677d2ebb",
"vfModuleModelCustomizationUUID": "7ef4f1a5-d35c-4869-b998-cc32fd8f10a7",
"isBase": true,
"artifacts": [
"bc284668-bb29-48a2-9843-7b813f300155",
"0e66d22f-696d-476c-8f5c-243b765ddafe"
],
"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-10-02T06:35:04.371Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNvnaqd..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:553047b0-0b5b-4683-8283-11f4677d2ebb
VfModuleModelInvariantUUID:3c4b420b-22bd-4d2f-b803-ab9931855766
VfModuleModelDescription:NULL
Artifacts UUID List:{
bc284668-bb29-48a2-9843-7b813f300155
,
0e66d22f-696d-476c-8f5c-243b765ddafe
}
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-10-02T06:35:04.373Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNvnaqd..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "3c4b420b-22bd-4d2f-b803-ab9931855766",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "553047b0-0b5b-4683-8283-11f4677d2ebb",
"vfModuleModelCustomizationUUID": "7ef4f1a5-d35c-4869-b998-cc32fd8f10a7",
"isBase": true,
"artifacts": [
"bc284668-bb29-48a2-9843-7b813f300155",
"0e66d22f-696d-476c-8f5c-243b765ddafe"
],
"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-10-02T06:35:04.373Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNvnaqd..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:553047b0-0b5b-4683-8283-11f4677d2ebb
VfModuleModelInvariantUUID:3c4b420b-22bd-4d2f-b803-ab9931855766
VfModuleModelDescription:NULL
Artifacts UUID List:{
bc284668-bb29-48a2-9843-7b813f300155
,
0e66d22f-696d-476c-8f5c-243b765ddafe
}
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-10-02T06:35:04.373Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bc284668-bb29-48a2-9843-7b813f300155 from URL: /sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml
2022-10-02T06:35:04.373Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-02T06:35:04.374Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml
2022-10-02T06:35:04.581Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-02T06:35:04.582Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml bc284668-bb29-48a2-9843-7b813f300155 5033
2022-10-02T06:35:04.582Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-02T06:35:04.582Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml
2022-10-02T06:35:04.582Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-02T06:35:04.583Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:35:04.585Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:35:04.585Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692504582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:35:04.685Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-02T06:35:04.686Z||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-10-02T06:35:04.686Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:35:04.723Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:35:04.723Z||pool-28-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-10-02T06:35:05.586Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0e66d22f-696d-476c-8f5c-243b765ddafe from URL: /sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env
2022-10-02T06:35:05.586Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-02T06:35:05.587Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env
2022-10-02T06:35:05.766Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-02T06:35:05.767Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env 0e66d22f-696d-476c-8f5c-243b765ddafe 909
2022-10-02T06:35:05.767Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-02T06:35:05.767Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env
2022-10-02T06:35:05.767Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-02T06:35:05.768Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:35:05.770Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:35:05.770Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692505767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:35:05.870Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-02T06:35:05.871Z||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-10-02T06:35:05.871Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:35:05.891Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:35:05.892Z||pool-29-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-10-02T06:35:06.770Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: cbb0f4b8-5ef6-4722-8715-6d8dfde87d6a
2022-10-02T06:35:06.771Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_NVnAqD 0 b48b91bc-e02a-417f-a5e9-e6ef01e6f488 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-10-02T06:35:06.785Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4332c252, org.onap.sdc.toscaparser.api.parameters.Input@32154e29, org.onap.sdc.toscaparser.api.parameters.Input@fecc39, org.onap.sdc.toscaparser.api.parameters.Input@9b3a0b2, org.onap.sdc.toscaparser.api.parameters.Input@5cc6c384]
2022-10-02T06:35:06.786Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:35:06.787Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVnAqD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:35:06.787Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-10-02T06:35:06.787Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 3c6f6bd5-e7c1-4547-9873-ad0fb5a0baff
2022-10-02T06:35:06.787Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3c6f6bd5-e7c1-4547-9873-ad0fb5a0baff matches Tosca VF Customization UUID: 3c6f6bd5-e7c1-4547-9873-ad0fb5a0baff
2022-10-02T06:35:06.788Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 3c6f6bd5-e7c1-4547-9873-ad0fb5a0baff 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-10-02T06:35:06.790Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:35:06.790Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVnAqD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:35:06.791Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 3c6f6bd5-e7c1-4547-9873-ad0fb5a0baff: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-02T06:35:06.791Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2671b941
2022-10-02T06:35:06.791Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:35:06.791Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVnAqD is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-02T06:35:06.792Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7ef4f1a5-d35c-4869-b998-cc32fd8f10a7
2022-10-02T06:35:06.792Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7ef4f1a5-d35c-4869-b998-cc32fd8f10a7
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-10-02T06:35:06.794Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:35:06.794Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVnAqD 0 is matching search criteria
2022-10-02T06:35:06.795Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NVnAqD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-02T06:35:06.795Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:35:06.795Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVnAqD 0 is matching search criteria
2022-10-02T06:35:06.795Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NVnAqD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-02T06:35:06.795Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:35:06.796Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVnAqD 0 is not matching search criteria
2022-10-02T06:35:06.796Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-02T06:35:06.796Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-02T06:35:06.796Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e72cd84e-d7bb-408d-88de-6d915b782b5e
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-10-02T06:35:06.798Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:35:06.798Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVnAqD 0 is matching search criteria
2022-10-02T06:35:06.798Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NVnAqD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-02T06:35:06.798Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:35:06.799Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NVnAqD 0 is matching search criteria
2022-10-02T06:35:06.799Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NVnAqD 0] matching following query criteria: sdcType=VF, customizationUUID=3c6f6bd5-e7c1-4547-9873-ad0fb5a0baff
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-10-02T06:35:06.800Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:35:06.800Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVnAqD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:35:06.801Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid cbb0f4b8-5ef6-4722-8715-6d8dfde87d6a: basic_onboard_NVnAqD
2022-10-02T06:35:06.801Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:35:06.801Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVnAqD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:35:06.801Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:35:06.801Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVnAqD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:35:06.802Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:35:06.802Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVnAqD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:35:06.802Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:35:06.802Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVnAqD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:35:06.802Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:35:06.802Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NVnAqD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:35:06.803Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_NVnAqD
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-10-02T06:35:06.887Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_NVnAqD b48b91bc-e02a-417f-a5e9-e6ef01e6f488 1 ASDC deployResourceStructure
2022-10-02T06:35:06.887Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json ASDC sendASDCNotification
2022-10-02T06:35:06.888Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json
2022-10-02T06:35:06.888Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-02T06:35:06.888Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:35:06.890Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:35:06.890Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692506887,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-02T06:35:06.991Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-02T06:35:06.992Z||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-10-02T06:35:06.992Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:35:07.012Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:35:07.012Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-10-02T06:35:07.891Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-02T06:35:07.892Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml
2022-10-02T06:35:07.892Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-02T06:35:07.892Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:35:07.894Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:35:07.894Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692507891,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-02T06:35:07.994Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-02T06:35:07.998Z||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-10-02T06:35:07.998Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:35:08.009Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:35:08.009Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-02T06:35:08.895Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-02T06:35:08.896Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env
2022-10-02T06:35:08.896Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-02T06:35:08.896Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:35:08.898Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:35:08.898Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692508895,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-02T06:35:08.999Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-02T06:35:09.000Z||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-10-02T06:35:09.000Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:35:09.010Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:35:09.010Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-10-02T06:35:09.899Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar ASDC sendASDCNotification
2022-10-02T06:35:09.900Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar
2022-10-02T06:35:09.900Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-02T06:35:09.900Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:35:09.902Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:35:09.902Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692509899,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-02T06:35:10.002Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-02T06:35:10.003Z||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-10-02T06:35:10.003Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:35:10.014Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:35:10.015Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-02T06:35:10.903Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86d1c201-7414-4d8d-8fb4-551227ef78b0
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-10-02T06:35:10.913Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86d1c201-7414-4d8d-8fb4-551227ef78b0
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-10-02T06:35:10.916Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-02T06:35:10.917Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-02T06:35:10.917Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-02T06:35:40.534Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:35:40.535Z||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-10-02T06:35:40.535Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:35:40.558Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:35:40.558Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:35:40.558Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "ves-openapi-manager",
"timestamp": 1664692480061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:35:40.559Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:35:40.917Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86d1c201-7414-4d8d-8fb4-551227ef78b0
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-10-02T06:35:40.929Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86d1c201-7414-4d8d-8fb4-551227ef78b0
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-10-02T06:35:40.935Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-02T06:35:40.935Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-02T06:35:40.936Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-02T06:36:10.936Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86d1c201-7414-4d8d-8fb4-551227ef78b0
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-10-02T06:36:10.950Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86d1c201-7414-4d8d-8fb4-551227ef78b0
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-10-02T06:36:10.952Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-02T06:36:10.953Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-02T06:36:10.953Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-02T06:36:40.534Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:36:40.537Z||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-10-02T06:36:40.537Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:36:40.566Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:36:40.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:36:40.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "clamp",
"timestamp": 1664692481689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:36:40.569Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:36:40.953Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86d1c201-7414-4d8d-8fb4-551227ef78b0
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-10-02T06:36:40.971Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86d1c201-7414-4d8d-8fb4-551227ef78b0
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-10-02T06:36:40.999Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-02T06:36:40.999Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-02T06:36:41.000Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-02T06:37:11.000Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86d1c201-7414-4d8d-8fb4-551227ef78b0
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-10-02T06:37:11.019Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86d1c201-7414-4d8d-8fb4-551227ef78b0
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-10-02T06:37:11.021Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-02T06:37:11.021Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-02T06:37:11.021Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-02T06:37:40.533Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:37:40.535Z||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-10-02T06:37:40.535Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:37:41.023Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86d1c201-7414-4d8d-8fb4-551227ef78b0
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-10-02T06:37:41.033Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86d1c201-7414-4d8d-8fb4-551227ef78b0
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-10-02T06:37:41.035Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-02T06:37:41.035Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-02T06:37:41.035Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-02T06:37:41.087Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:37:41.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.090Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664692483837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:37:41.091Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "ves-openapi-manager",
"timestamp": 1664692480061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:37:41.092Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.092Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.092Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "cds",
"timestamp": 1664692475361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:37:41.092Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.092Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.092Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "clamp",
"timestamp": 1664692481689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json",
"status": "NOTIFIED"
}
2022-10-02T06:37:41.099Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664692483837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:37:41.099Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664692486410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:37:41.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "ves-openapi-manager",
"timestamp": 1664692480061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:37:41.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "cds",
"timestamp": 1664692475361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:37:41.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "clamp",
"timestamp": 1664692481689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:37:41.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664692483837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:37:41.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664692486410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json",
"status": "NOTIFIED"
}
2022-10-02T06:37:41.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "cds",
"timestamp": 1664692475361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:37:41.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "ves-openapi-manager",
"timestamp": 1664692480061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:37:41.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "clamp",
"timestamp": 1664692481689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:37:41.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664692483837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:37:41.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664692486410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-02T06:37:41.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "cds",
"timestamp": 1664692475361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:37:41.122Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "ves-openapi-manager",
"timestamp": 1664692480061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:37:41.123Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "clamp",
"timestamp": 1664692481689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:37:41.124Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75a68691-7b97-4228-b35b-2356f8678de5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692488109,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-02T06:37:41.124Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:37:41.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664692483837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:37:41.125Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664692486410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:37:41.126Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "cds",
"timestamp": 1664692475361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:37:41.127Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "ves-openapi-manager",
"timestamp": 1664692480061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:37:41.129Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.129Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.129Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "clamp",
"timestamp": 1664692481689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:37:41.130Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.130Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.130Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664692483837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:37:41.130Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.131Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664692486410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-02T06:37:41.131Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.131Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "cds",
"timestamp": 1664692475361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar",
"status": "NOTIFIED"
}
2022-10-02T06:37:41.131Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "ves-openapi-manager",
"timestamp": 1664692480061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:37:41.132Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "clamp",
"timestamp": 1664692481689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar",
"status": "NOTIFIED"
}
2022-10-02T06:37:41.132Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664692483837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar",
"status": "NOTIFIED"
}
2022-10-02T06:37:41.133Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664692486410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:37:41.133Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "aai-ml",
"timestamp": 1664692490210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:37:41.134Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "cds",
"timestamp": 1664692491911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:37:41.136Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:37:41.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664692491712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:37:41.137Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:37:41.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.147Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664692486410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar",
"status": "NOTIFIED"
}
2022-10-02T06:37:41.147Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.148Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "aai-ml",
"timestamp": 1664692490210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:37:41.148Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.148Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.149Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "cds",
"timestamp": 1664692492922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-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-10-02T06:37:41.155Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 86d1c201-7414-4d8d-8fb4-551227ef78b0
2022-10-02T06:37:41.155Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86d1c201-7414-4d8d-8fb4-551227ef78b0 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-10-02T06:37:41.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664692494197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:37:41.170Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:37:41.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "aai-ml",
"timestamp": 1664692490210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:37:41.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692489125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:37:41.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664692495285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:37:41.172Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:37:41.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "aai-ml",
"timestamp": 1664692490210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:37:41.172Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.173Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692489125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json",
"status": "NOTIFIED"
}
2022-10-02T06:37:41.173Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.174Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664692495151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-02T06:37:41.174Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:37:41.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.174Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664692496367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:37:41.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:37:41.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "aai-ml",
"timestamp": 1664692490210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:37:41.175Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692489125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-02T06:37:41.176Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.176Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664692496157,
"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-10-02T06:37:41.181Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 86d1c201-7414-4d8d-8fb4-551227ef78b0
2022-10-02T06:37:41.181Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86d1c201-7414-4d8d-8fb4-551227ef78b0 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-10-02T06:37:41.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664692497393,
"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-10-02T06:37:41.200Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 86d1c201-7414-4d8d-8fb4-551227ef78b0
2022-10-02T06:37:41.200Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86d1c201-7414-4d8d-8fb4-551227ef78b0 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-10-02T06:37:41.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "aai-ml",
"timestamp": 1664692490210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:37:41.209Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.209Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.209Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692489125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:37:41.210Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.210Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.210Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664692498398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-02T06:37:41.210Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:37:41.210Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.210Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "aai-ml",
"timestamp": 1664692490210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar",
"status": "NOTIFIED"
}
2022-10-02T06:37:41.210Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.211Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.211Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692489125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-02T06:37:41.211Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.211Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.211Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "aai-ml",
"timestamp": 1664692498079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:37:41.211Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:37:41.211Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.211Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692489125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:37:41.212Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.212Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.212Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "clamp",
"timestamp": 1664692499581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:37:41.212Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:37:41.212Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.212Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692489125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar",
"status": "NOTIFIED"
}
2022-10-02T06:37:41.213Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-02T06:37:41.213Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.213Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692500729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:37:41.213Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:37:41.213Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.213Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "clamp",
"timestamp": 1664692502582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-02T06:37:41.214Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:37:41.214Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.214Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "clamp",
"timestamp": 1664692503590,
"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-10-02T06:37:41.220Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 86d1c201-7414-4d8d-8fb4-551227ef78b0
2022-10-02T06:37:41.220Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86d1c201-7414-4d8d-8fb4-551227ef78b0 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-10-02T06:37:41.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.236Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692503363,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:37:41.236Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:37:41.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.236Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692504582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:37:41.237Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:37:41.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692505767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:37:41.237Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:37:41.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "aai-ml",
"timestamp": 1664692506687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-02T06:37:41.237Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:37:41.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692506887,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/basic_onboard_nvnaqd0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-02T06:37:41.238Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:37:41.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "aai-ml",
"timestamp": 1664692507693,
"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-10-02T06:37:41.243Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 86d1c201-7414-4d8d-8fb4-551227ef78b0
2022-10-02T06:37:41.243Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86d1c201-7414-4d8d-8fb4-551227ef78b0 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-10-02T06:37:41.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692507891,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-02T06:37:41.259Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:37:41.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692508895,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/resourceInstances/basic_onboard_nvnaqd0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-02T06:37:41.260Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:37:41.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:37:41.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692509899,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNvnaqd/1.0/artifacts/service-BasicOnboardNvnaqd-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-02T06:37:41.260Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:38:11.036Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86d1c201-7414-4d8d-8fb4-551227ef78b0
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-10-02T06:38:11.048Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86d1c201-7414-4d8d-8fb4-551227ef78b0
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-10-02T06:38:11.053Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-02T06:38:11.054Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-02T06:38:11.054Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-02T06:38:11.054Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-02T06:38:11.054Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-02T06:38:11.055Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-02T06:38:11.056Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-02T06:38:11.056Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-02T06:38:11.063Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-02T06:38:11.063Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-02T06:38:11.064Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||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-10-02T06:38:11.077Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-02T06:38:40.533Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:38:40.534Z||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-10-02T06:38:40.535Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:38:41.078Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 86d1c201-7414-4d8d-8fb4-551227ef78b0 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-10-02T06:38:41.089Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 86d1c201-7414-4d8d-8fb4-551227ef78b0 and serviceModelVersionId: cbb0f4b8-5ef6-4722-8715-6d8dfde87d6a
2022-10-02T06:38:41.089Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 798ded65-92e1-4c8e-9757-7afe67ec1483
2022-10-02T06:38:41.092Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/798ded65-92e1-4c8e-9757-7afe67ec1483/model-vers/model-ver/cbb0f4b8-5ef6-4722-8715-6d8dfde87d6a?depth=0
2022-10-02T06:38:41.113Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-10-02T06:38:41.217Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/798ded65-92e1-4c8e-9757-7afe67ec1483/model-vers/model-ver/cbb0f4b8-5ef6-4722-8715-6d8dfde87d6a?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-10-02T06:38:41.219Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/798ded65-92e1-4c8e-9757-7afe67ec1483/model-vers/model-ver/cbb0f4b8-5ef6-4722-8715-6d8dfde87d6a?depth=0|INFO|500||Invoke
2022-10-02T06:38:41.253Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/798ded65-92e1-4c8e-9757-7afe67ec1483/model-vers/model-ver/cbb0f4b8-5ef6-4722-8715-6d8dfde87d6a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-02T06:38:41.427Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/798ded65-92e1-4c8e-9757-7afe67ec1483/model-vers/model-ver/cbb0f4b8-5ef6-4722-8715-6d8dfde87d6a?depth=0|INFO|500||InvokeReturn
2022-10-02T06:38:41.428Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/798ded65-92e1-4c8e-9757-7afe67ec1483/model-vers/model-ver/cbb0f4b8-5ef6-4722-8715-6d8dfde87d6a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221002-06:38:42:080-22996], vertex-id=[172128], Content-Length=[0], Date=[Sun, 02 Oct 2022 06:38:42 GMT], Content-Type=[application/json]}
2022-10-02T06:38:41.428Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-10-02T06:38:41.428Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-02T06:38:41.428Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||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-10-02T06:38:41.436Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||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-10-02T06:38:41.437Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 86d1c201-7414-4d8d-8fb4-551227ef78b0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-02T06:38:41.437Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-02T06:38:41.438Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:38:41.442Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:38:41.442Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692721437,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-02T06:38:41.542Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-02T06:38:41.543Z||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-10-02T06:38:41.543Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:38:41.554Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:38:41.555Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-02T06:38:42.171Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:38:42.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-02T06:38:42.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86d1c201-7414-4d8d-8fb4-551227ef78b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664692721437,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-02T06:38:42.173Z||pool-2-thread-1|||||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-10-02T06:38:42.459Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:38:42.459Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:38:42.460Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:38:52.769Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:38:52.770Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:38:52.770Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:38:52.771Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:39:02.314Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:39:02.315Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:39:02.316Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:39:02.316Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:39:11.854Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:39:11.855Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:39:11.855Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:39:11.855Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:39:21.394Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:39:21.395Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:39:21.396Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:39:21.396Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:39:30.932Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:39:30.933Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:39:30.933Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:39:30.934Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:39:40.481Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:39:40.482Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:39:40.483Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:39:40.483Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:39:40.533Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:39:40.534Z||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-10-02T06:39:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:39:50.029Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:39:50.030Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:39:50.031Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:39:50.031Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:39:50.099Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:39:59.592Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:40:40.527Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:40:40.528Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:40:40.528Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:40:40.533Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:40:40.534Z||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-10-02T06:40:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:40:50.074Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:40:50.074Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:41:40.527Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:41:40.528Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:41:40.528Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:41:40.533Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:41:40.534Z||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-10-02T06:41:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:41:50.071Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:41:50.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:42:40.527Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:42:40.528Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:42:40.528Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:42:40.533Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:42:40.534Z||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-10-02T06:42:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:42:50.074Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:42:50.084Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:43:40.527Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:43:40.528Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:43:40.529Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:43:40.533Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:43:40.534Z||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-10-02T06:43:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:43:41.172Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:43:41.173Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-02T06:43:41.174Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"507ca992-cc88-4a0e-ba20-673c43780c95","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"a51db491-6ccb-4a71-ae5e-cc1c00792f59","serviceDescription":"service","serviceInvariantUUID":"9f67402c-1186-4c9f-85e6-ce04c807f32f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"84e68b4f-13f4-4c4e-88b3-f38b740a5b6c","resourceInvariantUUID":"2ec298c9-c692-4817-8364-20ef1093089e","resourceCustomizationUUID":"63dfb009-c605-4e8c-91c9-02a7f28e62e3","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":"NTU0ODI5ZGFkMTE4ZjE1NDZjMzllMzdjYTY0MDUwZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e1a8269e-f664-4241-9812-b3bd044a184b","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MWFmYjlhZDExZWQwZGRkNTRkYmZlMmViN2EyZjRlMzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6f915879-2861-4d90-b4c0-645b1c0deb4d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-02T06:43:41.179Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-02T06:43:41.180Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:43:41.183Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:43:41.183Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664693020527,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:43:41.185Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:43:41.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:43:41.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95",
"consumerID": "aai-ml",
"timestamp": 1664693000210,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:43:41.187Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:43:41.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:43:41.187Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95",
"consumerID": "ves-openapi-manager",
"timestamp": 1664693000060,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:43:41.187Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:43:41.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:43:41.187Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664693006410,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:43:41.188Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:43:41.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:43:41.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95",
"consumerID": "cds",
"timestamp": 1664693000371,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:43:41.188Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:43:41.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:43:41.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95",
"consumerID": "aai-ml",
"timestamp": 1664693000210,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-02T06:43:41.188Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:43:41.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:43:41.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664693006410,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-02T06:43:41.189Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:43:41.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:43:41.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95",
"consumerID": "ves-openapi-manager",
"timestamp": 1664693000060,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:43:41.189Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:43:41.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:43:41.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95",
"consumerID": "cds",
"timestamp": 1664693000371,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-02T06:43:41.189Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:43:41.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:43:41.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95",
"consumerID": "aai-ml",
"timestamp": 1664693009616,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:43:41.190Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:43:41.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:43:41.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95",
"consumerID": "cds",
"timestamp": 1664693010484,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:43:41.190Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:43:41.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:43:41.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95",
"consumerID": "cds",
"timestamp": 1664693011504,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-02T06:43:41.210Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 507ca992-cc88-4a0e-ba20-673c43780c95
2022-10-02T06:43:41.210Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 507ca992-cc88-4a0e-ba20-673c43780c95 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-10-02T06:43:41.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:43:41.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95",
"consumerID": "aai-ml",
"timestamp": 1664693014189,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-02T06:43:41.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:43:41.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:43:41.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95",
"consumerID": "aai-ml",
"timestamp": 1664693015194,
"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-10-02T06:43:41.224Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 507ca992-cc88-4a0e-ba20-673c43780c95
2022-10-02T06:43:41.224Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 507ca992-cc88-4a0e-ba20-673c43780c95 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-10-02T06:43:41.283Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-02T06:43:41.284Z||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-10-02T06:43:41.285Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:43:41.295Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:43:41.295Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-02T06:43:42.184Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-02T06:43:42.185Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:43:42.188Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:43:42.188Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664693020527,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-02T06:43:42.288Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-02T06:43:42.289Z||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-10-02T06:43:42.289Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:43:42.299Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:43:42.299Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-02T06:43:43.192Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "a51db491-6ccb-4a71-ae5e-cc1c00792f59",
"serviceDescription": "service",
"serviceInvariantUUID": "9f67402c-1186-4c9f-85e6-ce04c807f32f",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "63dfb009-c605-4e8c-91c9-02a7f28e62e3",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "84e68b4f-13f4-4c4e-88b3-f38b740a5b6c",
"resourceInvariantUUID": "2ec298c9-c692-4817-8364-20ef1093089e",
"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": "MWFmYjlhZDExZWQwZGRkNTRkYmZlMmViN2EyZjRlMzQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6f915879-2861-4d90-b4c0-645b1c0deb4d"
}
],
"workloadContext": "Production"
}
2022-10-02T06:43:43.193Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-02T06:43:43.193Z|86d1c201-7414-4d8d-8fb4-551227ef78b0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a51db491-6ccb-4a71-ae5e-cc1c00792f59 ASDC
2022-10-02T06:43:43.194Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:507ca992-cc88-4a0e-ba20-673c43780c95
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:a51db491-6ccb-4a71-ae5e-cc1c00792f59
ServiceInvariantUUID:9f67402c-1186-4c9f-85e6-ce04c807f32f
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:6f915879-2861-4d90-b4c0-645b1c0deb4d
ArtifactChecksum:MWFmYjlhZDExZWQwZGRkNTRkYmZlMmViN2EyZjRlMzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:63dfb009-c605-4e8c-91c9-02a7f28e62e3
ResourceInvariantUUID:2ec298c9-c692-4817-8364-20ef1093089e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:84e68b4f-13f4-4c4e-88b3-f38b740a5b6c
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-10-02T06:43:43.194Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a51db491-6ccb-4a71-ae5e-cc1c00792f59 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-10-02T06:43:43.225Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-02T06:43:43.226Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-02T06:43:43.226Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-02T06:43:43.226Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6f915879-2861-4d90-b4c0-645b1c0deb4d from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-02T06:43:43.226Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-02T06:43:43.227Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-02T06:43:43.343Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-02T06:43:43.346Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 6f915879-2861-4d90-b4c0-645b1c0deb4d 57661
2022-10-02T06:43:43.347Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-02T06:43:43.347Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-02T06:43:43.347Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-02T06:43:43.348Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:43:43.350Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:43:43.350Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664693023347,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:43:43.450Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-02T06:43:43.451Z||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-10-02T06:43:43.451Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:43:43.463Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:43:43.463Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-02T06:43:44.351Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-02T06:43:44.353Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-02T06:43:44.353Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 6f915879-2861-4d90-b4c0-645b1c0deb4d, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-02T06:43:44.354Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-02T06:43:44.354Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-02T06:43:44.354Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-02T06:43:44.514Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17973613837606481378/Definitions/service-BasicNetwork-template.yml
2022-10-02T06:43:45.154Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-02T06:43:45.154Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-02T06:43:45.154Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-02T06:43:45.155Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-02T06:43:45.155Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||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-10-02T06:43:45.155Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||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-10-02T06:43:45.155Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||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-10-02T06:43:45.155Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||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-10-02T06:43:45.156Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-02T06:43:45.156Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||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-10-02T06:43:45.156Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||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-10-02T06:43:45.156Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||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-10-02T06:43:45.156Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-02T06:43:45.157Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:43:45.157Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:43:45.157Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-02T06:43:45.158Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-02T06:43:45.158Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-02T06:43:45.158Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:43:45.159Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:43:45.159Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-02T06:43:45.159Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-02T06:43:45.159Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-02T06:43:45.159Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:43:45.160Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:43:45.160Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:43:45.160Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:43:45.160Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:43:45.161Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:43:45.161Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:43:45.161Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:43:45.161Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:43:45.161Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:43:45.162Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:a51db491-6ccb-4a71-ae5e-cc1c00792f59
Model Version:NULL
Model InvariantUuid:9f67402c-1186-4c9f-85e6-ce04c807f32f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:2ec298c9-c692-4817-8364-20ef1093089e
Model UUID:88525ffd-6858-4bda-93ba-1ac8046abe68
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:63dfb009-c605-4e8c-91c9-02a7f28e62e3
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-10-02T06:43:45.169Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 84e68b4f-13f4-4c4e-88b3-f38b740a5b6c
2022-10-02T06:43:45.170Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||No resources found for Service: a51db491-6ccb-4a71-ae5e-cc1c00792f59
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-10-02T06:43:45.176Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||
2022-10-02T06:43:45.176Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-10-02T06:43:45.177Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||No resources found for Service: a51db491-6ccb-4a71-ae5e-cc1c00792f59
2022-10-02T06:43:45.177Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: a51db491-6ccb-4a71-ae5e-cc1c00792f59
2022-10-02T06:43:45.177Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-10-02T06:43:45.177Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||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-10-02T06:43:45.183Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6cac6e63, org.onap.sdc.toscaparser.api.parameters.Input@525b9961, org.onap.sdc.toscaparser.api.parameters.Input@2e1d9468, org.onap.sdc.toscaparser.api.parameters.Input@787a485b, org.onap.sdc.toscaparser.api.parameters.Input@772aee41]
2022-10-02T06:43:45.184Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:43:45.185Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:43:45.185Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:43:45.185Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:43:45.186Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid a51db491-6ccb-4a71-ae5e-cc1c00792f59: Generic NeutronNet
2022-10-02T06:43:45.186Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:43:45.186Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:43:45.186Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:43:45.186Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||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-10-02T06:43:45.224Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:43:45.225Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:43:45.225Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:43:45.225Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:43:45.225Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:43:45.226Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:43:45.226Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||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-10-02T06:43:45.284Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-10-02T06:43:45.285Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-02T06:43:45.285Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-02T06:43:45.285Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-02T06:43:45.285Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:43:45.287Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:43:45.287Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664693025284,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-02T06:43:45.387Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-02T06:43:45.388Z||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-10-02T06:43:45.388Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:43:45.399Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:43:45.400Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-02T06:43:46.288Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 507ca992-cc88-4a0e-ba20-673c43780c95
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-10-02T06:43:46.300Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 507ca992-cc88-4a0e-ba20-673c43780c95
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-10-02T06:43:46.302Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-02T06:43:46.302Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-02T06:43:46.302Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-02T06:43:46.303Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-02T06:44:16.303Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 507ca992-cc88-4a0e-ba20-673c43780c95
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-10-02T06:44:16.314Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 507ca992-cc88-4a0e-ba20-673c43780c95
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-10-02T06:44:16.317Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-02T06:44:16.317Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-02T06:44:16.317Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-02T06:44:16.317Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-02T06:44:40.533Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:44:40.534Z||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-10-02T06:44:40.534Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:44:40.666Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:44:40.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:44:40.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664693020527,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:44:40.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:44:46.318Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 507ca992-cc88-4a0e-ba20-673c43780c95
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-10-02T06:44:46.329Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 507ca992-cc88-4a0e-ba20-673c43780c95
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-10-02T06:44:46.331Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-02T06:44:46.331Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-02T06:44:46.332Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-02T06:44:46.332Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-02T06:45:16.332Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 507ca992-cc88-4a0e-ba20-673c43780c95
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-10-02T06:45:16.356Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 507ca992-cc88-4a0e-ba20-673c43780c95
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-10-02T06:45:16.359Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-02T06:45:16.359Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-02T06:45:16.359Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-02T06:45:16.359Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-02T06:45:40.534Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:45:40.536Z||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-10-02T06:45:40.536Z||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 EmMhSaYdcTVZC5bE) ...
2022-10-02T06:45:40.582Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:45:40.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95",
"consumerID": "clamp",
"timestamp": 1664693021690,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664693020527,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-02T06:45:40.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95",
"consumerID": "clamp",
"timestamp": 1664693021690,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-02T06:45:40.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664693023347,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:45:40.599Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:45:40.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664693023837,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664693023837,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-02T06:45:40.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664693025284,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-02T06:45:40.600Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:45:40.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664693026683,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:45:40.601Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:45:40.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664693026410,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "ves-openapi-manager",
"timestamp": 1664693020060,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664693026410,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "ves-openapi-manager",
"timestamp": 1664693020060,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664693028721,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-02T06:45:40.604Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:45:40.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664693026410,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "ves-openapi-manager",
"timestamp": 1664693020060,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95",
"consumerID": "clamp",
"timestamp": 1664693029645,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:45:40.606Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:45:40.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664693029766,
"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-10-02T06:45:40.614Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 507ca992-cc88-4a0e-ba20-673c43780c95
2022-10-02T06:45:40.615Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 507ca992-cc88-4a0e-ba20-673c43780c95 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-10-02T06:45:40.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664693026410,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.637Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "ves-openapi-manager",
"timestamp": 1664693020060,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.638Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "cds",
"timestamp": 1664693030353,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.639Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "aai-ml",
"timestamp": 1664693030210,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.640Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664693026410,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.641Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "ves-openapi-manager",
"timestamp": 1664693020060,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.642Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "cds",
"timestamp": 1664693030353,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.643Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95",
"consumerID": "clamp",
"timestamp": 1664693031654,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-02T06:45:40.643Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:45:40.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "aai-ml",
"timestamp": 1664693030210,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.644Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664693026410,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.645Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "cds",
"timestamp": 1664693030353,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "ves-openapi-manager",
"timestamp": 1664693020060,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-10-02T06:45:40.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95",
"consumerID": "clamp",
"timestamp": 1664693032662,
"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-10-02T06:45:40.654Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 507ca992-cc88-4a0e-ba20-673c43780c95
2022-10-02T06:45:40.654Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 507ca992-cc88-4a0e-ba20-673c43780c95 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-10-02T06:45:40.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "aai-ml",
"timestamp": 1664693030210,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664693026410,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "cds",
"timestamp": 1664693030353,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "ves-openapi-manager",
"timestamp": 1664693020060,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "aai-ml",
"timestamp": 1664693030210,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664693026410,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar",
"status": "NOTIFIED"
}
2022-10-02T06:45:40.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "cds",
"timestamp": 1664693030353,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "ves-openapi-manager",
"timestamp": 1664693020060,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "aai-ml",
"timestamp": 1664693030210,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "cds",
"timestamp": 1664693030353,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "ves-openapi-manager",
"timestamp": 1664693034863,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:45:40.674Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:45:40.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "aai-ml",
"timestamp": 1664693030210,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "cds",
"timestamp": 1664693030353,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "aai-ml",
"timestamp": 1664693030210,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "ves-openapi-manager",
"timestamp": 1664693036292,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-10-02T06:45:40.676Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:45:40.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "cds",
"timestamp": 1664693030353,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar",
"status": "NOTIFIED"
}
2022-10-02T06:45:40.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "aai-ml",
"timestamp": 1664693030210,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar",
"status": "NOTIFIED"
}
2022-10-02T06:45:40.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "ves-openapi-manager",
"timestamp": 1664693037317,
"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=?
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-10-02T06:45:40.691Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe
2022-10-02T06:45:40.691Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe 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-10-02T06:45:40.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "cds",
"timestamp": 1664693039131,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:45:40.700Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:45:40.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "aai-ml",
"timestamp": 1664693038995,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:45:40.701Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:45:40.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "cds",
"timestamp": 1664693040142,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-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-10-02T06:45:40.706Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe
2022-10-02T06:45:40.706Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe 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-10-02T06:45:40.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "aai-ml",
"timestamp": 1664693044201,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-02T06:45:40.716Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:45:40.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "aai-ml",
"timestamp": 1664693045205,
"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-10-02T06:45:40.721Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe
2022-10-02T06:45:40.721Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe 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-10-02T06:45:40.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "clamp",
"timestamp": 1664693051690,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.729Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "clamp",
"timestamp": 1664693051690,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.730Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "clamp",
"timestamp": 1664693051690,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.730Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.731Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664693053841,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.731Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.731Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "clamp",
"timestamp": 1664693051690,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.731Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664693053841,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.732Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "clamp",
"timestamp": 1664693051690,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.732Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.733Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664693053841,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.733Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.733Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "clamp",
"timestamp": 1664693051690,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.733Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.734Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664693053841,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.734Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.734Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "clamp",
"timestamp": 1664693051690,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.734Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664693053841,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.735Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "clamp",
"timestamp": 1664693051690,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar",
"status": "NOTIFIED"
}
2022-10-02T06:45:40.735Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664693053841,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.736Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664693053841,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:45:40.736Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664693053841,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar",
"status": "NOTIFIED"
}
2022-10-02T06:45:40.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-02T06:45:40.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664693062698,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:45:40.737Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:45:40.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "clamp",
"timestamp": 1664693064645,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:45:40.738Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:45:40.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664693065314,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-02T06:45:40.738Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:45:40.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "clamp",
"timestamp": 1664693065666,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-02T06:45:40.745Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-02T06:45:40.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664693066329,
"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-10-02T06:45:40.751Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe
2022-10-02T06:45:40.751Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe 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-10-02T06:45:40.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-02T06:45:40.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "clamp",
"timestamp": 1664693066671,
"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-10-02T06:45:40.765Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe
2022-10-02T06:45:40.765Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe 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-10-02T06:45:46.359Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 507ca992-cc88-4a0e-ba20-673c43780c95
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-10-02T06:45:46.373Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 507ca992-cc88-4a0e-ba20-673c43780c95
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-10-02T06:45:46.376Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-02T06:45:46.376Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-02T06:45:46.376Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-02T06:45:46.376Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-02T06:45:46.377Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-02T06:45:46.377Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-02T06:45:46.377Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-02T06:45:46.377Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-02T06:45:46.378Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-02T06:45:46.378Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||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-10-02T06:45:46.383Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-02T06:46:16.383Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 507ca992-cc88-4a0e-ba20-673c43780c95 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-10-02T06:46:16.388Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 507ca992-cc88-4a0e-ba20-673c43780c95 and serviceModelVersionId: a51db491-6ccb-4a71-ae5e-cc1c00792f59
2022-10-02T06:46:16.388Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9f67402c-1186-4c9f-85e6-ce04c807f32f
2022-10-02T06:46:16.390Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9f67402c-1186-4c9f-85e6-ce04c807f32f/model-vers/model-ver/a51db491-6ccb-4a71-ae5e-cc1c00792f59?depth=0
2022-10-02T06:46:16.399Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-10-02T06:46:16.469Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f67402c-1186-4c9f-85e6-ce04c807f32f/model-vers/model-ver/a51db491-6ccb-4a71-ae5e-cc1c00792f59?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-10-02T06:46:16.472Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f67402c-1186-4c9f-85e6-ce04c807f32f/model-vers/model-ver/a51db491-6ccb-4a71-ae5e-cc1c00792f59?depth=0|INFO|500||Invoke
2022-10-02T06:46:16.500Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f67402c-1186-4c9f-85e6-ce04c807f32f/model-vers/model-ver/a51db491-6ccb-4a71-ae5e-cc1c00792f59?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-02T06:46:16.667Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f67402c-1186-4c9f-85e6-ce04c807f32f/model-vers/model-ver/a51db491-6ccb-4a71-ae5e-cc1c00792f59?depth=0|INFO|500||InvokeReturn
2022-10-02T06:46:16.669Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f67402c-1186-4c9f-85e6-ce04c807f32f/model-vers/model-ver/a51db491-6ccb-4a71-ae5e-cc1c00792f59?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221002-06:46:17:336-3540], vertex-id=[159960], Content-Length=[0], Date=[Sun, 02 Oct 2022 06:46:17 GMT], Content-Type=[application/json]}
2022-10-02T06:46:16.669Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-10-02T06:46:16.669Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-02T06:46:16.670Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||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-10-02T06:46:16.675Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||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-10-02T06:46:16.675Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 507ca992-cc88-4a0e-ba20-673c43780c95 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-02T06:46:16.675Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-02T06:46:16.676Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:46:16.679Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:46:16.679Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "507ca992-cc88-4a0e-ba20-673c43780c95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664693176675,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-02T06:46:16.779Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-02T06:46:16.780Z||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-10-02T06:46:16.780Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:46:16.793Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:46:16.793Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-02T06:46:17.690Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-02T06:46:17.690Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-02T06:46:17.690Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:46:22.100Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:46:22.101Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-02T06:46:22.101Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe","serviceName":"Demo_pNF_ziG6vfkMzKBfFGDQACsh","serviceVersion":"1.0","serviceUUID":"e28f3ea4-ad3f-4b5a-9d40-b6e8eebaafa2","serviceDescription":"catalog service description","serviceInvariantUUID":"d06d6d50-0652-4016-ba6a-6454ebf00d66","resources":[{"resourceInstanceName":"pNF a426439c-7da6 0","resourceName":"pNF a426439c-7da6","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0c3c93f3-8b7b-4ba8-8ece-df532afee1a7","resourceInvariantUUID":"336e8f21-6012-4ee3-bd24-5d569d4ba41b","resourceCustomizationUUID":"b7af52aa-f665-41b4-aa19-9af4e25eaf05","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/vf-license-model.xml","artifactChecksum":"OWQ4NmIyMWJjMDVkNjFjZjJjODU2ZjM1YzE1NzdlMzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1c594821-5d66-4a8e-91cc-02e8d085e872","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/pNF.csar","artifactChecksum":"ZThjMzNkNmZjMjIzM2U1NWNhYzNlOGE0ZDZkZTJhN2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f72f3afc-e5a9-4d3a-918c-f12fc99cb06a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cf1cc224-258e-4878-b4ee-6a0d0ccf1a6b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/vendor-license-model.xml","artifactChecksum":"ZDQwMDc0YTlhNzIxNmYzYzViZDE3ZDJjZDI2NWJjNmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"83995581-d747-448f-8817-0b16639c184d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9197e440-d359-42cd-a929-db5f34c790df","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5e9b56ad-dfd9-4f97-8193-ea9402c8143d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfZig6vfkmzkbffgdqacsh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-template.yml","artifactChecksum":"ZGUyOTIzNzUzNzUyMWVkMzg1MjA4NTJjNzFkMTc4ODQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c1422252-e8d8-445e-83af-7fcf20e28416","artifactVersion":"1"},{"artifactName":"service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar","artifactChecksum":"ODdmYjAwNGU4YTkxZGVmZWMzNmMzOGRkZjg0MGE1N2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c18b744-81c0-41a1-8620-df2759c541f9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-02T06:46:22.104Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-02T06:46:22.105Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:46:22.107Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:46:22.107Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664693177690,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:46:22.207Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-02T06:46:22.208Z||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-10-02T06:46:22.208Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:46:22.218Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:46:22.219Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-02T06:46:23.108Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-02T06:46:23.108Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:46:23.111Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:46:23.111Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664693177690,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:46:23.211Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-02T06:46:23.212Z||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-10-02T06:46:23.212Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:46:23.236Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:46:23.236Z||pool-41-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-10-02T06:46:24.111Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-02T06:46:24.112Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:46:24.114Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:46:24.114Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664693177690,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:46:24.214Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-02T06:46:24.215Z||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-10-02T06:46:24.215Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:46:24.226Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:46:24.226Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-02T06:46:25.114Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-02T06:46:25.116Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:46:25.118Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:46:25.118Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664693177690,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:46:25.218Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-02T06:46:25.219Z||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-10-02T06:46:25.219Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:46:25.229Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:46:25.230Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-02T06:46:26.119Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-02T06:46:26.119Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:46:26.122Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:46:26.122Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664693177690,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:46:26.222Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-02T06:46:26.223Z||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-10-02T06:46:26.223Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:46:26.233Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:46:26.233Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-02T06:46:27.122Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-02T06:46:27.123Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:46:27.127Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:46:27.127Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664693177690,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/resourceInstances/pnfa426439c7da60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:46:27.225Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-02T06:46:27.226Z||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-10-02T06:46:27.227Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:46:27.242Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:46:27.243Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-02T06:46:28.128Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-02T06:46:28.129Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:46:28.131Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:46:28.131Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664693177690,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-02T06:46:28.231Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-02T06:46:28.232Z||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-10-02T06:46:28.232Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:46:28.246Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:46:28.247Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-02T06:46:29.131Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-02T06:46:29.132Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:46:29.134Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:46:29.134Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664693177690,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar",
"status": "NOTIFIED"
}
2022-10-02T06:46:29.235Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-02T06:46:29.236Z||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-10-02T06:46:29.236Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:46:29.247Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:46:29.247Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-02T06:46:30.136Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"serviceName": "Demo_pNF_ziG6vfkMzKBfFGDQACsh",
"serviceVersion": "1.0",
"serviceUUID": "e28f3ea4-ad3f-4b5a-9d40-b6e8eebaafa2",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "d06d6d50-0652-4016-ba6a-6454ebf00d66",
"resources": [
{
"resourceInstanceName": "pNF a426439c-7da6 0",
"resourceCustomizationUUID": "b7af52aa-f665-41b4-aa19-9af4e25eaf05",
"resourceName": "pNF a426439c-7da6",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "0c3c93f3-8b7b-4ba8-8ece-df532afee1a7",
"resourceInvariantUUID": "336e8f21-6012-4ee3-bd24-5d569d4ba41b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar",
"artifactChecksum": "ODdmYjAwNGU4YTkxZGVmZWMzNmMzOGRkZjg0MGE1N2M\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0c18b744-81c0-41a1-8620-df2759c541f9"
}
],
"workloadContext": "Production"
}
2022-10-02T06:46:30.136Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-02T06:46:30.136Z|507ca992-cc88-4a0e-ba20-673c43780c95|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e28f3ea4-ad3f-4b5a-9d40-b6e8eebaafa2 ASDC
2022-10-02T06:46:30.137Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe
ServiceName:Demo_pNF_ziG6vfkMzKBfFGDQACsh
ServiceVersion:1.0
ServiceUUID:e28f3ea4-ad3f-4b5a-9d40-b6e8eebaafa2
ServiceInvariantUUID:d06d6d50-0652-4016-ba6a-6454ebf00d66
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar
ArtifactUUID:0c18b744-81c0-41a1-8620-df2759c541f9
ArtifactChecksum:ODdmYjAwNGU4YTkxZGVmZWMzNmMzOGRkZjg0MGE1N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a426439c-7da6 0
ResourceCustomizationUUID:b7af52aa-f665-41b4-aa19-9af4e25eaf05
ResourceInvariantUUID:336e8f21-6012-4ee3-bd24-5d569d4ba41b
ResourceName:pNF a426439c-7da6
ResourceType:PNF
ResourceUUID:0c3c93f3-8b7b-4ba8-8ece-df532afee1a7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-10-02T06:46:30.137Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e28f3ea4-ad3f-4b5a-9d40-b6e8eebaafa2 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-10-02T06:46:30.166Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-02T06:46:30.167Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-02T06:46:30.167Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-02T06:46:30.168Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0c18b744-81c0-41a1-8620-df2759c541f9 from URL: /sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar
2022-10-02T06:46:30.168Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-02T06:46:30.168Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar
2022-10-02T06:46:30.284Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-02T06:46:30.289Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar 0c18b744-81c0-41a1-8620-df2759c541f9 87793
2022-10-02T06:46:30.289Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar ASDC sendASDCNotification
2022-10-02T06:46:30.289Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar
2022-10-02T06:46:30.289Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-02T06:46:30.290Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-02T06:46:30.292Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-02T06:46:30.292Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664693190289,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-02T06:46:30.392Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-02T06:46:30.393Z||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-10-02T06:46:30.393Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EmMhSaYdcTVZC5bE) ...
2022-10-02T06:46:30.403Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-02T06:46:30.404Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-02T06:46:31.292Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-02T06:46:31.293Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-02T06:46:31.294Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 0c18b744-81c0-41a1-8620-df2759c541f9, URL: /sdc/v1/catalog/services/DemoPnfZig6vfkmzkbffgdqacsh/1.0/artifacts/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar to file: /app/ASDC/1/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar
2022-10-02T06:46:31.294Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar
2022-10-02T06:46:31.295Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar
2022-10-02T06:46:31.295Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar
2022-10-02T06:46:31.478Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6169137011751937484/Definitions/service-DemoPnfZig6vfkmzkbffgdqacsh-template.yml
2022-10-02T06:46:32.446Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-02T06:46:32.447Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-02T06:46:32.447Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar
2022-10-02T06:46:32.447Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-02T06:46:32.447Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||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-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar
2022-10-02T06:46:32.447Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar
2022-10-02T06:46:32.447Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||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-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar
2022-10-02T06:46:32.447Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar
2022-10-02T06:46:32.447Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a426439c-7da6 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-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar
2022-10-02T06:46:32.447Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar
2022-10-02T06:46:32.447Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZig6vfkmzkbffgdqacsh-csar.csar
2022-10-02T06:46:32.447Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-02T06:46:32.448Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:46:32.448Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ziG6vfkMzKBfFGDQACsh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:46:32.448Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Node template pNF a426439c-7da6 0 is matching search criteria
2022-10-02T06:46:32.448Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-02T06:46:32.448Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF a426439c-7da6 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-02T06:46:32.449Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:46:32.449Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ziG6vfkMzKBfFGDQACsh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:46:32.449Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Node template pNF a426439c-7da6 0 is matching search criteria
2022-10-02T06:46:32.449Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-02T06:46:32.449Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF a426439c-7da6 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-02T06:46:32.449Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:46:32.449Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ziG6vfkMzKBfFGDQACsh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:46:32.450Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:46:32.450Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ziG6vfkMzKBfFGDQACsh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:46:32.450Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:46:32.450Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ziG6vfkMzKBfFGDQACsh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:46:32.450Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:46:32.450Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ziG6vfkMzKBfFGDQACsh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:46:32.451Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:46:32.451Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ziG6vfkMzKBfFGDQACsh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:46:32.451Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_ziG6vfkMzKBfFGDQACsh
Description:catalog service description
Model UUID:e28f3ea4-ad3f-4b5a-9d40-b6e8eebaafa2
Model Version:NULL
Model InvariantUuid:d06d6d50-0652-4016-ba6a-6454ebf00d66
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-10-02T06:46:32.460Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0c3c93f3-8b7b-4ba8-8ece-df532afee1a7
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-10-02T06:46:32.464Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||pNF a426439c-7da6 0
2022-10-02T06:46:32.464Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0c3c93f3-8b7b-4ba8-8ece-df532afee1a7
2022-10-02T06:46:32.464Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||No resources found for Service: e28f3ea4-ad3f-4b5a-9d40-b6e8eebaafa2
2022-10-02T06:46:32.464Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e28f3ea4-ad3f-4b5a-9d40-b6e8eebaafa2
2022-10-02T06:46:32.464Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a426439c-7da6 0 0c3c93f3-8b7b-4ba8-8ece-df532afee1a7 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-10-02T06:46:32.470Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3d8d1ed8, org.onap.sdc.toscaparser.api.parameters.Input@6d09f891, org.onap.sdc.toscaparser.api.parameters.Input@4b7d05db, org.onap.sdc.toscaparser.api.parameters.Input@34391e83, org.onap.sdc.toscaparser.api.parameters.Input@6197ad02]
2022-10-02T06:46:32.470Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-02T06:46:32.470Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ziG6vfkMzKBfFGDQACsh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-02T06:46:32.471Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e28f3ea4-ad3f-4b5a-9d40-b6e8eebaafa2: pNF a426439c-7da6
2022-10-02T06:46:32.471Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||INFO|500||Processing PNF resource: 0c3c93f3-8b7b-4ba8-8ece-df532afee1a7
2022-10-02T06:46:32.471Z|ae6bfe2a-99ce-4418-9c8f-eb3068cc3dfe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery