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-09-29T05:37:26.079Z||main|||||INFO|500||The following profiles are active: basic
2022-09-29T05:37:37.238Z||main|||||INFO|500||Starting service [Tomcat]
2022-09-29T05:37:37.238Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-09-29T05:37:37.418Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-09-29T05:37:41.677Z||main|||||INFO|500||catdb-pool - Starting...
2022-09-29T05:37:42.159Z||main|||||INFO|500||catdb-pool - Start completed.
2022-09-29T05:37:42.737Z||main|||||INFO|500||reqdb-pool - Starting...
2022-09-29T05:37:42.758Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-09-29T05:37:42.911Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-09-29T05:37:43.131Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-09-29T05:37:43.767Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-09-29T05:37:45.593Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-29T05:37:48.052Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-29T05:37:48.122Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-09-29T05:37:48.755Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-29T05:37:49.055Z||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-09-29T05:37:50.383Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-29T05:37:51.555Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-09-29T05:37:51.583Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$1cee29c1.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-09-29T05:37:51.583Z||main|||||WARN|500||The sdc end point is not alive
2022-09-29T05:37:54.677Z||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-09-29T05:37:57.654Z||main|||||WARN|500||---
2022-09-29T05:37:57.654Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-09-29T05:37:57.655Z||main|||||WARN|500||---
2022-09-29T05:37:58.096Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-09-29T05:38:04.164Z||main|||||INFO|500||Started Application in 41.254 seconds (JVM running for 43.403)
2022-09-29T05:38:04.196Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-29T05:38:04.197Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-29T05:38:04.231Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-29T05:38:04.273Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-29T05:38:04.329Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e47d76b3-dac5-4eda-8d02-1f1cd5c6c9f1 url= /sdc/v1/artifactTypes
2022-09-29T05:38:04.329Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-09-29T05:38:04.633Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-09-29T05:38:04.656Z||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-09-29T05:38:04.678Z||scheduling-1|||||DEBUG|500||create keys
2022-09-29T05:38:04.685Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-09-29T05:38:04.747Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:38:04.768Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= efa557be-30e5-4252-ab97-c9e4f9d59407 url= /sdc/v1/registerForDistribution
2022-09-29T05:38:04.898Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= efa557be-30e5-4252-ab97-c9e4f9d59407 url= /sdc/v1/registerForDistribution
2022-09-29T05:38:04.899Z||scheduling-1|||||INFO|500||start DistributionClient
2022-09-29T05:38:04.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:38:04.909Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:38:04.916Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-09-29T05:38:04.931Z||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-09-29T05:38:04.931Z||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-09-29T05:38:04.933Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:38:04.932Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:38:15.340Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:38:15.340Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:39:04.906Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:39:04.908Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:39:04.909Z||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-09-29T05:39:04.909Z||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-09-29T05:39:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:39:04.910Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:39:14.505Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:39:14.505Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:40:04.908Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:40:04.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:40:04.911Z||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-09-29T05:40:04.911Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:40:04.911Z||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-09-29T05:40:04.912Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:40:14.471Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:40:14.496Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:41:04.906Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:41:04.964Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:41:04.964Z||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-09-29T05:41:04.965Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:41:04.964Z||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-09-29T05:41:04.965Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:41:14.525Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:41:14.526Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:42:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:42:04.907Z||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-09-29T05:42:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:42:04.908Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:42:04.909Z||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-09-29T05:42:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:42:14.495Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:42:14.529Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:43:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:43:04.908Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:43:04.908Z||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-09-29T05:43:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:43:04.909Z||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-09-29T05:43:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:43:14.477Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:43:14.499Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:44:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:44:04.907Z||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-09-29T05:44:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:44:04.908Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:44:04.909Z||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-09-29T05:44:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:44:14.474Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:44:14.497Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:45:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:45:04.908Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:45:04.910Z||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-09-29T05:45:04.910Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:45:04.912Z||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-09-29T05:45:04.912Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:45:14.497Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:45:14.501Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:46:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:46:04.907Z||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-09-29T05:46:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:46:04.908Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:46:04.908Z||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-09-29T05:46:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:46:14.546Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:46:14.558Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:47:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:47:04.907Z||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-09-29T05:47:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:47:04.908Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:47:04.908Z||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-09-29T05:47:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:47:14.482Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:47:14.490Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:47:55.266Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-09-29T05:48:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:48:04.907Z||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-09-29T05:48:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:48:04.908Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:48:04.909Z||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-09-29T05:48:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:48:14.492Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:48:14.512Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:49:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:49:04.907Z||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-09-29T05:49:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:49:04.908Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:49:04.908Z||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-09-29T05:49:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:49:14.537Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:49:14.543Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:50:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:50:04.907Z||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-09-29T05:50:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:50:04.908Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:50:04.908Z||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-09-29T05:50:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:50:14.476Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:50:14.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:51:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:51:04.908Z||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-09-29T05:51:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:51:04.911Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:51:04.912Z||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-09-29T05:51:04.912Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:51:14.491Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:51:14.493Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:52:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:52:04.907Z||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-09-29T05:52:04.908Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:52:04.908Z||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-09-29T05:52:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:52:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:52:14.492Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:52:14.502Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:53:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:53:04.907Z||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-09-29T05:53:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:53:04.908Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:53:04.908Z||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-09-29T05:53:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:53:14.475Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:53:14.476Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:54:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:54:04.907Z||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-09-29T05:54:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:54:04.908Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:54:04.908Z||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-09-29T05:54:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:54:14.508Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:54:14.521Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:55:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:55:04.907Z||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-09-29T05:55:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:55:04.908Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:55:04.908Z||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-09-29T05:55:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:55:14.478Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:55:14.488Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:56:04.908Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:56:04.908Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:56:04.909Z||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-09-29T05:56:04.910Z||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-09-29T05:56:04.910Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:56:04.910Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:56:14.488Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:56:14.515Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:57:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:57:04.907Z||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-09-29T05:57:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:57:04.908Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:57:04.908Z||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-09-29T05:57:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:57:14.498Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:57:14.513Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:58:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:58:04.906Z||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-09-29T05:58:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:58:04.908Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:58:04.908Z||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-09-29T05:58:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:58:14.494Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:58:14.497Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:59:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:59:04.908Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T05:59:04.908Z||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-09-29T05:59:04.909Z||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-09-29T05:59:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:59:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T05:59:14.483Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T05:59:14.496Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:00:04.905Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:00:04.907Z||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-09-29T06:00:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:00:04.908Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:00:04.908Z||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-09-29T06:00:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:00:14.484Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:00:14.491Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:01:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:01:04.907Z||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-09-29T06:01:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:01:04.908Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:01:04.908Z||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-09-29T06:01:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:01:14.483Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:01:14.483Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:02:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:02:04.907Z||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-09-29T06:02:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:02:04.908Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:02:04.908Z||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-09-29T06:02:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:02:14.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:02:14.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:03:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:03:04.907Z||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-09-29T06:03:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:03:04.908Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:03:04.909Z||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-09-29T06:03:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:03:14.488Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:03:14.488Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:04:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:04:04.907Z||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-09-29T06:04:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:04:04.908Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:04:04.908Z||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-09-29T06:04:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:04:14.476Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:04:14.488Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:05:04.906Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:05:04.907Z||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-09-29T06:05:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:05:04.908Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:05:04.908Z||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-09-29T06:05:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:05:14.475Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:05:14.497Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:06:04.910Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:06:04.910Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:06:04.914Z||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-09-29T06:06:04.914Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:06:04.914Z||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-09-29T06:06:04.914Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:06:14.501Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:06:14.533Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:07:04.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:07:04.907Z||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-09-29T06:07:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:07:04.908Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:07:04.908Z||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-09-29T06:07:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:07:14.482Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:07:14.484Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:08:04.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:08:04.907Z||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-09-29T06:08:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:08:04.908Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:08:04.908Z||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-09-29T06:08:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:08:14.469Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:08:14.474Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:09:04.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:09:04.907Z||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-09-29T06:09:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:09:04.908Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:09:04.908Z||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-09-29T06:09:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:09:14.492Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:09:14.502Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:10:04.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:10:04.906Z||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-09-29T06:10:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:10:04.908Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:10:04.908Z||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-09-29T06:10:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:10:14.581Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:10:14.599Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:11:04.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:11:04.907Z||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-09-29T06:11:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:11:04.908Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:11:04.909Z||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-09-29T06:11:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:11:14.494Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:11:14.525Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:12:04.905Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:12:04.907Z||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-09-29T06:12:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:12:04.908Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:12:04.908Z||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-09-29T06:12:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:12:14.477Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:12:14.479Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:13:04.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:13:04.907Z||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-09-29T06:13:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:13:04.908Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:13:04.908Z||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-09-29T06:13:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:13:14.464Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:13:14.477Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:14:04.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:14:04.906Z||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-09-29T06:14:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:14:04.908Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:14:04.909Z||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-09-29T06:14:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:14:14.484Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:14:14.484Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:15:04.906Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:15:04.908Z||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-09-29T06:15:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:15:04.908Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:15:04.909Z||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-09-29T06:15:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:15:14.524Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:15:14.553Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:16:04.905Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:16:04.907Z||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-09-29T06:16:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:16:04.908Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:16:04.908Z||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-09-29T06:16:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:16:14.489Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:16:14.492Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:17:04.905Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:17:04.906Z||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-09-29T06:17:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:17:04.908Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:17:04.908Z||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-09-29T06:17:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:17:14.500Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:17:14.553Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:18:04.908Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:18:04.908Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:18:04.909Z||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-09-29T06:18:04.909Z||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-09-29T06:18:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:18:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:18:14.517Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:18:14.521Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:19:04.905Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:19:04.906Z||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-09-29T06:19:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:19:04.908Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:19:04.908Z||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-09-29T06:19:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:19:14.497Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:19:14.526Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:20:04.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:20:04.908Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:20:04.908Z||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-09-29T06:20:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:20:04.909Z||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-09-29T06:20:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:20:14.556Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:20:14.564Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:21:04.909Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:21:04.909Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:21:04.910Z||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-09-29T06:21:04.910Z||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-09-29T06:21:04.910Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:21:04.910Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:21:14.513Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:21:14.520Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:22:04.906Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:22:04.907Z||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-09-29T06:22:04.907Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:22:04.908Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:22:04.908Z||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-09-29T06:22:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:22:05.581Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:22:05.581Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:22:05.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"03c6e3fb-d22e-488f-b984-fd8dd88f737c","serviceName":"vFW 2022-09-29 06-20-38","serviceVersion":"1.0","serviceUUID":"d0dcfa28-37ab-46aa-9914-8b762dbbe007","serviceDescription":"catalog service description","serviceInvariantUUID":"e1eb9444-234a-47b7-9ddd-aed26b7b7538","resources":[{"resourceInstanceName":"vFW d5492737-344c 0","resourceName":"vFW d5492737-344c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"731b5e6a-3465-4f96-903b-dc48e7f0fea0","resourceInvariantUUID":"051adc3a-4ff0-4501-856b-b60ff8e764dd","resourceCustomizationUUID":"d2985e3c-586d-476c-9807-7d039faf5b0e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vf-license-model.xml","artifactChecksum":"YjFhNDczZWM0ZTc5OTU0MTVkZGQ5YTdlMWMyOTllNzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"976a8579-404e-48c3-bd02-c193c2e7a109","artifactVersion":"1"},{"artifactName":"vfwd5492737344c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json","artifactChecksum":"MmJhMjQ1ODZmMjRhOTdiODlkYjUxZTJkZjE1MmE4MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6cba1582-3f8f-471a-afd7-4c94bebca553","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ed44e7b3-372a-4840-9052-48ffb7068446","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vendor-license-model.xml","artifactChecksum":"MzgzODY3ZmRlYzA4NDg2ZGZmMGZhMTNhNDI4NmEyNzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b17eb9da-1f1b-4d8c-96d0-b34df04e9660","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e4426594-a28c-4c6e-a9bf-13e78d030073","artifactVersion":"2","generatedFromUUID":"ed44e7b3-372a-4840-9052-48ffb7068446"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220929062038-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-template.yml","artifactChecksum":"YWNkOWNjMDZlNWU4ZmFhMzc5ZjExODIwMDc4NTRiOWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"477e961b-9c1c-4ca8-8c74-9ba69b153482","artifactVersion":"1"},{"artifactName":"service-Vfw20220929062038-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar","artifactChecksum":"MTk2YjliY2EzZjhkZTRiNjJhM2U3ZTgwNWNjODRmM2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"198257f1-0a4f-4788-b7d1-69261766ae2e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-29T06:22:05.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664432505095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.600Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:22:05.609Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:22:05.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "aai-ml",
"timestamp": 1664432502489,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664432505198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "aai-ml",
"timestamp": 1664432502489,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664432505198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664432505095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json",
"status": "NOTIFIED"
}
2022-09-29T06:22:05.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664432505198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "aai-ml",
"timestamp": 1664432502489,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664432505095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-29T06:22:05.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "aai-ml",
"timestamp": 1664432502489,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664432505198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664432505095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "ves-openapi-manager",
"timestamp": 1664432512448,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "aai-ml",
"timestamp": 1664432502489,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664432505095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-29T06:22:05.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664432505198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "ves-openapi-manager",
"timestamp": 1664432512448,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "cds",
"timestamp": 1664432513047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664432505198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.628Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:22:05.628Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.628Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432524905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664432505095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.629Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "aai-ml",
"timestamp": 1664432502489,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.630Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "ves-openapi-manager",
"timestamp": 1664432512448,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.631Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "cds",
"timestamp": 1664432513047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "aai-ml",
"timestamp": 1664432502489,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar",
"status": "NOTIFIED"
}
2022-09-29T06:22:05.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664432505095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar",
"status": "NOTIFIED"
}
2022-09-29T06:22:05.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664432505198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar",
"status": "NOTIFIED"
}
2022-09-29T06:22:05.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "ves-openapi-manager",
"timestamp": 1664432512448,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "cds",
"timestamp": 1664432513047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.636Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664432515992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:22:05.637Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:22:05.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "aai-ml",
"timestamp": 1664432516013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:22:05.637Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:22:05.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664432515842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:22:05.638Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:22:05.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "ves-openapi-manager",
"timestamp": 1664432512448,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.639Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "cds",
"timestamp": 1664432513047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.640Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "clamp",
"timestamp": 1664432516457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.641Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664432517083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:22:05.642Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:22:05.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "ves-openapi-manager",
"timestamp": 1664432512448,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.643Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "cds",
"timestamp": 1664432513047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.644Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "clamp",
"timestamp": 1664432516457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json",
"status": "NOTIFIED"
}
2022-09-29T06:22:05.645Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664432518149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:22:05.645Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:22:05.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "ves-openapi-manager",
"timestamp": 1664432512448,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "cds",
"timestamp": 1664432513047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "clamp",
"timestamp": 1664432516457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664432519232,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2022-09-29T06:22:05.728Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
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-09-29T06:22:05.735Z||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-09-29T06:22:05.736Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:22:05.773Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:22:05.774Z||pool-3-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":2,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-29T06:22:05.894Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 03c6e3fb-d22e-488f-b984-fd8dd88f737c
2022-09-29T06:22:05.917Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03c6e3fb-d22e-488f-b984-fd8dd88f737c 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-09-29T06:22:05.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "cds",
"timestamp": 1664432513047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar",
"status": "NOTIFIED"
}
2022-09-29T06:22:05.944Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "clamp",
"timestamp": 1664432516457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.945Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664432520237,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-29T06:22:05.946Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:22:05.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "clamp",
"timestamp": 1664432516457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "cds",
"timestamp": 1664432520914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:22:05.947Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:22:05.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "clamp",
"timestamp": 1664432516457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:22:05.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "cds",
"timestamp": 1664432521933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-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-09-29T06:22:05.963Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 03c6e3fb-d22e-488f-b984-fd8dd88f737c
2022-09-29T06:22:05.963Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03c6e3fb-d22e-488f-b984-fd8dd88f737c 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-09-29T06:22:05.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "clamp",
"timestamp": 1664432516457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar",
"status": "NOTIFIED"
}
2022-09-29T06:22:05.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:22:05.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664432522904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-29T06:22:05.972Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:22:05.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:22:05.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664432523914,
"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-09-29T06:22:05.977Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 03c6e3fb-d22e-488f-b984-fd8dd88f737c
2022-09-29T06:22:05.977Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03c6e3fb-d22e-488f-b984-fd8dd88f737c 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-09-29T06:22:06.639Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:22:06.640Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:22:06.641Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:22:06.642Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432524905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json",
"status": "NOTIFIED"
}
2022-09-29T06:22:06.742Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:22:06.743Z||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-09-29T06:22:06.743Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:22:06.760Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:22:06.760Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:22:07.642Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:22:07.644Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:22:07.646Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:22:07.647Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432524905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-29T06:22:07.747Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-29T06:22:07.748Z||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-09-29T06:22:07.748Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:22:07.781Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:22:07.782Z||pool-5-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:22:08.647Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:22:08.648Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:22:08.650Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:22:08.651Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432524905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:22:08.751Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:22:08.752Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-29T06:22:08.752Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:22:08.847Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:22:08.848Z||pool-6-thread-1|||||INFO|500||cambria reply ok (97 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:22:09.651Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:22:09.653Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:22:09.659Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:22:09.659Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432524905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-29T06:22:09.756Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-09-29T06:22:09.757Z||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-09-29T06:22:09.757Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:22:09.823Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:22:09.823Z||pool-7-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:22:10.661Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:22:10.662Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:22:10.670Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:22:10.670Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432524905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:22:10.768Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-29T06:22:10.769Z||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-09-29T06:22:10.769Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:22:10.817Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:22:10.832Z||pool-8-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:22:11.680Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:22:11.681Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:22:11.699Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:22:11.702Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432524905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar",
"status": "NOTIFIED"
}
2022-09-29T06:22:11.784Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms
2022-09-29T06:22:11.790Z||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-09-29T06:22:11.790Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:22:11.820Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:22:11.821Z||pool-9-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:22:12.704Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"serviceName": "vFW 2022-09-29 06-20-38",
"serviceVersion": "1.0",
"serviceUUID": "d0dcfa28-37ab-46aa-9914-8b762dbbe007",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e1eb9444-234a-47b7-9ddd-aed26b7b7538",
"resources": [
{
"resourceInstanceName": "vFW d5492737-344c 0",
"resourceCustomizationUUID": "d2985e3c-586d-476c-9807-7d039faf5b0e",
"resourceName": "vFW d5492737-344c",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "731b5e6a-3465-4f96-903b-dc48e7f0fea0",
"resourceInvariantUUID": "051adc3a-4ff0-4501-856b-b60ff8e764dd",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwd5492737344c0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json",
"artifactChecksum": "MmJhMjQ1ODZmMjRhOTdiODlkYjUxZTJkZjE1MmE4MDg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6cba1582-3f8f-471a-afd7-4c94bebca553",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ed44e7b3-372a-4840-9052-48ffb7068446",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e4426594-a28c-4c6e-a9bf-13e78d030073",
"generatedFromUUID": "ed44e7b3-372a-4840-9052-48ffb7068446"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e4426594-a28c-4c6e-a9bf-13e78d030073",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220929062038-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar",
"artifactChecksum": "MTk2YjliY2EzZjhkZTRiNjJhM2U3ZTgwNWNjODRmM2M\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "198257f1-0a4f-4788-b7d1-69261766ae2e"
}
],
"workloadContext": "Production"
}
2022-09-29T06:22:12.707Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-29T06:22:12.707Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d0dcfa28-37ab-46aa-9914-8b762dbbe007 ASDC
2022-09-29T06:22:12.834Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:03c6e3fb-d22e-488f-b984-fd8dd88f737c
ServiceName:vFW 2022-09-29 06-20-38
ServiceVersion:1.0
ServiceUUID:d0dcfa28-37ab-46aa-9914-8b762dbbe007
ServiceInvariantUUID:e1eb9444-234a-47b7-9ddd-aed26b7b7538
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220929062038-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar
ArtifactUUID:198257f1-0a4f-4788-b7d1-69261766ae2e
ArtifactChecksum:MTk2YjliY2EzZjhkZTRiNjJhM2U3ZTgwNWNjODRmM2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d5492737-344c 0
ResourceCustomizationUUID:d2985e3c-586d-476c-9807-7d039faf5b0e
ResourceInvariantUUID:051adc3a-4ff0-4501-856b-b60ff8e764dd
ResourceName:vFW d5492737-344c
ResourceType:VF
ResourceUUID:731b5e6a-3465-4f96-903b-dc48e7f0fea0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd5492737344c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json
ArtifactUUID:6cba1582-3f8f-471a-afd7-4c94bebca553
ArtifactChecksum:MmJhMjQ1ODZmMjRhOTdiODlkYjUxZTJkZjE1MmE4MDg=
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/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml
ArtifactUUID:ed44e7b3-372a-4840-9052-48ffb7068446
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/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env
ArtifactUUID:e4426594-a28c-4c6e-a9bf-13e78d030073
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/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env
ArtifactUUID:e4426594-a28c-4c6e-a9bf-13e78d030073
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-29T06:22:12.835Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d0dcfa28-37ab-46aa-9914-8b762dbbe007 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-09-29T06:22:12.901Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-29T06:22:12.902Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-29T06:22:12.904Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-29T06:22:12.904Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 198257f1-0a4f-4788-b7d1-69261766ae2e from URL: /sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar
2022-09-29T06:22:12.905Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-29T06:22:12.906Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar
2022-09-29T06:22:13.020Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-29T06:22:13.048Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar 198257f1-0a4f-4788-b7d1-69261766ae2e 100657
2022-09-29T06:22:13.050Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar ASDC sendASDCNotification
2022-09-29T06:22:13.050Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar
2022-09-29T06:22:13.053Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:22:13.054Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:22:13.056Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:22:13.056Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432533049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:22:13.156Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:22:13.157Z||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-09-29T06:22:13.157Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:22:13.223Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:22:13.224Z||pool-10-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:22:14.057Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-29T06:22:14.062Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-29T06:22:14.062Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 198257f1-0a4f-4788-b7d1-69261766ae2e, URL: /sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar to file: /app/ASDC/1/service-Vfw20220929062038-csar.csar
2022-09-29T06:22:14.063Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220929062038-csar.csar
2022-09-29T06:22:14.159Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220929062038-csar.csar
2022-09-29T06:22:14.159Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220929062038-csar.csar
2022-09-29T06:22:14.843Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2889036075189015096/Definitions/service-Vfw20220929062038-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_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
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
2022-09-29T06:22:17.559Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-29T06:22:17.564Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-29T06:22:17.565Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220929062038-csar.csar
2022-09-29T06:22:17.565Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-29T06:22:17.565Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220929062038-csar.csar
2022-09-29T06:22:17.565Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220929062038-csar.csar
2022-09-29T06:22:17.565Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220929062038-csar.csar
2022-09-29T06:22:17.565Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220929062038-csar.csar
2022-09-29T06:22:17.566Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220929062038-csar.csar
2022-09-29T06:22:17.566Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220929062038-csar.csar
2022-09-29T06:22:17.566Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220929062038-csar.csar
2022-09-29T06:22:17.566Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220929062038-csar.csar
2022-09-29T06:22:17.566Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220929062038-csar.csar
2022-09-29T06:22:17.566Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220929062038-csar.csar
2022-09-29T06:22:17.566Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d5492737-344c 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-Vfw20220929062038-csar.csar
2022-09-29T06:22:17.566Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-29T06:22:17.573Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:22:17.575Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-29 06-20-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:22:17.579Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vFW d5492737-344c 0 is matching search criteria
2022-09-29T06:22:17.579Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-29T06:22:17.581Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5492737-344c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-29T06:22:17.583Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:22:17.583Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-29 06-20-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:22:17.583Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vFW d5492737-344c 0 is matching search criteria
2022-09-29T06:22:17.583Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-29T06:22:17.583Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5492737-344c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-29T06:22:17.584Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:22:17.584Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-29 06-20-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:22:17.587Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:22:17.587Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vFW d5492737-344c 0 is not matching search criteria
2022-09-29T06:22:17.588Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-29T06:22:17.588Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-29T06:22:17.588Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-29T06:22:17.588Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-29T06:22:17.588Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-29T06:22:17.589Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-29T06:22:17.589Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-29T06:22:17.589Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-29T06:22:17.589Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-29T06:22:17.589Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-29T06:22:17.589Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-29T06:22:17.590Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-29T06:22:17.590Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-29T06:22:17.590Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-29T06:22:17.590Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-29T06:22:17.590Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-29T06:22:17.590Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:22:17.591Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-29 06-20-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-29T06:22:17.592Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:22:17.592Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vFW d5492737-344c 0 is matching search criteria
2022-09-29T06:22:17.592Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5492737-344c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:22:17.592Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:22:17.593Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vFW d5492737-344c 0 is matching search criteria
2022-09-29T06:22:17.593Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5492737-344c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:22:17.593Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:22:17.593Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vFW d5492737-344c 0 is matching search criteria
2022-09-29T06:22:17.593Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5492737-344c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:22:17.594Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:22:17.594Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vFW d5492737-344c 0 is not matching search criteria
2022-09-29T06:22:17.594Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-29T06:22:17.594Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-29T06:22:17.594Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-29T06:22:17.594Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-29T06:22:17.595Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-29T06:22:17.595Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-29T06:22:17.595Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-29T06:22:17.595Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-29T06:22:17.595Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-29T06:22:17.595Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-29T06:22:17.596Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-29T06:22:17.596Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e7f3f3a1-2bdf-462f-a7a4-ff1f7aa06e40
2022-09-29T06:22:17.596Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:22:17.596Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vFW d5492737-344c 0 is not matching search criteria
2022-09-29T06:22:17.596Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-29T06:22:17.596Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-29T06:22:17.597Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-29T06:22:17.597Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-29T06:22:17.597Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-29T06:22:17.597Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-29T06:22:17.597Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-29T06:22:17.597Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-29T06:22:17.597Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-29T06:22:17.598Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-29T06:22:17.598Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-29T06:22:17.598Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-29T06:22:17.598Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=70af53ef-0baa-46f7-a36f-f978c2d9590b
2022-09-29T06:22:17.598Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:22:17.598Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vFW d5492737-344c 0 is not matching search criteria
2022-09-29T06:22:17.599Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-29T06:22:17.599Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-29T06:22:17.599Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-29T06:22:17.599Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-29T06:22:17.599Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-29T06:22:17.600Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-29T06:22:17.600Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-29T06:22:17.600Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-29T06:22:17.600Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-29T06:22:17.600Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-29T06:22:17.600Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-29T06:22:17.601Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-29T06:22:17.601Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=97f84914-bebf-4da0-91e9-a4f3776294dc
2022-09-29T06:22:17.601Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:22:17.601Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-29 06-20-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:22:17.601Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:22:17.601Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-29 06-20-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:22:17.602Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:22:17.602Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-29 06-20-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:22:17.602Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:22:17.602Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-29 06-20-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:22:17.602Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-09-29 06-20-38
Description:catalog service description
Model UUID:d0dcfa28-37ab-46aa-9914-8b762dbbe007
Model Version:NULL
Model InvariantUuid:e1eb9444-234a-47b7-9ddd-aed26b7b7538
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW d5492737-344c
Model UUID:162815c9-7432-4a04-a6fb-0d87897ff378
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:051adc3a-4ff0-4501-856b-b60ff8e764dd
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d2985e3c-586d-476c-9807-7d039faf5b0e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:057552cd-0901-4a15-abfe-4f0177936fdb
ModelName:VfwD5492737344c..base_vfw..module-0
ModelUuid:2123ce27-7b4e-4bc7-9c05-783a32a0d650
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e7f3f3a1-2bdf-462f-a7a4-ff1f7aa06e40
ModelInvariantUuid:c4edc34b-f9d4-4599-8186-bd83c1ecd4b7
ModelName:vFW d5492737-344c-nodes.vfwCvfc
ModelUuid:f4726d50-da85-4aeb-90fd-77a523df94e7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:85a76f84-2c01-4820-bf91-6fe1f61cb6fd
ModelInvariantUuid:24381502-dc17-4867-a0a2-80d94151814d
ModelName:VfwD5492737344c.compute.nodes.heat.vfw
ModelUuid:f9bdb177-9fa3-4f7f-92e3-05161ab112d3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:70af53ef-0baa-46f7-a36f-f978c2d9590b
ModelInvariantUuid:b69585ca-f7c1-4e45-a588-244e4adab122
ModelName:vFW d5492737-344c-nodes.vsnCvfc
ModelUuid:3868758e-be9a-47bc-b42f-1e486a2950db
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:575b255a-5bcb-4200-a3ae-6bf7c7f3e884
ModelInvariantUuid:e0167fdb-a236-423e-ba8a-a08592183bb6
ModelName:VfwD5492737344c.compute.nodes.heat.vsn
ModelUuid:df7dbc48-70a4-4958-9594-0f8889fa4a04
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:97f84914-bebf-4da0-91e9-a4f3776294dc
ModelInvariantUuid:4c4f9acf-3b10-4713-b830-5e7f4564267d
ModelName:vFW d5492737-344c-nodes.vpgCvfc
ModelUuid:5c4c20f4-bf87-4b89-b3a3-0bd66f51190a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:1ece1c0e-92d6-46ad-818f-15ff2b1f7e48
ModelInvariantUuid:02b90bea-d016-4ebe-afcd-0e0fcfb68c19
ModelName:VfwD5492737344c.compute.nodes.heat.vpg
ModelUuid:367e0da9-08f0-488c-967a-edc3ff5df296
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-09-29T06:22:17.617Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 731b5e6a-3465-4f96-903b-dc48e7f0fea0
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-09-29T06:22:17.739Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||vFW d5492737-344c 0
2022-09-29T06:22:17.753Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 731b5e6a-3465-4f96-903b-dc48e7f0fea0
2022-09-29T06:22:17.754Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6cba1582-3f8f-471a-afd7-4c94bebca553 from URL: /sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json
2022-09-29T06:22:17.754Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-29T06:22:17.754Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json
2022-09-29T06:22:17.836Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-29T06:22:17.836Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json 6cba1582-3f8f-471a-afd7-4c94bebca553 785
2022-09-29T06:22:17.837Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json ASDC sendASDCNotification
2022-09-29T06:22:17.837Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json
2022-09-29T06:22:17.837Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:22:17.837Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:22:17.842Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:22:17.842Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432537837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:22:17.942Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-29T06:22:17.943Z||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-09-29T06:22:17.943Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:22:17.963Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:22:17.963Z||pool-11-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:22:18.844Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD5492737344c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "057552cd-0901-4a15-abfe-4f0177936fdb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2123ce27-7b4e-4bc7-9c05-783a32a0d650",
"vfModuleModelCustomizationUUID": "65cd102c-d462-4dbc-b797-a4c03e4ea219",
"isBase": true,
"artifacts": [
"ed44e7b3-372a-4840-9052-48ffb7068446",
"e4426594-a28c-4c6e-a9bf-13e78d030073"
],
"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-09-29T06:22:18.868Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD5492737344c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2123ce27-7b4e-4bc7-9c05-783a32a0d650
VfModuleModelInvariantUUID:057552cd-0901-4a15-abfe-4f0177936fdb
VfModuleModelDescription:NULL
Artifacts UUID List:{
ed44e7b3-372a-4840-9052-48ffb7068446
,
e4426594-a28c-4c6e-a9bf-13e78d030073
}
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-09-29T06:22:18.871Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD5492737344c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "057552cd-0901-4a15-abfe-4f0177936fdb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2123ce27-7b4e-4bc7-9c05-783a32a0d650",
"vfModuleModelCustomizationUUID": "65cd102c-d462-4dbc-b797-a4c03e4ea219",
"isBase": true,
"artifacts": [
"ed44e7b3-372a-4840-9052-48ffb7068446",
"e4426594-a28c-4c6e-a9bf-13e78d030073"
],
"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-09-29T06:22:18.871Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD5492737344c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2123ce27-7b4e-4bc7-9c05-783a32a0d650
VfModuleModelInvariantUUID:057552cd-0901-4a15-abfe-4f0177936fdb
VfModuleModelDescription:NULL
Artifacts UUID List:{
ed44e7b3-372a-4840-9052-48ffb7068446
,
e4426594-a28c-4c6e-a9bf-13e78d030073
}
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-09-29T06:22:18.871Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ed44e7b3-372a-4840-9052-48ffb7068446 from URL: /sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml
2022-09-29T06:22:18.871Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-29T06:22:18.871Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml
2022-09-29T06:22:19.003Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-29T06:22:19.004Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml ed44e7b3-372a-4840-9052-48ffb7068446 20368
2022-09-29T06:22:19.004Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-29T06:22:19.004Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml
2022-09-29T06:22:19.004Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:22:19.004Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:22:19.006Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:22:19.007Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432539004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:22:19.107Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:22:19.108Z||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-09-29T06:22:19.108Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:22:19.137Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:22:19.137Z||pool-12-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:22:20.008Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e4426594-a28c-4c6e-a9bf-13e78d030073 from URL: /sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env
2022-09-29T06:22:20.009Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-29T06:22:20.009Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env
2022-09-29T06:22:20.079Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-29T06:22:20.080Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env e4426594-a28c-4c6e-a9bf-13e78d030073 2098
2022-09-29T06:22:20.081Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-29T06:22:20.081Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env
2022-09-29T06:22:20.081Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:22:20.081Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:22:20.085Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:22:20.085Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432540081,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:22:20.185Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:22:20.186Z||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-09-29T06:22:20.186Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:22:20.206Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:22:20.207Z||pool-13-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:22:21.085Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: d0dcfa28-37ab-46aa-9914-8b762dbbe007
2022-09-29T06:22:21.086Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d5492737-344c 0 731b5e6a-3465-4f96-903b-dc48e7f0fea0 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-09-29T06:22:21.147Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@14904d1c, org.onap.sdc.toscaparser.api.parameters.Input@769c0a15, org.onap.sdc.toscaparser.api.parameters.Input@16071e61, org.onap.sdc.toscaparser.api.parameters.Input@62d9113f, org.onap.sdc.toscaparser.api.parameters.Input@743748d5]
2022-09-29T06:22:21.152Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:22:21.152Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-29 06-20-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:22:21.152Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-09-29T06:22:21.152Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= d2985e3c-586d-476c-9807-7d039faf5b0e
2022-09-29T06:22:21.152Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d2985e3c-586d-476c-9807-7d039faf5b0e matches Tosca VF Customization UUID: d2985e3c-586d-476c-9807-7d039faf5b0e
2022-09-29T06:22:21.153Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: d2985e3c-586d-476c-9807-7d039faf5b0e 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-09-29T06:22:21.160Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:22:21.161Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-29 06-20-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:22:21.162Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id d2985e3c-586d-476c-9807-7d039faf5b0e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-29T06:22:21.162Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@d7e1e72
2022-09-29T06:22:21.162Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:22:21.162Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-29 06-20-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-29T06:22:21.163Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 65cd102c-d462-4dbc-b797-a4c03e4ea219
2022-09-29T06:22:21.164Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 65cd102c-d462-4dbc-b797-a4c03e4ea219
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-09-29T06:22:21.172Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:22:21.172Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vFW d5492737-344c 0 is matching search criteria
2022-09-29T06:22:21.172Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5492737-344c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:22:21.173Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:22:21.173Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vFW d5492737-344c 0 is matching search criteria
2022-09-29T06:22:21.173Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5492737-344c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:22:21.173Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:22:21.174Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vFW d5492737-344c 0 is not matching search criteria
2022-09-29T06:22:21.174Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-29T06:22:21.174Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-29T06:22:21.174Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-29T06:22:21.174Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-29T06:22:21.174Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-29T06:22:21.175Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-29T06:22:21.175Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-29T06:22:21.175Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-29T06:22:21.175Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-29T06:22:21.175Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-29T06:22:21.176Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-29T06:22:21.176Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e7f3f3a1-2bdf-462f-a7a4-ff1f7aa06e40
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-09-29T06:22:21.195Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:22:21.196Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vFW d5492737-344c 0 is matching search criteria
2022-09-29T06:22:21.196Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5492737-344c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:22:21.196Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:22:21.196Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vFW d5492737-344c 0 is not matching search criteria
2022-09-29T06:22:21.197Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-29T06:22:21.197Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-29T06:22:21.197Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-29T06:22:21.197Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-29T06:22:21.197Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-29T06:22:21.197Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-29T06:22:21.198Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-29T06:22:21.198Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-29T06:22:21.198Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-29T06:22:21.198Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-29T06:22:21.198Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-29T06:22:21.198Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-29T06:22:21.199Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=70af53ef-0baa-46f7-a36f-f978c2d9590b
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-09-29T06:22:21.201Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:22:21.201Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vFW d5492737-344c 0 is matching search criteria
2022-09-29T06:22:21.201Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5492737-344c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:22:21.204Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:22:21.204Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vFW d5492737-344c 0 is not matching search criteria
2022-09-29T06:22:21.204Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-29T06:22:21.204Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-29T06:22:21.205Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-29T06:22:21.205Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-29T06:22:21.205Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-29T06:22:21.205Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-29T06:22:21.205Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-29T06:22:21.205Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-29T06:22:21.206Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-29T06:22:21.206Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-29T06:22:21.206Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-29T06:22:21.206Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-29T06:22:21.206Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=97f84914-bebf-4da0-91e9-a4f3776294dc
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-09-29T06:22:21.209Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:22:21.209Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vFW d5492737-344c 0 is matching search criteria
2022-09-29T06:22:21.209Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5492737-344c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:22:21.209Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:22:21.209Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Node template vFW d5492737-344c 0 is matching search criteria
2022-09-29T06:22:21.210Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5492737-344c 0] matching following query criteria: sdcType=VF, customizationUUID=d2985e3c-586d-476c-9807-7d039faf5b0e
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-09-29T06:22:21.220Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:22:21.220Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-29 06-20-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:22:21.221Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid d0dcfa28-37ab-46aa-9914-8b762dbbe007: vFW d5492737-344c
2022-09-29T06:22:21.221Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:22:21.221Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-29 06-20-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:22:21.221Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:22:21.222Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-29 06-20-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:22:21.222Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:22:21.222Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-29 06-20-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:22:21.222Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:22:21.222Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-29 06-20-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:22:21.222Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:22:21.223Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-29 06-20-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:22:21.223Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-09-29 06-20-38
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-09-29T06:22:21.637Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d5492737-344c 731b5e6a-3465-4f96-903b-dc48e7f0fea0 1 ASDC deployResourceStructure
2022-09-29T06:22:21.638Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json ASDC sendASDCNotification
2022-09-29T06:22:21.638Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json
2022-09-29T06:22:21.638Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-29T06:22:21.638Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:22:21.640Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:22:21.640Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432541638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-29T06:22:21.744Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-09-29T06:22:21.745Z||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-09-29T06:22:21.745Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:22:21.780Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:22:21.781Z||pool-14-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:22:22.641Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-29T06:22:22.642Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml
2022-09-29T06:22:22.642Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-29T06:22:22.642Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:22:22.644Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:22:22.645Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432542641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-29T06:22:22.745Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:22:22.746Z||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-09-29T06:22:22.746Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:22:22.764Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:22:22.764Z||pool-15-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:22:23.648Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-29T06:22:23.652Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env
2022-09-29T06:22:23.653Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-29T06:22:23.653Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:22:23.656Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:22:23.656Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432543648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-29T06:22:23.756Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:22:23.757Z||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-09-29T06:22:23.758Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:22:23.774Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:22:23.775Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:22:24.657Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar ASDC sendASDCNotification
2022-09-29T06:22:24.658Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar
2022-09-29T06:22:24.658Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-29T06:22:24.658Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:22:24.660Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:22:24.660Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432544657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-29T06:22:24.760Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-29T06:22:24.761Z||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-09-29T06:22:24.762Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:22:24.776Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:22:24.777Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:22:25.662Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03c6e3fb-d22e-488f-b984-fd8dd88f737c
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-09-29T06:22:25.680Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03c6e3fb-d22e-488f-b984-fd8dd88f737c
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-09-29T06:22:25.682Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-29T06:22:25.682Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-29T06:22:25.682Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-29T06:22:55.683Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03c6e3fb-d22e-488f-b984-fd8dd88f737c
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-09-29T06:22:55.695Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03c6e3fb-d22e-488f-b984-fd8dd88f737c
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-09-29T06:22:55.698Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-29T06:22:55.699Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-29T06:22:55.699Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-29T06:23:04.908Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:23:04.909Z||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-09-29T06:23:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:23:05.110Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:23:05.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:23:05.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432524905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:23:05.113Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:23:25.699Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03c6e3fb-d22e-488f-b984-fd8dd88f737c
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-09-29T06:23:25.712Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03c6e3fb-d22e-488f-b984-fd8dd88f737c
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-09-29T06:23:25.715Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-29T06:23:25.715Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-29T06:23:25.715Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-29T06:23:55.715Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03c6e3fb-d22e-488f-b984-fd8dd88f737c
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-09-29T06:23:55.729Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03c6e3fb-d22e-488f-b984-fd8dd88f737c
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-09-29T06:23:55.732Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-29T06:23:55.732Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-29T06:23:55.732Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-29T06:24:04.908Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:24:04.909Z||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-09-29T06:24:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:24:05.488Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:24:05.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432524905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json",
"status": "NOTIFIED"
}
2022-09-29T06:24:05.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432524905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-29T06:24:05.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432524905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432524905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-29T06:24:05.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432524905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432524905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar",
"status": "NOTIFIED"
}
2022-09-29T06:24:05.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432533049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:24:05.501Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "clamp",
"timestamp": 1664432533917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:24:05.502Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "aai-ml",
"timestamp": 1664432534713,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-29T06:24:05.502Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "clamp",
"timestamp": 1664432535930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-29T06:24:05.503Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "aai-ml",
"timestamp": 1664432535723,
"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-09-29T06:24:05.512Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 03c6e3fb-d22e-488f-b984-fd8dd88f737c
2022-09-29T06:24:05.512Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03c6e3fb-d22e-488f-b984-fd8dd88f737c 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-09-29T06:24:05.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "clamp",
"timestamp": 1664432536936,
"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-09-29T06:24:05.534Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 03c6e3fb-d22e-488f-b984-fd8dd88f737c
2022-09-29T06:24:05.534Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03c6e3fb-d22e-488f-b984-fd8dd88f737c 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-09-29T06:24:05.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432537837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:24:05.553Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432539004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:24:05.554Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432540081,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:24:05.555Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432541638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/vfwd5492737344c0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-29T06:24:05.555Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432542641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-29T06:24:05.556Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432543648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/resourceInstances/vfwd5492737344c0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-29T06:24:05.557Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432544657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220929062038/1.0/artifacts/service-Vfw20220929062038-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-29T06:24:05.557Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "clamp",
"timestamp": 1664432546457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "cds",
"timestamp": 1664432543047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.559Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664432545095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.559Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "ves-openapi-manager",
"timestamp": 1664432552449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.560Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "clamp",
"timestamp": 1664432546457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json",
"status": "NOTIFIED"
}
2022-09-29T06:24:05.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "cds",
"timestamp": 1664432543047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664432545095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json",
"status": "NOTIFIED"
}
2022-09-29T06:24:05.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "ves-openapi-manager",
"timestamp": 1664432552449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "clamp",
"timestamp": 1664432546457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "cds",
"timestamp": 1664432543047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664432545095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-29T06:24:05.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "ves-openapi-manager",
"timestamp": 1664432552449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "clamp",
"timestamp": 1664432546457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664432545095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "cds",
"timestamp": 1664432543047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "ves-openapi-manager",
"timestamp": 1664432552449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "cds",
"timestamp": 1664432543047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664432545095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-29T06:24:05.569Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "clamp",
"timestamp": 1664432546457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "ves-openapi-manager",
"timestamp": 1664432552449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "cds",
"timestamp": 1664432543047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664432545095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "clamp",
"timestamp": 1664432546457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "ves-openapi-manager",
"timestamp": 1664432552449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.573Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664432545095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar",
"status": "NOTIFIED"
}
2022-09-29T06:24:05.573Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "clamp",
"timestamp": 1664432546457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar",
"status": "NOTIFIED"
}
2022-09-29T06:24:05.574Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "cds",
"timestamp": 1664432543047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar",
"status": "NOTIFIED"
}
2022-09-29T06:24:05.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "ves-openapi-manager",
"timestamp": 1664432552449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664432558863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:24:05.576Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "cds",
"timestamp": 1664432558875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:24:05.576Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "cds",
"timestamp": 1664432559880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-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-09-29T06:24:05.592Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c86e6aa7-709a-45ad-a79a-b6221888a666
2022-09-29T06:24:05.592Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c86e6aa7-709a-45ad-a79a-b6221888a666 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-09-29T06:24:05.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664432559931,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:24:05.617Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664432561009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:24:05.617Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664432562026,
"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-09-29T06:24:05.623Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c86e6aa7-709a-45ad-a79a-b6221888a666
2022-09-29T06:24:05.624Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c86e6aa7-709a-45ad-a79a-b6221888a666 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-09-29T06:24:05.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "clamp",
"timestamp": 1664432562913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:24:05.638Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664432563030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-29T06:24:05.639Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "aai-ml",
"timestamp": 1664432562489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.640Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "clamp",
"timestamp": 1664432563939,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-29T06:24:05.641Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "aai-ml",
"timestamp": 1664432562489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.641Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "clamp",
"timestamp": 1664432564944,
"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-09-29T06:24:05.647Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c86e6aa7-709a-45ad-a79a-b6221888a666
2022-09-29T06:24:05.647Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c86e6aa7-709a-45ad-a79a-b6221888a666 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-09-29T06:24:05.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "aai-ml",
"timestamp": 1664432562489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664432565198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.657Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "aai-ml",
"timestamp": 1664432562489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.658Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664432565198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.658Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "aai-ml",
"timestamp": 1664432562489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664432565198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "aai-ml",
"timestamp": 1664432562489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664432565198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "aai-ml",
"timestamp": 1664432562489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar",
"status": "NOTIFIED"
}
2022-09-29T06:24:05.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664432565198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "aai-ml",
"timestamp": 1664432570308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:24:05.664Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664432565198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:24:05.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664432565198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar",
"status": "NOTIFIED"
}
2022-09-29T06:24:05.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:24:05.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664432573035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:24:05.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664432575609,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-29T06:24:05.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664432576614,
"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-09-29T06:24:05.671Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c86e6aa7-709a-45ad-a79a-b6221888a666
2022-09-29T06:24:05.671Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c86e6aa7-709a-45ad-a79a-b6221888a666 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-09-29T06:24:05.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "aai-ml",
"timestamp": 1664432579249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-29T06:24:05.688Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:24:05.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:24:05.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "aai-ml",
"timestamp": 1664432580258,
"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-09-29T06:24:05.694Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c86e6aa7-709a-45ad-a79a-b6221888a666
2022-09-29T06:24:05.695Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c86e6aa7-709a-45ad-a79a-b6221888a666 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-09-29T06:24:25.732Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03c6e3fb-d22e-488f-b984-fd8dd88f737c
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-09-29T06:24:25.745Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03c6e3fb-d22e-488f-b984-fd8dd88f737c
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-09-29T06:24:25.748Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-29T06:24:25.748Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-29T06:24:25.748Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-29T06:24:25.748Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-29T06:24:25.748Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-29T06:24:25.749Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-29T06:24:25.749Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-29T06:24:25.749Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-29T06:24:25.749Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-29T06:24:25.749Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-29T06:24:25.749Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-29T06:24:25.754Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-29T06:24:55.755Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 03c6e3fb-d22e-488f-b984-fd8dd88f737c 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-09-29T06:24:55.765Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 03c6e3fb-d22e-488f-b984-fd8dd88f737c and serviceModelVersionId: d0dcfa28-37ab-46aa-9914-8b762dbbe007
2022-09-29T06:24:55.765Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e1eb9444-234a-47b7-9ddd-aed26b7b7538
2022-09-29T06:25:04.908Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:25:04.909Z||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-09-29T06:25:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:25:11.675Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e1eb9444-234a-47b7-9ddd-aed26b7b7538/model-vers/model-ver/d0dcfa28-37ab-46aa-9914-8b762dbbe007?depth=0
2022-09-29T06:25:11.830Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-09-29T06:25:12.345Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1eb9444-234a-47b7-9ddd-aed26b7b7538/model-vers/model-ver/d0dcfa28-37ab-46aa-9914-8b762dbbe007?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-09-29T06:25:12.351Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1eb9444-234a-47b7-9ddd-aed26b7b7538/model-vers/model-ver/d0dcfa28-37ab-46aa-9914-8b762dbbe007?depth=0|INFO|500||Invoke
2022-09-29T06:25:12.487Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1eb9444-234a-47b7-9ddd-aed26b7b7538/model-vers/model-ver/d0dcfa28-37ab-46aa-9914-8b762dbbe007?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-09-29T06:25:12.880Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1eb9444-234a-47b7-9ddd-aed26b7b7538/model-vers/model-ver/d0dcfa28-37ab-46aa-9914-8b762dbbe007?depth=0|INFO|500||InvokeReturn
2022-09-29T06:25:12.880Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1eb9444-234a-47b7-9ddd-aed26b7b7538/model-vers/model-ver/d0dcfa28-37ab-46aa-9914-8b762dbbe007?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220929-06:25:13:349-97929], vertex-id=[221408], Content-Length=[0], Date=[Thu, 29 Sep 2022 06:25:13 GMT], Content-Type=[application/json]}
2022-09-29T06:25:12.880Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-09-29T06:25:12.884Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-29T06:25:12.884Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-29T06:25:12.905Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-09-29T06:25:12.906Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 03c6e3fb-d22e-488f-b984-fd8dd88f737c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-29T06:25:12.907Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-29T06:25:12.908Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:25:12.910Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:25:12.910Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432712906,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-29T06:25:13.010Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:25:13.011Z||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-09-29T06:25:13.011Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:25:13.044Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:25:13.045Z||pool-18-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:25:13.689Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:25:13.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:25:13.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "03c6e3fb-d22e-488f-b984-fd8dd88f737c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432712906,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-29T06:25:13.691Z||pool-2-thread-3|||||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-09-29T06:25:13.925Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:25:13.926Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|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-09-29T06:25:13.926Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|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 nAir5M92j6UcCmMm) ...
2022-09-29T06:25:18.502Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:25:18.504Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-29T06:25:18.504Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"c86e6aa7-709a-45ad-a79a-b6221888a666","serviceName":"basic_onboard_rNymbC","serviceVersion":"1.0","serviceUUID":"03e2b73f-d0f3-41c0-ba90-45c393c8322b","serviceDescription":"service","serviceInvariantUUID":"313b5e31-f263-44dc-b975-34606abf8576","resources":[{"resourceInstanceName":"basic_onboard_rNymbC 0","resourceName":"basic_onboard_rNymbC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"22b829d6-d780-43df-849f-f3ab89678254","resourceInvariantUUID":"d0ec6c68-519a-438f-8cc9-0f10380d37ac","resourceCustomizationUUID":"5cffd41c-1b9c-48cb-ad70-01e2d8b2f5fc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/vf-license-model.xml","artifactChecksum":"ZjExNWRlNDU1M2M1NTIwYTY3MDlhOTI1N2I2NDhhYTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f23f7bdf-93f8-4a72-ab5e-3c1eda784433","artifactVersion":"1"},{"artifactName":"basic_onboard_rnymbc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json","artifactChecksum":"YTdhZDE3NDA1NDlhYTJkOWJiMjU3ZDA5ZDFkZjRhZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f99fc7ca-84cd-4d68-9f26-a1669f474450","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"da1c4709-ada4-4d1c-bd8e-9f77ed501a87","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c91a895a-2458-4e13-a8b5-73c56ebb8319","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ed0747c7-baea-4b8a-aaa9-b2d45c6458dc","artifactVersion":"2","generatedFromUUID":"da1c4709-ada4-4d1c-bd8e-9f77ed501a87"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardRnymbc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-template.yml","artifactChecksum":"NDE3OGMxZjMwNWEzOTdjMzAxMjFlNTUxOGI5N2M2Mjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d981484-b6c0-4086-80f4-b1917c1c5176","artifactVersion":"1"},{"artifactName":"service-BasicOnboardRnymbc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar","artifactChecksum":"MjdmMTdlMGFmYjc5Njk4Y2JjNGI5M2FiMzQyZmE2NTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bd83451c-e35d-4815-b47c-f1e06d27ff5f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-29T06:25:18.507Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:25:18.508Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:25:18.510Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:25:18.510Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432713925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:25:18.611Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:25:18.612Z||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-09-29T06:25:18.612Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:25:18.630Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:25:18.631Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:25:19.511Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:25:19.512Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:25:19.514Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:25:19.515Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432713925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json",
"status": "NOTIFIED"
}
2022-09-29T06:25:19.615Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-29T06:25:19.615Z||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-09-29T06:25:19.616Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:25:19.640Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:25:19.641Z||pool-20-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:25:20.515Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:25:20.516Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:25:20.518Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:25:20.518Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432713925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-29T06:25:20.618Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:25:20.619Z||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-09-29T06:25:20.619Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:25:20.649Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:25:20.650Z||pool-21-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:25:21.519Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:25:21.520Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:25:21.522Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:25:21.522Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432713925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:25:21.623Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-29T06:25:21.624Z||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-09-29T06:25:21.624Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:25:21.646Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:25:21.647Z||pool-22-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:25:22.523Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:25:22.524Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:25:22.526Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:25:22.526Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432713925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-29T06:25:22.626Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:25:22.627Z||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-09-29T06:25:22.627Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:25:22.669Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:25:22.670Z||pool-23-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:25:23.527Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:25:23.528Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:25:23.530Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:25:23.531Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432713925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:25:23.631Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:25:23.633Z||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-09-29T06:25:23.633Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:25:23.655Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:25:23.656Z||pool-24-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:25:24.531Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:25:24.532Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:25:24.535Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:25:24.535Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432713925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar",
"status": "NOTIFIED"
}
2022-09-29T06:25:24.635Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:25:24.636Z||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-09-29T06:25:24.636Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:25:24.658Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:25:24.658Z||pool-25-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:25:25.537Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"serviceName": "basic_onboard_rNymbC",
"serviceVersion": "1.0",
"serviceUUID": "03e2b73f-d0f3-41c0-ba90-45c393c8322b",
"serviceDescription": "service",
"serviceInvariantUUID": "313b5e31-f263-44dc-b975-34606abf8576",
"resources": [
{
"resourceInstanceName": "basic_onboard_rNymbC 0",
"resourceCustomizationUUID": "5cffd41c-1b9c-48cb-ad70-01e2d8b2f5fc",
"resourceName": "basic_onboard_rNymbC",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "22b829d6-d780-43df-849f-f3ab89678254",
"resourceInvariantUUID": "d0ec6c68-519a-438f-8cc9-0f10380d37ac",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_rnymbc0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json",
"artifactChecksum": "YTdhZDE3NDA1NDlhYTJkOWJiMjU3ZDA5ZDFkZjRhZWI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f99fc7ca-84cd-4d68-9f26-a1669f474450",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "da1c4709-ada4-4d1c-bd8e-9f77ed501a87",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ed0747c7-baea-4b8a-aaa9-b2d45c6458dc",
"generatedFromUUID": "da1c4709-ada4-4d1c-bd8e-9f77ed501a87"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ed0747c7-baea-4b8a-aaa9-b2d45c6458dc",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardRnymbc-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar",
"artifactChecksum": "MjdmMTdlMGFmYjc5Njk4Y2JjNGI5M2FiMzQyZmE2NTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bd83451c-e35d-4815-b47c-f1e06d27ff5f"
}
],
"workloadContext": "Production"
}
2022-09-29T06:25:25.537Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-29T06:25:25.538Z|03c6e3fb-d22e-488f-b984-fd8dd88f737c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 03e2b73f-d0f3-41c0-ba90-45c393c8322b ASDC
2022-09-29T06:25:25.538Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:c86e6aa7-709a-45ad-a79a-b6221888a666
ServiceName:basic_onboard_rNymbC
ServiceVersion:1.0
ServiceUUID:03e2b73f-d0f3-41c0-ba90-45c393c8322b
ServiceInvariantUUID:313b5e31-f263-44dc-b975-34606abf8576
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardRnymbc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar
ArtifactUUID:bd83451c-e35d-4815-b47c-f1e06d27ff5f
ArtifactChecksum:MjdmMTdlMGFmYjc5Njk4Y2JjNGI5M2FiMzQyZmE2NTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_rNymbC 0
ResourceCustomizationUUID:5cffd41c-1b9c-48cb-ad70-01e2d8b2f5fc
ResourceInvariantUUID:d0ec6c68-519a-438f-8cc9-0f10380d37ac
ResourceName:basic_onboard_rNymbC
ResourceType:VF
ResourceUUID:22b829d6-d780-43df-849f-f3ab89678254
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_rnymbc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json
ArtifactUUID:f99fc7ca-84cd-4d68-9f26-a1669f474450
ArtifactChecksum:YTdhZDE3NDA1NDlhYTJkOWJiMjU3ZDA5ZDFkZjRhZWI=
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/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:da1c4709-ada4-4d1c-bd8e-9f77ed501a87
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/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env
ArtifactUUID:ed0747c7-baea-4b8a-aaa9-b2d45c6458dc
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/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env
ArtifactUUID:ed0747c7-baea-4b8a-aaa9-b2d45c6458dc
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-29T06:25:25.538Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 03e2b73f-d0f3-41c0-ba90-45c393c8322b 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-09-29T06:25:25.577Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-29T06:25:25.577Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-29T06:25:25.577Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-29T06:25:25.578Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bd83451c-e35d-4815-b47c-f1e06d27ff5f from URL: /sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar
2022-09-29T06:25:25.578Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-29T06:25:25.578Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar
2022-09-29T06:25:25.711Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-29T06:25:25.715Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar bd83451c-e35d-4815-b47c-f1e06d27ff5f 75246
2022-09-29T06:25:25.715Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar ASDC sendASDCNotification
2022-09-29T06:25:25.715Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar
2022-09-29T06:25:25.716Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:25:25.716Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:25:25.718Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:25:25.718Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432725715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:25:25.818Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:25:25.819Z||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-09-29T06:25:25.819Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:25:25.854Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:25:25.855Z||pool-26-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:25:26.718Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-29T06:25:26.719Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-29T06:25:26.720Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: bd83451c-e35d-4815-b47c-f1e06d27ff5f, URL: /sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar to file: /app/ASDC/1/service-BasicOnboardRnymbc-csar.csar
2022-09-29T06:25:26.720Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardRnymbc-csar.csar
2022-09-29T06:25:26.720Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardRnymbc-csar.csar
2022-09-29T06:25:26.720Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardRnymbc-csar.csar
2022-09-29T06:25:26.868Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8463658469879569473/Definitions/service-BasicOnboardRnymbc-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-09-29T06:25:28.104Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-29T06:25:28.105Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-29T06:25:28.105Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardRnymbc-csar.csar
2022-09-29T06:25:28.105Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-29T06:25:28.105Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_rNymbC 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-BasicOnboardRnymbc-csar.csar
2022-09-29T06:25:28.105Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardRnymbc-csar.csar
2022-09-29T06:25:28.105Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRnymbc-csar.csar
2022-09-29T06:25:28.105Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRnymbc-csar.csar
2022-09-29T06:25:28.105Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRnymbc-csar.csar
2022-09-29T06:25:28.106Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardRnymbc-csar.csar
2022-09-29T06:25:28.106Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardRnymbc-csar.csar
2022-09-29T06:25:28.106Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-29T06:25:28.106Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:25:28.106Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rNymbC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:25:28.106Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rNymbC 0 is matching search criteria
2022-09-29T06:25:28.107Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-29T06:25:28.107Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_rNymbC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-29T06:25:28.107Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:25:28.107Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rNymbC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:25:28.107Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rNymbC 0 is matching search criteria
2022-09-29T06:25:28.107Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-29T06:25:28.108Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_rNymbC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-29T06:25:28.108Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:25:28.108Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rNymbC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:25:28.108Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:25:28.108Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rNymbC 0 is not matching search criteria
2022-09-29T06:25:28.108Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-09-29T06:25:28.109Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-09-29T06:25:28.109Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-09-29T06:25:28.109Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-29T06:25:28.109Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-29T06:25:28.109Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:25:28.109Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rNymbC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-29T06:25:28.109Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:25:28.110Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rNymbC 0 is matching search criteria
2022-09-29T06:25:28.110Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_rNymbC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:25:28.110Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:25:28.110Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rNymbC 0 is matching search criteria
2022-09-29T06:25:28.110Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_rNymbC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:25:28.111Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:25:28.111Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rNymbC 0 is matching search criteria
2022-09-29T06:25:28.111Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_rNymbC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:25:28.111Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:25:28.111Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rNymbC 0 is not matching search criteria
2022-09-29T06:25:28.111Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-29T06:25:28.112Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-29T06:25:28.112Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5c73c813-044c-4645-aedf-eb2399dd10c1
2022-09-29T06:25:28.112Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:25:28.112Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rNymbC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:25:28.112Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:25:28.112Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rNymbC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:25:28.112Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:25:28.113Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rNymbC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:25:28.113Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:25:28.113Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rNymbC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:25:28.113Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_rNymbC
Description:service
Model UUID:03e2b73f-d0f3-41c0-ba90-45c393c8322b
Model Version:NULL
Model InvariantUuid:313b5e31-f263-44dc-b975-34606abf8576
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_rNymbC
Model UUID:102aac07-ddd6-4edf-9ecb-1dd0294ba0c6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d0ec6c68-519a-438f-8cc9-0f10380d37ac
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5cffd41c-1b9c-48cb-ad70-01e2d8b2f5fc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:507d7d9e-68ec-472e-941e-2758d64cfd65
ModelName:BasicOnboardRnymbc..base_ubuntu18..module-0
ModelUuid:5bc7c317-aa1d-46ec-9d07-cf1356a27e9b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5c73c813-044c-4645-aedf-eb2399dd10c1
ModelInvariantUuid:75f29fef-23a6-4152-9cb6-23888c0b4145
ModelName:basic_onboard_rNymbC-nodes.ubuntu18Cvfc
ModelUuid:864c307d-e6d0-4e52-a9fe-2a6e57cad695
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:4b01d2da-6ec3-4fe2-972a-5c80228380de
ModelInvariantUuid:37f3a22e-95ee-4730-928c-e5881019291c
ModelName:BasicOnboardRnymbc.compute.nodes.heat.ubuntu18
ModelUuid:32573010-82aa-4beb-83b1-eae9effed100
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-09-29T06:25:28.121Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 22b829d6-d780-43df-849f-f3ab89678254
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-09-29T06:25:28.124Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||basic_onboard_rNymbC 0
2022-09-29T06:25:28.124Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 22b829d6-d780-43df-849f-f3ab89678254
2022-09-29T06:25:28.124Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f99fc7ca-84cd-4d68-9f26-a1669f474450 from URL: /sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json
2022-09-29T06:25:28.124Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-29T06:25:28.124Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json
2022-09-29T06:25:28.183Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-29T06:25:28.183Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json f99fc7ca-84cd-4d68-9f26-a1669f474450 798
2022-09-29T06:25:28.183Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json ASDC sendASDCNotification
2022-09-29T06:25:28.183Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json
2022-09-29T06:25:28.183Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:25:28.184Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:25:28.185Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:25:28.186Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432728183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:25:28.286Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:25:28.287Z||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-09-29T06:25:28.287Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:25:28.330Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:25:28.330Z||pool-27-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:25:29.186Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardRnymbc..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "507d7d9e-68ec-472e-941e-2758d64cfd65",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5bc7c317-aa1d-46ec-9d07-cf1356a27e9b",
"vfModuleModelCustomizationUUID": "37c6c1e0-d053-4000-b053-0be38fed244c",
"isBase": true,
"artifacts": [
"da1c4709-ada4-4d1c-bd8e-9f77ed501a87",
"ed0747c7-baea-4b8a-aaa9-b2d45c6458dc"
],
"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-09-29T06:25:29.191Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRnymbc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5bc7c317-aa1d-46ec-9d07-cf1356a27e9b
VfModuleModelInvariantUUID:507d7d9e-68ec-472e-941e-2758d64cfd65
VfModuleModelDescription:NULL
Artifacts UUID List:{
da1c4709-ada4-4d1c-bd8e-9f77ed501a87
,
ed0747c7-baea-4b8a-aaa9-b2d45c6458dc
}
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-09-29T06:25:29.193Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardRnymbc..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "507d7d9e-68ec-472e-941e-2758d64cfd65",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5bc7c317-aa1d-46ec-9d07-cf1356a27e9b",
"vfModuleModelCustomizationUUID": "37c6c1e0-d053-4000-b053-0be38fed244c",
"isBase": true,
"artifacts": [
"da1c4709-ada4-4d1c-bd8e-9f77ed501a87",
"ed0747c7-baea-4b8a-aaa9-b2d45c6458dc"
],
"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-09-29T06:25:29.193Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRnymbc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5bc7c317-aa1d-46ec-9d07-cf1356a27e9b
VfModuleModelInvariantUUID:507d7d9e-68ec-472e-941e-2758d64cfd65
VfModuleModelDescription:NULL
Artifacts UUID List:{
da1c4709-ada4-4d1c-bd8e-9f77ed501a87
,
ed0747c7-baea-4b8a-aaa9-b2d45c6458dc
}
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-09-29T06:25:29.193Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: da1c4709-ada4-4d1c-bd8e-9f77ed501a87 from URL: /sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml
2022-09-29T06:25:29.193Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-29T06:25:29.193Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml
2022-09-29T06:25:29.247Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-29T06:25:29.247Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml da1c4709-ada4-4d1c-bd8e-9f77ed501a87 5033
2022-09-29T06:25:29.247Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-29T06:25:29.248Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml
2022-09-29T06:25:29.248Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:25:29.248Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:25:29.250Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:25:29.250Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432729247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:25:29.350Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:25:29.351Z||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-09-29T06:25:29.351Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:25:29.429Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:25:29.429Z||pool-28-thread-1|||||INFO|500||cambria reply ok (78 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:25:30.251Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ed0747c7-baea-4b8a-aaa9-b2d45c6458dc from URL: /sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env
2022-09-29T06:25:30.251Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-29T06:25:30.252Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env
2022-09-29T06:25:30.304Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-29T06:25:30.304Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env ed0747c7-baea-4b8a-aaa9-b2d45c6458dc 909
2022-09-29T06:25:30.305Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-29T06:25:30.305Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env
2022-09-29T06:25:30.305Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:25:30.305Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:25:30.307Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:25:30.307Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432730305,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:25:30.407Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:25:30.408Z||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-09-29T06:25:30.408Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:25:30.467Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:25:30.467Z||pool-29-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:25:31.308Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 03e2b73f-d0f3-41c0-ba90-45c393c8322b
2022-09-29T06:25:31.308Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_rNymbC 0 22b829d6-d780-43df-849f-f3ab89678254 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-09-29T06:25:31.340Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6979e3e6, org.onap.sdc.toscaparser.api.parameters.Input@419e849e, org.onap.sdc.toscaparser.api.parameters.Input@1439a760, org.onap.sdc.toscaparser.api.parameters.Input@36fc3efc, org.onap.sdc.toscaparser.api.parameters.Input@10bc8d16]
2022-09-29T06:25:31.341Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:25:31.341Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rNymbC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:25:31.341Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-09-29T06:25:31.342Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 5cffd41c-1b9c-48cb-ad70-01e2d8b2f5fc
2022-09-29T06:25:31.342Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5cffd41c-1b9c-48cb-ad70-01e2d8b2f5fc matches Tosca VF Customization UUID: 5cffd41c-1b9c-48cb-ad70-01e2d8b2f5fc
2022-09-29T06:25:31.342Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 5cffd41c-1b9c-48cb-ad70-01e2d8b2f5fc 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-09-29T06:25:31.356Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:25:31.356Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rNymbC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:25:31.357Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 5cffd41c-1b9c-48cb-ad70-01e2d8b2f5fc: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-29T06:25:31.357Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2b342a35
2022-09-29T06:25:31.357Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:25:31.357Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rNymbC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-29T06:25:31.358Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 37c6c1e0-d053-4000-b053-0be38fed244c
2022-09-29T06:25:31.358Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 37c6c1e0-d053-4000-b053-0be38fed244c
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-09-29T06:25:31.361Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:25:31.361Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rNymbC 0 is matching search criteria
2022-09-29T06:25:31.361Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_rNymbC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:25:31.362Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:25:31.362Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rNymbC 0 is matching search criteria
2022-09-29T06:25:31.362Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_rNymbC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:25:31.362Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:25:31.362Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rNymbC 0 is not matching search criteria
2022-09-29T06:25:31.362Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-29T06:25:31.363Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-29T06:25:31.363Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5c73c813-044c-4645-aedf-eb2399dd10c1
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-09-29T06:25:31.365Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:25:31.365Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rNymbC 0 is matching search criteria
2022-09-29T06:25:31.366Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_rNymbC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:25:31.366Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:25:31.366Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rNymbC 0 is matching search criteria
2022-09-29T06:25:31.366Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_rNymbC 0] matching following query criteria: sdcType=VF, customizationUUID=5cffd41c-1b9c-48cb-ad70-01e2d8b2f5fc
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-09-29T06:25:31.380Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:25:31.381Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rNymbC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:25:31.381Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 03e2b73f-d0f3-41c0-ba90-45c393c8322b: basic_onboard_rNymbC
2022-09-29T06:25:31.381Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:25:31.381Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rNymbC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:25:31.381Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:25:31.381Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rNymbC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:25:31.382Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:25:31.382Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rNymbC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:25:31.382Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:25:31.382Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rNymbC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:25:31.382Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:25:31.383Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rNymbC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:25:31.383Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_rNymbC
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-09-29T06:25:31.649Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_rNymbC 22b829d6-d780-43df-849f-f3ab89678254 1 ASDC deployResourceStructure
2022-09-29T06:25:31.650Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json ASDC sendASDCNotification
2022-09-29T06:25:31.650Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json
2022-09-29T06:25:31.650Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-29T06:25:31.652Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:25:31.656Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:25:31.656Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432731650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-29T06:25:31.755Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-29T06:25:31.756Z||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-09-29T06:25:31.756Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:25:31.783Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:25:31.783Z||pool-30-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:25:32.658Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-29T06:25:32.658Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml
2022-09-29T06:25:32.658Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-29T06:25:32.659Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:25:32.661Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:25:32.661Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432732657,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-09-29T06:25:32.761Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:25:32.762Z||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-09-29T06:25:32.762Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:25:32.820Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:25:32.820Z||pool-31-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":2,"count":1}
2022-09-29T06:25:33.662Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-29T06:25:33.662Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env
2022-09-29T06:25:33.663Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-29T06:25:33.663Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:25:33.665Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:25:33.665Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432733662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-09-29T06:25:33.765Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:25:33.766Z||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-09-29T06:25:33.767Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:25:33.798Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:25:33.798Z||pool-32-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:25:34.666Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar ASDC sendASDCNotification
2022-09-29T06:25:34.667Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar
2022-09-29T06:25:34.667Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-29T06:25:34.667Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:25:34.669Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:25:34.670Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432734666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-29T06:25:34.769Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-29T06:25:34.770Z||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-09-29T06:25:34.771Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:25:34.826Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:25:34.827Z||pool-33-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:25:35.671Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c86e6aa7-709a-45ad-a79a-b6221888a666
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-09-29T06:25:35.682Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c86e6aa7-709a-45ad-a79a-b6221888a666
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-09-29T06:25:35.686Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-29T06:25:35.686Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-29T06:25:35.686Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-29T06:25:35.687Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-29T06:25:35.687Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-29T06:25:35.687Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-29T06:25:35.687Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-29T06:25:35.687Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-29T06:25:35.688Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-29T06:25:35.688Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-29T06:25:35.688Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-29T06:25:35.693Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-29T06:26:04.908Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:26:04.909Z||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-09-29T06:26:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:26:05.582Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:26:05.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:26:05.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432713925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:26:05.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:26:05.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:26:05.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432713925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json",
"status": "NOTIFIED"
}
2022-09-29T06:26:05.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:26:05.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:26:05.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432713925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-29T06:26:05.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:26:05.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:26:05.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432713925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:26:05.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:26:05.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:26:05.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432713925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-29T06:26:05.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:26:05.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:26:05.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432713925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:26:05.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:26:05.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:26:05.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432713925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar",
"status": "NOTIFIED"
}
2022-09-29T06:26:05.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-29T06:26:05.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:26:05.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432725715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:26:05.590Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:26:05.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:26:05.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432728183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:26:05.590Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:26:05.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:26:05.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432729247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:26:05.591Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:26:05.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:26:05.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432730305,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:26:05.591Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:26:05.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:26:05.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432731650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/basic_onboard_rnymbc0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-29T06:26:05.592Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:26:05.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:26:05.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432732657,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-09-29T06:26:05.593Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:26:05.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:26:05.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432733662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/resourceInstances/basic_onboard_rnymbc0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-09-29T06:26:05.593Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:26:05.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-29T06:26:05.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432734666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRnymbc/1.0/artifacts/service-BasicOnboardRnymbc-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-29T06:26:05.594Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:26:05.693Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c86e6aa7-709a-45ad-a79a-b6221888a666 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-09-29T06:26:05.698Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c86e6aa7-709a-45ad-a79a-b6221888a666 and serviceModelVersionId: 03e2b73f-d0f3-41c0-ba90-45c393c8322b
2022-09-29T06:26:05.699Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 313b5e31-f263-44dc-b975-34606abf8576
2022-09-29T06:26:05.700Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/313b5e31-f263-44dc-b975-34606abf8576/model-vers/model-ver/03e2b73f-d0f3-41c0-ba90-45c393c8322b?depth=0
2022-09-29T06:26:05.704Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-09-29T06:26:05.755Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/313b5e31-f263-44dc-b975-34606abf8576/model-vers/model-ver/03e2b73f-d0f3-41c0-ba90-45c393c8322b?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-09-29T06:26:05.757Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/313b5e31-f263-44dc-b975-34606abf8576/model-vers/model-ver/03e2b73f-d0f3-41c0-ba90-45c393c8322b?depth=0|INFO|500||Invoke
2022-09-29T06:26:05.782Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/313b5e31-f263-44dc-b975-34606abf8576/model-vers/model-ver/03e2b73f-d0f3-41c0-ba90-45c393c8322b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-09-29T06:26:05.966Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/313b5e31-f263-44dc-b975-34606abf8576/model-vers/model-ver/03e2b73f-d0f3-41c0-ba90-45c393c8322b?depth=0|INFO|500||InvokeReturn
2022-09-29T06:26:05.968Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/313b5e31-f263-44dc-b975-34606abf8576/model-vers/model-ver/03e2b73f-d0f3-41c0-ba90-45c393c8322b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220929-06:26:06:638-8531], vertex-id=[180288], Content-Length=[0], Date=[Thu, 29 Sep 2022 06:26:06 GMT], Content-Type=[application/json]}
2022-09-29T06:26:05.968Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-09-29T06:26:05.969Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-29T06:26:05.969Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-29T06:26:05.974Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-09-29T06:26:05.974Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c86e6aa7-709a-45ad-a79a-b6221888a666 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-29T06:26:05.975Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-29T06:26:05.975Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:26:05.977Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:26:05.977Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432765975,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-29T06:26:06.077Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:26:06.078Z||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-09-29T06:26:06.078Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:26:06.107Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:26:06.108Z||pool-34-thread-1|||||INFO|500||cambria reply ok (31 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-09-29T06:26:06.988Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:26:06.989Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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-09-29T06:26:06.989Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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 nAir5M92j6UcCmMm) ...
2022-09-29T06:26:16.574Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:26:16.574Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:26:16.575Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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-09-29T06:26:16.575Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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 nAir5M92j6UcCmMm) ...
2022-09-29T06:26:26.165Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:26:26.166Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:26:26.166Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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-09-29T06:26:26.167Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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 nAir5M92j6UcCmMm) ...
2022-09-29T06:26:35.739Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:27:04.906Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:27:04.907Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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-09-29T06:27:04.907Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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 nAir5M92j6UcCmMm) ...
2022-09-29T06:27:04.908Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:27:04.908Z||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-09-29T06:27:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:27:05.559Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:27:05.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-29T06:27:05.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c86e6aa7-709a-45ad-a79a-b6221888a666",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664432765975,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-29T06:27:05.561Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:27:14.507Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:28:04.906Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:28:04.907Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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-09-29T06:28:04.907Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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 nAir5M92j6UcCmMm) ...
2022-09-29T06:28:04.908Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:28:04.908Z||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-09-29T06:28:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:28:14.551Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:28:14.556Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:29:04.906Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:29:04.907Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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-09-29T06:29:04.907Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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 nAir5M92j6UcCmMm) ...
2022-09-29T06:29:04.908Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:29:04.909Z||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-09-29T06:29:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:29:14.499Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:29:14.504Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:30:04.906Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:30:04.908Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:30:04.908Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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-09-29T06:30:04.908Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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 nAir5M92j6UcCmMm) ...
2022-09-29T06:30:04.908Z||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-09-29T06:30:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:30:14.494Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:30:14.504Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:31:04.906Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:31:04.907Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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-09-29T06:31:04.907Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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 nAir5M92j6UcCmMm) ...
2022-09-29T06:31:04.908Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:31:04.909Z||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-09-29T06:31:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:31:14.473Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:31:14.499Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:32:04.905Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:32:04.906Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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-09-29T06:32:04.907Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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 nAir5M92j6UcCmMm) ...
2022-09-29T06:32:04.908Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:32:04.908Z||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-09-29T06:32:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:32:14.501Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:32:14.506Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:33:04.906Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:33:04.907Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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-09-29T06:33:04.908Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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 nAir5M92j6UcCmMm) ...
2022-09-29T06:33:04.908Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:33:04.908Z||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-09-29T06:33:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:33:14.509Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:33:14.519Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:34:04.906Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:34:04.907Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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-09-29T06:34:04.907Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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 nAir5M92j6UcCmMm) ...
2022-09-29T06:34:04.908Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:34:04.909Z||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-09-29T06:34:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:34:14.480Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:34:14.488Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:35:04.906Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:35:04.907Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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-09-29T06:35:04.907Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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 nAir5M92j6UcCmMm) ...
2022-09-29T06:35:04.908Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:35:04.908Z||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-09-29T06:35:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:35:14.473Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:35:14.473Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:36:04.905Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:36:04.906Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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-09-29T06:36:04.907Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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 nAir5M92j6UcCmMm) ...
2022-09-29T06:36:04.908Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:36:04.908Z||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-09-29T06:36:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:36:14.517Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:36:14.520Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:37:04.906Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:37:04.907Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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-09-29T06:37:04.907Z|c86e6aa7-709a-45ad-a79a-b6221888a666|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 nAir5M92j6UcCmMm) ...
2022-09-29T06:37:04.908Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:37:04.908Z||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-09-29T06:37:04.908Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:37:05.560Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:37:05.561Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-29T06:37:05.561Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"94c08add-d9ce-4f04-8c69-b4f7e7b42eb4","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"066f288c-8027-4166-bbf8-4a591afd56e6","serviceDescription":"service","serviceInvariantUUID":"776a871d-15b5-45e9-b868-3d4c51d0e55b","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"59777237-643f-4838-ba34-6019033b9952","resourceInvariantUUID":"2fd33980-2324-4c0c-8df7-1a282db9cb95","resourceCustomizationUUID":"aeb7972c-1b31-4263-b93d-44898dde396d","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":"YjBjZTk1Mzg5NGQ5NDdiNzQ3NTAwMDJhM2RkNTlkMGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3b7d00c6-a051-4abf-adcd-dbd07faa5b88","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjYwNTM3YjdhYTFiZTMxNjI3NjA5MTkzZTYwODQwOWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4adbfb70-b235-48fe-af3b-e3ef33949394","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-29T06:37:05.564Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:37:05.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:37:05.565Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
"consumerID": "ves-openapi-manager",
"timestamp": 1664433412447,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:37:05.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:37:05.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:37:05.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664433405198,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:37:05.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:37:05.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:37:05.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664433405095,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:37:05.566Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:37:05.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:37:05.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:37:05.567Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:37:05.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
"consumerID": "cds",
"timestamp": 1664433413047,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:37:05.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:37:05.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:37:05.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
"consumerID": "ves-openapi-manager",
"timestamp": 1664433412447,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:37:05.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:37:05.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:37:05.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664433405198,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-29T06:37:05.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:37:05.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:37:05.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664433405095,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-29T06:37:05.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:37:05.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:37:05.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
"consumerID": "cds",
"timestamp": 1664433413047,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-29T06:37:05.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:37:05.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:37:05.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664433414973,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:37:05.569Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:37:05.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:37:05.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
"consumerID": "cds",
"timestamp": 1664433415804,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:37:05.569Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:37:05.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:37:05.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
"consumerID": "clamp",
"timestamp": 1664433416457,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:37:05.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:37:05.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:37:05.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
"consumerID": "cds",
"timestamp": 1664433416866,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-09-29T06:37:05.570Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:37:05.570Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664433424906,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-29T06:37:05.588Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4
2022-09-29T06:37:05.589Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4 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-09-29T06:37:05.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:37:05.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664433417162,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-29T06:37:05.595Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:37:05.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:37:05.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
"consumerID": "clamp",
"timestamp": 1664433416457,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-29T06:37:05.595Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:37:05.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:37:05.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664433418167,
"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-09-29T06:37:05.598Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4
2022-09-29T06:37:05.599Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4 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-09-29T06:37:05.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:37:05.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
"consumerID": "clamp",
"timestamp": 1664433424082,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:37:05.605Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:37:05.670Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:37:05.671Z||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-09-29T06:37:05.671Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:37:05.709Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:37:05.709Z||pool-35-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:37:06.570Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:37:06.571Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:37:06.573Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:37:06.573Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664433424906,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-29T06:37:06.673Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:37:06.674Z||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-09-29T06:37:06.674Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:37:06.694Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:37:06.694Z||pool-36-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:37:07.574Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "066f288c-8027-4166-bbf8-4a591afd56e6",
"serviceDescription": "service",
"serviceInvariantUUID": "776a871d-15b5-45e9-b868-3d4c51d0e55b",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "aeb7972c-1b31-4263-b93d-44898dde396d",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "59777237-643f-4838-ba34-6019033b9952",
"resourceInvariantUUID": "2fd33980-2324-4c0c-8df7-1a282db9cb95",
"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": "YjYwNTM3YjdhYTFiZTMxNjI3NjA5MTkzZTYwODQwOWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4adbfb70-b235-48fe-af3b-e3ef33949394"
}
],
"workloadContext": "Production"
}
2022-09-29T06:37:07.574Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-29T06:37:07.575Z|c86e6aa7-709a-45ad-a79a-b6221888a666|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 066f288c-8027-4166-bbf8-4a591afd56e6 ASDC
2022-09-29T06:37:07.575Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:94c08add-d9ce-4f04-8c69-b4f7e7b42eb4
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:066f288c-8027-4166-bbf8-4a591afd56e6
ServiceInvariantUUID:776a871d-15b5-45e9-b868-3d4c51d0e55b
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:4adbfb70-b235-48fe-af3b-e3ef33949394
ArtifactChecksum:YjYwNTM3YjdhYTFiZTMxNjI3NjA5MTkzZTYwODQwOWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:aeb7972c-1b31-4263-b93d-44898dde396d
ResourceInvariantUUID:2fd33980-2324-4c0c-8df7-1a282db9cb95
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:59777237-643f-4838-ba34-6019033b9952
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-09-29T06:37:07.576Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 066f288c-8027-4166-bbf8-4a591afd56e6 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-09-29T06:37:07.607Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-29T06:37:07.608Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-29T06:37:07.608Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-29T06:37:07.608Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4adbfb70-b235-48fe-af3b-e3ef33949394 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-29T06:37:07.609Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-29T06:37:07.609Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-29T06:37:07.688Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-29T06:37:07.692Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 4adbfb70-b235-48fe-af3b-e3ef33949394 57620
2022-09-29T06:37:07.693Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-29T06:37:07.693Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-29T06:37:07.693Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:37:07.694Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:37:07.697Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:37:07.697Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664433427693,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:37:07.797Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:37:07.798Z||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-09-29T06:37:07.798Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:37:07.833Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:37:07.833Z||pool-37-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:37:08.699Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-29T06:37:08.700Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-29T06:37:08.700Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 4adbfb70-b235-48fe-af3b-e3ef33949394, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-29T06:37:08.700Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-09-29T06:37:08.701Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-29T06:37:08.701Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-29T06:37:08.937Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17944710001571388488/Definitions/service-BasicNetwork-template.yml
2022-09-29T06:37:09.505Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-29T06:37:09.506Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-29T06:37:09.506Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-29T06:37:09.506Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-09-29T06:37:09.506Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||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-09-29T06:37:09.506Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||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-09-29T06:37:09.507Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||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-09-29T06:37:09.507Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||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-09-29T06:37:09.507Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-29T06:37:09.507Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||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-09-29T06:37:09.507Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||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-09-29T06:37:09.507Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||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-09-29T06:37:09.507Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-29T06:37:09.508Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:37:09.508Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:37:09.508Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-29T06:37:09.508Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-29T06:37:09.509Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-29T06:37:09.509Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:37:09.509Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:37:09.509Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-29T06:37:09.509Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-29T06:37:09.510Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-29T06:37:09.510Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:37:09.510Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:37:09.510Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:37:09.510Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:37:09.510Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:37:09.511Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:37:09.511Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:37:09.511Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:37:09.511Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:37:09.511Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:37:09.511Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:066f288c-8027-4166-bbf8-4a591afd56e6
Model Version:NULL
Model InvariantUuid:776a871d-15b5-45e9-b868-3d4c51d0e55b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:2fd33980-2324-4c0c-8df7-1a282db9cb95
Model UUID:3b1eca63-2856-4092-9bf3-d1979ae90268
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:aeb7972c-1b31-4263-b93d-44898dde396d
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-09-29T06:37:09.519Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 59777237-643f-4838-ba34-6019033b9952
2022-09-29T06:37:09.519Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||No resources found for Service: 066f288c-8027-4166-bbf8-4a591afd56e6
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-09-29T06:37:09.525Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||
2022-09-29T06:37:09.525Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-09-29T06:37:09.526Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 066f288c-8027-4166-bbf8-4a591afd56e6
2022-09-29T06:37:09.526Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 066f288c-8027-4166-bbf8-4a591afd56e6
2022-09-29T06:37:09.526Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-09-29T06:37:09.526Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||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-09-29T06:37:09.531Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@275ed2e9, org.onap.sdc.toscaparser.api.parameters.Input@21a51204, org.onap.sdc.toscaparser.api.parameters.Input@281e0102, org.onap.sdc.toscaparser.api.parameters.Input@43a56179, org.onap.sdc.toscaparser.api.parameters.Input@123d3a7e]
2022-09-29T06:37:09.532Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:37:09.532Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:37:09.533Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:37:09.533Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:37:09.533Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 066f288c-8027-4166-bbf8-4a591afd56e6: Generic NeutronNet
2022-09-29T06:37:09.533Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:37:09.533Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:37:09.534Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:37:09.534Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||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-09-29T06:37:09.569Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:37:09.569Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:37:09.570Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:37:09.570Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:37:09.570Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:37:09.570Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:37:09.570Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||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-09-29T06:37:09.677Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-09-29T06:37:09.678Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-29T06:37:09.678Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-29T06:37:09.678Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-29T06:37:09.678Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:37:09.680Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:37:09.680Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664433429677,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-29T06:37:09.780Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-29T06:37:09.781Z||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-09-29T06:37:09.781Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:37:09.796Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:37:09.796Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:37:10.681Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4
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-09-29T06:37:10.702Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4
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-09-29T06:37:10.710Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-29T06:37:10.710Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-29T06:37:10.710Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-29T06:37:40.711Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4
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-09-29T06:37:40.722Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4
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-09-29T06:37:40.725Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-29T06:37:40.725Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-29T06:37:40.725Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-29T06:38:04.908Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:38:04.909Z||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-09-29T06:38:04.909Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:38:05.044Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:38:05.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:38:05.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664433424906,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:38:05.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:38:10.728Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4
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-09-29T06:38:10.741Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4
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-09-29T06:38:10.745Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-29T06:38:10.746Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-29T06:38:10.746Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-29T06:38:40.747Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4
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-09-29T06:38:40.768Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4
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-09-29T06:38:40.772Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-29T06:38:40.772Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-29T06:38:40.772Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-29T06:39:04.908Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:39:04.910Z||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-09-29T06:39:04.910Z||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 nAir5M92j6UcCmMm) ...
2022-09-29T06:39:05.004Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:39:05.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664433424906,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-29T06:39:05.023Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
"consumerID": "clamp",
"timestamp": 1664433427086,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-29T06:39:05.023Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
"consumerID": "clamp",
"timestamp": 1664433428090,
"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-09-29T06:39:05.035Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4
2022-09-29T06:39:05.035Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4 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-09-29T06:39:05.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664433427693,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:39:05.052Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664433429677,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-29T06:39:05.052Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "cds",
"timestamp": 1664433428047,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664433425097,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "cds",
"timestamp": 1664433428047,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664433425097,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-09-29T06:39:05.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "cds",
"timestamp": 1664433428047,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664433425097,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-09-29T06:39:05.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "ves-openapi-manager",
"timestamp": 1664433432447,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "cds",
"timestamp": 1664433428047,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664433425097,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
"consumerID": "aai-ml",
"timestamp": 1664433432490,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "ves-openapi-manager",
"timestamp": 1664433432447,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "cds",
"timestamp": 1664433428047,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664433425097,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-09-29T06:39:05.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
"consumerID": "aai-ml",
"timestamp": 1664433432490,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-29T06:39:05.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "ves-openapi-manager",
"timestamp": 1664433432447,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "cds",
"timestamp": 1664433428047,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664433425097,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "ves-openapi-manager",
"timestamp": 1664433432447,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
"consumerID": "aai-ml",
"timestamp": 1664433435441,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:39:05.059Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "cds",
"timestamp": 1664433428047,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-09-29T06:39:05.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664433425097,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-09-29T06:39:05.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664433435198,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "ves-openapi-manager",
"timestamp": 1664433432447,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664433435198,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "cds",
"timestamp": 1664433437205,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:39:05.061Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664433437220,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:39:05.062Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "ves-openapi-manager",
"timestamp": 1664433432447,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664433435198,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "cds",
"timestamp": 1664433438211,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-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-09-29T06:39:05.088Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 310f8506-387d-42e9-bc3a-65130dea235d
2022-09-29T06:39:05.089Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 310f8506-387d-42e9-bc3a-65130dea235d 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-09-29T06:39:05.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664433438298,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:39:05.100Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "ves-openapi-manager",
"timestamp": 1664433432447,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.100Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664433435198,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.101Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664433439391,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:39:05.101Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664433435198,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.101Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
"consumerID": "aai-ml",
"timestamp": 1664433440364,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-29T06:39:05.102Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664433440407,
"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-09-29T06:39:05.106Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 310f8506-387d-42e9-bc3a-65130dea235d
2022-09-29T06:39:05.106Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 310f8506-387d-42e9-bc3a-65130dea235d 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-09-29T06:39:05.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664433435198,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.115Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.116Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
"consumerID": "aai-ml",
"timestamp": 1664433441369,
"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-09-29T06:39:05.119Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4
2022-09-29T06:39:05.120Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4 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-09-29T06:39:05.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664433441412,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-29T06:39:05.128Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664433435198,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-09-29T06:39:05.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "aai-ml",
"timestamp": 1664433432490,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664433443024,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:39:05.133Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "aai-ml",
"timestamp": 1664433432490,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "cds",
"timestamp": 1664433443047,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "aai-ml",
"timestamp": 1664433432490,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "cds",
"timestamp": 1664433443047,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "aai-ml",
"timestamp": 1664433432490,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "cds",
"timestamp": 1664433443047,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664433445095,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664433445738,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-29T06:39:05.135Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "aai-ml",
"timestamp": 1664433432490,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "clamp",
"timestamp": 1664433446457,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "cds",
"timestamp": 1664433443047,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664433445095,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664433446744,
"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-09-29T06:39:05.148Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 310f8506-387d-42e9-bc3a-65130dea235d
2022-09-29T06:39:05.149Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 310f8506-387d-42e9-bc3a-65130dea235d 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-09-29T06:39:05.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "aai-ml",
"timestamp": 1664433432490,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.157Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "clamp",
"timestamp": 1664433446457,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-09-29T06:39:05.157Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.158Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.158Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "cds",
"timestamp": 1664433443047,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.158Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.158Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.158Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664433445095,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.158Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.158Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.158Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "aai-ml",
"timestamp": 1664433432490,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-09-29T06:39:05.158Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.159Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.159Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "clamp",
"timestamp": 1664433446457,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.159Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.159Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.159Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664433445095,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.159Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.159Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.159Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "cds",
"timestamp": 1664433443047,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.159Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.160Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.160Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "aai-ml",
"timestamp": 1664433449546,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:39:05.163Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "clamp",
"timestamp": 1664433446457,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.164Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "cds",
"timestamp": 1664433443047,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.164Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664433445095,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "clamp",
"timestamp": 1664433446457,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "cds",
"timestamp": 1664433443047,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar",
"status": "NOTIFIED"
}
2022-09-29T06:39:05.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664433445095,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "clamp",
"timestamp": 1664433446457,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664433445095,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "cds",
"timestamp": 1664433451794,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:39:05.167Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "ves-openapi-manager",
"timestamp": 1664433452451,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "clamp",
"timestamp": 1664433446457,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-09-29T06:39:05.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664433445095,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar",
"status": "NOTIFIED"
}
2022-09-29T06:39:05.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "cds",
"timestamp": 1664433452801,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-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-09-29T06:39:05.180Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b4dad0b7-787e-446f-901f-34d010fc5843
2022-09-29T06:39:05.180Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4dad0b7-787e-446f-901f-34d010fc5843 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-09-29T06:39:05.188Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.188Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "ves-openapi-manager",
"timestamp": 1664433452451,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.189Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.189Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "ves-openapi-manager",
"timestamp": 1664433452451,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "ves-openapi-manager",
"timestamp": 1664433452451,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "ves-openapi-manager",
"timestamp": 1664433452451,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "ves-openapi-manager",
"timestamp": 1664433452451,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-09-29T06:39:05.191Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "ves-openapi-manager",
"timestamp": 1664433452451,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.191Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "clamp",
"timestamp": 1664433459087,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:39:05.191Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "aai-ml",
"timestamp": 1664433458656,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-29T06:39:05.191Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "ves-openapi-manager",
"timestamp": 1664433452451,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.192Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "aai-ml",
"timestamp": 1664433459660,
"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-09-29T06:39:05.196Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 310f8506-387d-42e9-bc3a-65130dea235d
2022-09-29T06:39:05.196Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 310f8506-387d-42e9-bc3a-65130dea235d 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-09-29T06:39:05.204Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.204Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "ves-openapi-manager",
"timestamp": 1664433461384,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:39:05.205Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.205Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "clamp",
"timestamp": 1664433461096,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-29T06:39:05.205Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.205Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "clamp",
"timestamp": 1664433462100,
"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-09-29T06:39:05.209Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 310f8506-387d-42e9-bc3a-65130dea235d
2022-09-29T06:39:05.209Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 310f8506-387d-42e9-bc3a-65130dea235d 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-09-29T06:39:05.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "ves-openapi-manager",
"timestamp": 1664433462741,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-09-29T06:39:05.217Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "clamp",
"timestamp": 1664433446457,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.218Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "ves-openapi-manager",
"timestamp": 1664433463747,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-29T06:39:05.222Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of b4dad0b7-787e-446f-901f-34d010fc5843
2022-09-29T06:39:05.222Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4dad0b7-787e-446f-901f-34d010fc5843 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-09-29T06:39:05.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "aai-ml",
"timestamp": 1664433462489,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "clamp",
"timestamp": 1664433446457,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "aai-ml",
"timestamp": 1664433462489,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "clamp",
"timestamp": 1664433446457,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "aai-ml",
"timestamp": 1664433462489,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "clamp",
"timestamp": 1664433446457,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664433465198,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "aai-ml",
"timestamp": 1664433462489,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.233Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "clamp",
"timestamp": 1664433446457,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.234Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664433465198,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.234Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "aai-ml",
"timestamp": 1664433462489,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.234Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "clamp",
"timestamp": 1664433446457,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.235Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.235Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664433465198,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.235Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.235Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "aai-ml",
"timestamp": 1664433462489,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.235Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.235Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664433465095,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.236Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.236Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "clamp",
"timestamp": 1664433446457,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.236Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.236Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664433465198,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.236Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "aai-ml",
"timestamp": 1664433462489,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.237Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664433465095,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-09-29T06:39:05.237Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "clamp",
"timestamp": 1664433446457,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar",
"status": "NOTIFIED"
}
2022-09-29T06:39:05.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664433465198,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "aai-ml",
"timestamp": 1664433462489,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar",
"status": "NOTIFIED"
}
2022-09-29T06:39:05.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664433465095,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-09-29T06:39:05.239Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664433465198,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/resourceInstances/pnf4c166c6f486a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.239Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "aai-ml",
"timestamp": 1664433471272,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:39:05.239Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664433465095,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-09-29T06:39:05.240Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664433465198,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.240Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
"consumerID": "ves-openapi-manager",
"timestamp": 1664433472447,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.240Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664433465095,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-09-29T06:39:05.241Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664433465198,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar",
"status": "NOTIFIED"
}
2022-09-29T06:39:05.241Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
"consumerID": "ves-openapi-manager",
"timestamp": 1664433472447,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.241Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664433465095,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
"consumerID": "cds",
"timestamp": 1664433473047,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664433474013,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:39:05.243Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
"consumerID": "ves-openapi-manager",
"timestamp": 1664433472447,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664433465095,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-09-29T06:39:05.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
"consumerID": "cds",
"timestamp": 1664433473047,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.244Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
"consumerID": "ves-openapi-manager",
"timestamp": 1664433472447,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.244Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664433465095,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
"consumerID": "cds",
"timestamp": 1664433473047,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
"consumerID": "ves-openapi-manager",
"timestamp": 1664433472447,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664433476254,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-29T06:39:05.246Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664433465095,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-09-29T06:39:05.246Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
"consumerID": "cds",
"timestamp": 1664433473047,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.246Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "aai-ml",
"timestamp": 1664433477146,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-29T06:39:05.247Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
"consumerID": "ves-openapi-manager",
"timestamp": 1664433472447,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664433477260,
"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-09-29T06:39:05.252Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b4dad0b7-787e-446f-901f-34d010fc5843
2022-09-29T06:39:05.253Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4dad0b7-787e-446f-901f-34d010fc5843 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-09-29T06:39:05.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
"consumerID": "cds",
"timestamp": 1664433473047,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.262Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664433477811,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:39:05.262Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "aai-ml",
"timestamp": 1664433478150,
"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-09-29T06:39:05.268Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b4dad0b7-787e-446f-901f-34d010fc5843
2022-09-29T06:39:05.268Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4dad0b7-787e-446f-901f-34d010fc5843 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-09-29T06:39:05.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
"consumerID": "ves-openapi-manager",
"timestamp": 1664433472447,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.277Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "clamp",
"timestamp": 1664433479091,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:39:05.277Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
"consumerID": "cds",
"timestamp": 1664433473047,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.278Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.278Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664433478881,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:39:05.278Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.278Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
"consumerID": "ves-openapi-manager",
"timestamp": 1664433472447,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.278Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "clamp",
"timestamp": 1664433480108,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYmdtvleja58x8x49nuit/1.0/artifacts/service-DemoPnfYmdtvleja58x8x49nuit-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-29T06:39:05.279Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
"consumerID": "cds",
"timestamp": 1664433473047,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.279Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664433479941,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:39:05.280Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.280Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.280Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
"consumerID": "ves-openapi-manager",
"timestamp": 1664433472447,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.280Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.280Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.280Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4dad0b7-787e-446f-901f-34d010fc5843",
"consumerID": "clamp",
"timestamp": 1664433481112,
"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-09-29T06:39:05.295Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b4dad0b7-787e-446f-901f-34d010fc5843
2022-09-29T06:39:05.295Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4dad0b7-787e-446f-901f-34d010fc5843 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-09-29T06:39:05.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
"consumerID": "cds",
"timestamp": 1664433473047,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.304Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664433480996,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:39:05.304Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
"consumerID": "cds",
"timestamp": 1664433473047,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-09-29T06:39:05.305Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.305Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.305Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664433482057,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-29T06:39:05.316Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f22146b5-d507-4b32-b3ea-a7e3d61c3067
2022-09-29T06:39:05.317Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f22146b5-d507-4b32-b3ea-a7e3d61c3067 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-09-29T06:39:05.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
"consumerID": "clamp",
"timestamp": 1664433482117,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.332Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
"consumerID": "cds",
"timestamp": 1664433482814,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:39:05.333Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664433483062,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-29T06:39:05.333Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-29T06:39:05.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
"consumerID": "clamp",
"timestamp": 1664433482117,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:05.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
"consumerID": "cds",
"timestamp": 1664433483819,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-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-09-29T06:39:05.338Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f22146b5-d507-4b32-b3ea-a7e3d61c3067
2022-09-29T06:39:05.338Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f22146b5-d507-4b32-b3ea-a7e3d61c3067 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-09-29T06:39:05.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-29T06:39:05.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22146b5-d507-4b32-b3ea-a7e3d61c3067",
"consumerID": "clamp",
"timestamp": 1664433482117,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:05.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-29T06:39:10.773Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4
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-09-29T06:39:10.786Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4
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-09-29T06:39:10.792Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-29T06:39:10.792Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-29T06:39:10.792Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-29T06:39:10.793Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-29T06:39:10.794Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-29T06:39:10.794Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-29T06:39:10.794Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-29T06:39:10.794Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-29T06:39:10.795Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-29T06:39:10.795Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-29T06:39:10.801Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-29T06:39:40.802Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4 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-09-29T06:39:40.809Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4 and serviceModelVersionId: 066f288c-8027-4166-bbf8-4a591afd56e6
2022-09-29T06:39:40.809Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 776a871d-15b5-45e9-b868-3d4c51d0e55b
2022-09-29T06:39:40.811Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/776a871d-15b5-45e9-b868-3d4c51d0e55b/model-vers/model-ver/066f288c-8027-4166-bbf8-4a591afd56e6?depth=0
2022-09-29T06:39:40.841Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-09-29T06:39:40.902Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/776a871d-15b5-45e9-b868-3d4c51d0e55b/model-vers/model-ver/066f288c-8027-4166-bbf8-4a591afd56e6?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-09-29T06:39:40.904Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/776a871d-15b5-45e9-b868-3d4c51d0e55b/model-vers/model-ver/066f288c-8027-4166-bbf8-4a591afd56e6?depth=0|INFO|500||Invoke
2022-09-29T06:39:40.930Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/776a871d-15b5-45e9-b868-3d4c51d0e55b/model-vers/model-ver/066f288c-8027-4166-bbf8-4a591afd56e6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-09-29T06:39:41.139Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/776a871d-15b5-45e9-b868-3d4c51d0e55b/model-vers/model-ver/066f288c-8027-4166-bbf8-4a591afd56e6?depth=0|INFO|500||InvokeReturn
2022-09-29T06:39:41.140Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/776a871d-15b5-45e9-b868-3d4c51d0e55b/model-vers/model-ver/066f288c-8027-4166-bbf8-4a591afd56e6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220929-06:39:41:816-77582], vertex-id=[221272], Content-Length=[0], Date=[Thu, 29 Sep 2022 06:39:41 GMT], Content-Type=[application/json]}
2022-09-29T06:39:41.140Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-09-29T06:39:41.141Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-29T06:39:41.141Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-29T06:39:41.146Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-09-29T06:39:41.147Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 94c08add-d9ce-4f04-8c69-b4f7e7b42eb4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-29T06:39:41.147Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-29T06:39:41.147Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:39:41.150Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:39:41.150Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "94c08add-d9ce-4f04-8c69-b4f7e7b42eb4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664433581147,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-29T06:39:41.250Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:39:41.251Z||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-09-29T06:39:41.251Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:39:41.306Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:39:41.306Z||pool-39-thread-1|||||INFO|500||cambria reply ok (56 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-09-29T06:39:42.162Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-29T06:39:42.163Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|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-09-29T06:39:42.163Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|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 nAir5M92j6UcCmMm) ...
2022-09-29T06:39:46.701Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:39:46.703Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-29T06:39:46.703Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"310f8506-387d-42e9-bc3a-65130dea235d","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"eb818df7-1b44-4dbb-a9b0-664ba7f96f7c","serviceDescription":"service","serviceInvariantUUID":"a6e3c269-4092-4356-8963-ba3c2ecbd548","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8b047765-abca-4b75-b653-b25c20459827","resourceInvariantUUID":"97447e08-39d6-4ad9-a324-f57f44a116eb","resourceCustomizationUUID":"48f3e6c1-2a14-417a-b3e9-3185a0197402","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"M2JiMzM4MDNkMzNmYjA5NzA4NTI0ZmQ5NDE0NjBkOTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"62ad05da-7aa7-436a-8c2c-35fad1f77a23","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"MzkwODQ0ZDU5M2Y4ZGNlZTUwMTk5YWQ5YTM1NTBmZGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"273985ea-2552-4e44-b282-d285eca2ee3c","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"50e54414-bf16-4898-a8a5-e209e55a5019","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"86244d33-b31c-4ab7-bec3-9c453af79056","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"86f69147-0dff-43ba-a66f-9f549f43086d","artifactVersion":"2","generatedFromUUID":"50e54414-bf16-4898-a8a5-e209e55a5019"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OWRiMjVlZTE0Yzk2MjY5Y2U0MzZiOTU1NmU4YWYxYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"58da5f22-3542-4846-afb5-3b9a14df353f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OTQ2YTE1MjdjYThiZWE1MzQwOGRjMTAyOTI3MzNlZGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6dab3976-2e61-43d2-bc97-60363b2ffe68","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-29T06:39:46.706Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:39:46.707Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:39:46.709Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:39:46.709Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664433582162,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:46.809Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:39:46.810Z||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-09-29T06:39:46.810Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:39:46.901Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:39:46.902Z||pool-40-thread-1|||||INFO|500||cambria reply ok (93 ms):{"serverTimeMs":4,"count":1}
2022-09-29T06:39:47.709Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:39:47.710Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:39:47.712Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:39:47.712Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664433582162,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-09-29T06:39:47.812Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:39:47.813Z||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-09-29T06:39:47.814Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:39:47.845Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:39:47.846Z||pool-41-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:39:48.713Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:39:48.714Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:39:48.716Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:39:48.716Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664433582162,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-09-29T06:39:48.816Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:39:48.817Z||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-09-29T06:39:48.817Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:39:48.941Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:39:48.942Z||pool-42-thread-1|||||INFO|500||cambria reply ok (125 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:39:49.717Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:39:49.717Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:39:49.719Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:39:49.720Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664433582162,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:49.820Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:39:49.821Z||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-09-29T06:39:49.821Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:39:49.857Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:39:49.857Z||pool-43-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-09-29T06:39:50.720Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:39:50.721Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:39:50.723Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:39:50.723Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664433582162,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-09-29T06:39:50.823Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:39:50.824Z||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-09-29T06:39:50.825Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:39:50.892Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:39:50.893Z||pool-44-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:39:51.724Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:39:51.724Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:39:51.752Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:39:51.753Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664433582162,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-29T06:39:51.827Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 73 ms
2022-09-29T06:39:51.827Z||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-09-29T06:39:51.828Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:39:51.850Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:39:51.850Z||pool-45-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:39:52.753Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-29T06:39:52.754Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:39:52.756Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:39:52.756Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664433582162,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-09-29T06:39:52.856Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-29T06:39:52.858Z||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-09-29T06:39:52.858Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:39:52.939Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:39:52.940Z||pool-46-thread-1|||||INFO|500||cambria reply ok (83 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:39:53.758Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "eb818df7-1b44-4dbb-a9b0-664ba7f96f7c",
"serviceDescription": "service",
"serviceInvariantUUID": "a6e3c269-4092-4356-8963-ba3c2ecbd548",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "48f3e6c1-2a14-417a-b3e9-3185a0197402",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8b047765-abca-4b75-b653-b25c20459827",
"resourceInvariantUUID": "97447e08-39d6-4ad9-a324-f57f44a116eb",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "MzkwODQ0ZDU5M2Y4ZGNlZTUwMTk5YWQ5YTM1NTBmZGQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "273985ea-2552-4e44-b282-d285eca2ee3c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "50e54414-bf16-4898-a8a5-e209e55a5019",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "86f69147-0dff-43ba-a66f-9f549f43086d",
"generatedFromUUID": "50e54414-bf16-4898-a8a5-e209e55a5019"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "86f69147-0dff-43ba-a66f-9f549f43086d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "OTQ2YTE1MjdjYThiZWE1MzQwOGRjMTAyOTI3MzNlZGI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6dab3976-2e61-43d2-bc97-60363b2ffe68"
}
],
"workloadContext": "Production"
}
2022-09-29T06:39:53.758Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-29T06:39:53.758Z|94c08add-d9ce-4f04-8c69-b4f7e7b42eb4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eb818df7-1b44-4dbb-a9b0-664ba7f96f7c ASDC
2022-09-29T06:39:53.759Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:310f8506-387d-42e9-bc3a-65130dea235d
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:eb818df7-1b44-4dbb-a9b0-664ba7f96f7c
ServiceInvariantUUID:a6e3c269-4092-4356-8963-ba3c2ecbd548
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:6dab3976-2e61-43d2-bc97-60363b2ffe68
ArtifactChecksum:OTQ2YTE1MjdjYThiZWE1MzQwOGRjMTAyOTI3MzNlZGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:48f3e6c1-2a14-417a-b3e9-3185a0197402
ResourceInvariantUUID:97447e08-39d6-4ad9-a324-f57f44a116eb
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:8b047765-abca-4b75-b653-b25c20459827
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:273985ea-2552-4e44-b282-d285eca2ee3c
ArtifactChecksum:MzkwODQ0ZDU5M2Y4ZGNlZTUwMTk5YWQ5YTM1NTBmZGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:50e54414-bf16-4898-a8a5-e209e55a5019
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:86f69147-0dff-43ba-a66f-9f549f43086d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:86f69147-0dff-43ba-a66f-9f549f43086d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-29T06:39:53.759Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eb818df7-1b44-4dbb-a9b0-664ba7f96f7c 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-09-29T06:39:53.834Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-29T06:39:53.834Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-29T06:39:53.835Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-29T06:39:53.835Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6dab3976-2e61-43d2-bc97-60363b2ffe68 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-29T06:39:53.835Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-29T06:39:53.835Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-29T06:39:53.908Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-29T06:39:53.912Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 6dab3976-2e61-43d2-bc97-60363b2ffe68 74777
2022-09-29T06:39:53.912Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-09-29T06:39:53.912Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-29T06:39:53.913Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-29T06:39:53.913Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-29T06:39:53.915Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-29T06:39:53.915Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "310f8506-387d-42e9-bc3a-65130dea235d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664433593912,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-29T06:39:54.015Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-29T06:39:54.016Z||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-09-29T06:39:54.016Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nAir5M92j6UcCmMm) ...
2022-09-29T06:39:54.071Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-29T06:39:54.071Z||pool-47-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-09-29T06:39:54.916Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-29T06:39:54.917Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-29T06:39:54.918Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 6dab3976-2e61-43d2-bc97-60363b2ffe68, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-09-29T06:39:54.918Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-09-29T06:39:54.919Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-09-29T06:39:54.919Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-09-29T06:39:55.088Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6606553593865402025/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-09-29T06:39:56.372Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-29T06:39:56.373Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-29T06:39:56.373Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-29T06:39:56.373Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-29T06:39:56.373Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-29T06:39:56.373Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-29T06:39:56.374Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 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-BasicVm-csar.csar
2022-09-29T06:39:56.374Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-29T06:39:56.374Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-29T06:39:56.374Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-29T06:39:56.374Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-29T06:39:56.374Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-29T06:39:56.375Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:39:56.375Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:39:56.375Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-29T06:39:56.376Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-29T06:39:56.376Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-29T06:39:56.376Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:39:56.376Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:39:56.377Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-29T06:39:56.377Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-29T06:39:56.377Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-29T06:39:56.377Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:39:56.377Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-29T06:39:56.378Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:39:56.378Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-29T06:39:56.378Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-09-29T06:39:56.378Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-09-29T06:39:56.379Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-09-29T06:39:56.379Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-29T06:39:56.379Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-29T06:39:56.379Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:39:56.379Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-29T06:39:56.380Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:39:56.380Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-29T06:39:56.380Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:39:56.380Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:39:56.381Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-29T06:39:56.381Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:39:56.381Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-29T06:39:56.381Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-29T06:39:56.381Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-29T06:39:56.382Z|310f8506-387d-42e9-bc3a-65130dea235d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery