By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-10-12T05:04:40.056Z||main|||||INFO|500||The following profiles are active: basic
2022-10-12T05:04:51.832Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-12T05:04:51.833Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-12T05:04:51.964Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-12T05:04:56.109Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-12T05:04:56.515Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-12T05:04:57.003Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-12T05:04:57.010Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-12T05:04:57.130Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-12T05:04:57.333Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-12T05:04:58.010Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-12T05:04:59.843Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-12T05:05:02.167Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-12T05:05:02.224Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-12T05:05:02.871Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-12T05:05:03.109Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-10-12T05:05:04.393Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-12T05:05:05.547Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-10-12T05:05:05.571Z||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$$6480366b.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-10-12T05:05:05.573Z||main|||||WARN|500||The sdc end point is not alive
2022-10-12T05:05:08.508Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-10-12T05:05:11.344Z||main|||||WARN|500||---
2022-10-12T05:05:11.344Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-12T05:05:11.345Z||main|||||WARN|500||---
2022-10-12T05:05:11.805Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-12T05:05:16.737Z||main|||||INFO|500||Started Application in 39.919 seconds (JVM running for 42.054)
2022-10-12T05:05:16.757Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-12T05:05:16.764Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-12T05:05:16.780Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-12T05:05:16.813Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-12T05:05:16.896Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dc869931-4671-41a4-9daf-d5d8be7127e3 url= /sdc/v1/artifactTypes
2022-10-12T05:05:16.897Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-12T05:05:17.169Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-12T05:05:17.202Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-10-12T05:05:17.227Z||scheduling-1|||||DEBUG|500||create keys
2022-10-12T05:05:17.236Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-12T05:05:17.271Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:05:17.289Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c6986501-f752-459e-a3ef-3459cce7b932 url= /sdc/v1/registerForDistribution
2022-10-12T05:05:17.368Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c6986501-f752-459e-a3ef-3459cce7b932 url= /sdc/v1/registerForDistribution
2022-10-12T05:05:17.369Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-12T05:05:17.379Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:05:17.379Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:05:17.388Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-12T05:05:17.414Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:05:17.415Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:05:17.416Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:05:17.415Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:05:27.745Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:05:27.778Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:06:17.376Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:06:17.378Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:06:17.379Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:06:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:06:17.380Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:06:17.381Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:06:26.935Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:06:26.937Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:07:17.376Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:07:17.378Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:07:17.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:07:17.378Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:07:17.379Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:07:17.381Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:07:26.924Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:07:26.924Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:08:17.376Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:08:17.377Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:08:17.377Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:08:17.379Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:08:17.380Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:08:17.381Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:08:26.926Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:08:26.927Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:09:17.376Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:09:17.377Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:09:17.377Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:09:17.378Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:09:17.380Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:09:17.380Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:09:26.935Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:09:26.936Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:10:17.376Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:10:17.377Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:10:17.377Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:10:17.378Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:10:17.379Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:10:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:10:26.923Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:10:26.923Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:11:17.376Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:11:17.378Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:11:17.378Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:11:17.378Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:11:17.379Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:11:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:11:26.933Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:11:26.934Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:12:17.376Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:12:17.377Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:12:17.377Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:12:17.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:12:17.380Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:12:17.380Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:12:26.932Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:12:26.941Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:13:17.376Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:13:17.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:13:17.379Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:13:17.379Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:13:17.379Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:13:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:13:26.933Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:13:26.935Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:14:17.377Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:14:17.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:14:17.381Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:14:17.381Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:14:17.382Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:14:17.382Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:14:26.929Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:14:26.930Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:15:17.376Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:15:17.377Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:15:17.378Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:15:17.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:15:17.379Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:15:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:15:26.654Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-12T05:15:26.920Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:15:26.921Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:16:17.376Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:16:17.377Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:16:17.378Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:16:17.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:16:17.379Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:16:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:16:26.927Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:16:26.928Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:17:17.376Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:17:17.377Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:17:17.378Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:17:17.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:17:17.379Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:17:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:17:26.925Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:17:26.927Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:18:17.376Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:18:17.377Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:18:17.378Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:18:17.378Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:18:17.379Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:18:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:18:26.931Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:18:26.931Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:19:17.376Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:19:17.377Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:19:17.377Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:19:17.379Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:19:17.380Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:19:17.381Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:19:26.933Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:19:26.933Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:20:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:20:17.377Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:20:17.377Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:20:17.379Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:20:17.380Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:20:17.380Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:20:26.929Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:20:26.936Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:21:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:21:17.377Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:21:17.377Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:21:17.378Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:21:17.379Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:21:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:21:26.928Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:21:26.928Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:22:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:22:17.377Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:22:17.377Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:22:17.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:22:17.379Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:22:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:22:26.926Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:22:26.926Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:23:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:23:17.377Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:23:17.378Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:23:17.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:23:17.379Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:23:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:23:26.928Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:23:26.930Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:24:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:24:17.377Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:24:17.378Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:24:17.378Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:24:17.379Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:24:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:24:26.921Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:24:26.922Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:25:17.377Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:25:17.378Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:25:17.379Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:25:17.379Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:25:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:25:17.379Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:25:26.932Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:25:26.934Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:26:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:26:17.377Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:26:17.377Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:26:17.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:26:17.379Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:26:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:26:26.925Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:26:26.932Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:27:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:27:17.377Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:27:17.377Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:27:17.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:27:17.379Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:27:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:27:26.926Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:27:26.931Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:28:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:28:17.378Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:28:17.378Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:28:17.378Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:28:17.379Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:28:17.380Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:28:26.923Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:28:26.923Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:29:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:29:17.377Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:29:17.378Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:29:17.378Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:29:17.379Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:29:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:29:26.922Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:29:26.929Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:30:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:30:17.377Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:30:17.377Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:30:17.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:30:17.379Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:30:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:30:26.922Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:30:26.923Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:31:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:31:17.377Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:31:17.378Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:31:17.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:31:17.379Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:31:17.380Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:31:26.928Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:31:26.932Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:32:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:32:17.377Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:32:17.377Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:32:17.378Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:32:17.379Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:32:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:32:26.928Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:32:26.989Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:33:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:33:17.377Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:33:17.377Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:33:17.378Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:33:17.379Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:33:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:33:26.923Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:33:26.925Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:34:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:34:17.377Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:34:17.377Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:34:17.378Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:34:17.379Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:34:17.380Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:34:26.952Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:34:26.954Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:35:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:35:17.378Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:35:17.378Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:35:17.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:35:17.379Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:35:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:35:26.929Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:35:26.930Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:36:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:36:17.378Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:36:17.378Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:36:17.378Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:36:17.379Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:36:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:36:26.922Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:36:26.923Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:37:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:37:17.377Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:37:17.377Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:37:17.378Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:37:17.379Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:37:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:37:26.919Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:37:26.926Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:38:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:38:17.378Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:38:17.378Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:38:17.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:38:17.379Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:38:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:38:26.925Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:38:26.925Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:39:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:39:17.377Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:39:17.377Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:39:17.378Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:39:17.379Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:39:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:39:26.950Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:39:26.954Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:40:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:40:17.377Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:40:17.377Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:40:17.378Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:40:17.379Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:40:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:40:26.925Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:40:26.927Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:41:17.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:41:17.378Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:41:17.378Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:41:17.378Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:41:17.379Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:41:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:41:26.932Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:41:26.933Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:42:17.376Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:42:17.377Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:42:17.377Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:42:17.379Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:42:17.380Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:42:17.380Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:42:26.922Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:42:26.924Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:43:17.376Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:43:17.377Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:43:17.377Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:43:17.378Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:43:17.379Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:43:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:43:26.922Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:43:26.922Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:44:17.376Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:44:17.377Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:44:17.377Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:44:17.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:44:17.379Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:44:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:44:18.040Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:44:18.041Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:44:18.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"7359cc3b-b11c-4a5e-ad30-457c54e35e7e","serviceName":"vFW 2022-10-12 05-42-47","serviceVersion":"1.0","serviceUUID":"89da7518-e5d3-4c71-a48b-117f095503aa","serviceDescription":"catalog service description","serviceInvariantUUID":"ec30a74c-86d3-4abe-b450-11bd14fc922e","resources":[{"resourceInstanceName":"vFW 17b376ee-3eb7 0","resourceName":"vFW 17b376ee-3eb7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f5cf99b1-194c-4437-a4f7-64e5b94c6968","resourceInvariantUUID":"2b224451-0587-49cc-8883-e671d9abaa1a","resourceCustomizationUUID":"c3b2b020-c444-4366-b825-9fb0d6e45cf2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vf-license-model.xml","artifactChecksum":"MjhlNDY1Y2U4ZDRlNzhkNGZiNzQ2YzcxYzQ3NWUwYWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f5194766-11b2-41f3-acbd-156f7b4382bf","artifactVersion":"1"},{"artifactName":"vfw17b376ee3eb70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json","artifactChecksum":"NDdjODQ2MTNlMDAxMjc5MGE4OWUwNTljMDhjMTU5NGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"950a08d2-75c6-48ca-b0e1-55e7bb765fb6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"935831f2-d1f5-4be7-a8ad-ba526a220a77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vendor-license-model.xml","artifactChecksum":"OTZlZDBkODg1MWQ4OTYyMWIyNjUzYjg2ZmE2YmEyYWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"50cd0001-ff7f-4420-b08c-e21c0d6c4364","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a40be215-8f72-4a5f-b81b-eb257754ad24","artifactVersion":"2","generatedFromUUID":"935831f2-d1f5-4be7-a8ad-ba526a220a77"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221012054247-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-template.yml","artifactChecksum":"NmNkZWQ0NTdlNjU2MGM4YjNjZjIwYjVkZGFkODU0Yjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"17d146b9-503d-4c63-83ce-477c2572bdc6","artifactVersion":"1"},{"artifactName":"service-Vfw20221012054247-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar","artifactChecksum":"NWVlMDYxZDM0OThiNzBkZjkzN2ZjOTkxNjI3NjYxMTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"938bb76b-ab4d-44b4-80fb-e207d2f85221","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-12T05:44:18.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665553419857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:44:18.063Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-12T05:44:18.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.073Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T05:44:18.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "aai-ml",
"timestamp": 1665553421197,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:44:18.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665553419857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:44:18.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "aai-ml",
"timestamp": 1665553421197,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:44:18.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "cds",
"timestamp": 1665553426996,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:44:18.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665553419857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:44:18.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "aai-ml",
"timestamp": 1665553421197,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:44:18.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "cds",
"timestamp": 1665553426996,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:44:18.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665553419857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:44:18.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "aai-ml",
"timestamp": 1665553421197,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:44:18.077Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "cds",
"timestamp": 1665553426996,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:44:18.077Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665553419857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:44:18.078Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "aai-ml",
"timestamp": 1665553421197,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:44:18.078Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "cds",
"timestamp": 1665553426996,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:44:18.078Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "ves-openapi-manager",
"timestamp": 1665553430055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:44:18.079Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665553419857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:44:18.080Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "aai-ml",
"timestamp": 1665553421197,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:44:18.080Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "cds",
"timestamp": 1665553426996,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:44:18.080Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "ves-openapi-manager",
"timestamp": 1665553430055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:44:18.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665553419857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar",
"status": "NOTIFIED"
}
2022-10-12T05:44:18.082Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "aai-ml",
"timestamp": 1665553421197,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar",
"status": "NOTIFIED"
}
2022-10-12T05:44:18.082Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "cds",
"timestamp": 1665553426996,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:44:18.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "ves-openapi-manager",
"timestamp": 1665553430055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:44:18.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665553432473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:44:18.085Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665553432573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-12T05:44:18.085Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T05:44:18.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "aai-ml",
"timestamp": 1665553433426,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-12T05:44:18.086Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T05:44:18.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "cds",
"timestamp": 1665553426996,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar",
"status": "NOTIFIED"
}
2022-10-12T05:44:18.086Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "ves-openapi-manager",
"timestamp": 1665553430055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:44:18.089Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665553432473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json",
"status": "NOTIFIED"
}
2022-10-12T05:44:18.089Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "cds",
"timestamp": 1665553434824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-12T05:44:18.090Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T05:44:18.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.090Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "ves-openapi-manager",
"timestamp": 1665553430055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:44:18.090Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.090Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665553432473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-12T05:44:18.090Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T05:44:18.091Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.091Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553457376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:44:18.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "cds",
"timestamp": 1665553435845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-12T05:44:18.190Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-10-12T05:44:18.195Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T05:44:18.195Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T05:44:18.209Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:44:18.211Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-12T05:44:18.274Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7359cc3b-b11c-4a5e-ad30-457c54e35e7e
2022-10-12T05:44:18.293Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7359cc3b-b11c-4a5e-ad30-457c54e35e7e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-12T05:44:18.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "ves-openapi-manager",
"timestamp": 1665553430055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:44:18.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665553432473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:44:18.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "ves-openapi-manager",
"timestamp": 1665553430055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:44:18.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665553432473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-12T05:44:18.318Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665553436630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-12T05:44:18.318Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T05:44:18.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665553432473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:44:18.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665553437635,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-12T05:44:18.334Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7359cc3b-b11c-4a5e-ad30-457c54e35e7e
2022-10-12T05:44:18.334Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7359cc3b-b11c-4a5e-ad30-457c54e35e7e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-12T05:44:18.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.350Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665553432473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar",
"status": "NOTIFIED"
}
2022-10-12T05:44:18.350Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665553440287,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-12T05:44:18.351Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T05:44:18.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665553441369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-12T05:44:18.351Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T05:44:18.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665553442442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-12T05:44:18.352Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T05:44:18.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665553443660,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-12T05:44:18.358Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7359cc3b-b11c-4a5e-ad30-457c54e35e7e
2022-10-12T05:44:18.358Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7359cc3b-b11c-4a5e-ad30-457c54e35e7e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-12T05:44:18.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665553444663,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json",
"status": "DEPLOY_OK"
}
2022-10-12T05:44:18.368Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T05:44:18.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "aai-ml",
"timestamp": 1665553445179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-12T05:44:18.368Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T05:44:18.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "aai-ml",
"timestamp": 1665553446185,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-12T05:44:18.373Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7359cc3b-b11c-4a5e-ad30-457c54e35e7e
2022-10-12T05:44:18.373Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7359cc3b-b11c-4a5e-ad30-457c54e35e7e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-12T05:44:18.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "clamp",
"timestamp": 1665553444994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:44:18.382Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "clamp",
"timestamp": 1665553444994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json",
"status": "NOTIFIED"
}
2022-10-12T05:44:18.383Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "clamp",
"timestamp": 1665553444994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:44:18.383Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "clamp",
"timestamp": 1665553444994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:44:18.384Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "clamp",
"timestamp": 1665553444994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:44:18.384Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "clamp",
"timestamp": 1665553444994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:44:18.385Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:18.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:44:18.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "clamp",
"timestamp": 1665553444994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar",
"status": "NOTIFIED"
}
2022-10-12T05:44:18.385Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:44:19.102Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-12T05:44:19.103Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T05:44:19.105Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T05:44:19.105Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553457376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json",
"status": "NOTIFIED"
}
2022-10-12T05:44:19.205Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-12T05:44:19.206Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T05:44:19.206Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T05:44:19.221Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:44:19.222Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-12T05:44:20.105Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-12T05:44:20.106Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T05:44:20.109Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T05:44:20.109Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553457376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-12T05:44:20.209Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-12T05:44:20.211Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T05:44:20.211Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T05:44:20.229Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:44:20.229Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-10-12T05:44:21.110Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-12T05:44:21.111Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T05:44:21.113Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T05:44:21.113Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553457376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:44:21.213Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-12T05:44:21.214Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T05:44:21.214Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T05:44:21.250Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:44:21.251Z||pool-6-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-10-12T05:44:22.114Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-12T05:44:22.115Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T05:44:22.117Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T05:44:22.117Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553457376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-12T05:44:22.218Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-12T05:44:22.219Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T05:44:22.219Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T05:44:22.230Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:44:22.231Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-12T05:44:23.118Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-12T05:44:23.119Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T05:44:23.122Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T05:44:23.122Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553457376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:44:23.222Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-12T05:44:23.224Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T05:44:23.224Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T05:44:23.235Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:44:23.236Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-12T05:44:24.123Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-12T05:44:24.124Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T05:44:24.126Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T05:44:24.127Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553457376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar",
"status": "NOTIFIED"
}
2022-10-12T05:44:24.227Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-12T05:44:24.228Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T05:44:24.228Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T05:44:24.242Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:44:24.242Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-12T05:44:25.128Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"serviceName": "vFW 2022-10-12 05-42-47",
"serviceVersion": "1.0",
"serviceUUID": "89da7518-e5d3-4c71-a48b-117f095503aa",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ec30a74c-86d3-4abe-b450-11bd14fc922e",
"resources": [
{
"resourceInstanceName": "vFW 17b376ee-3eb7 0",
"resourceCustomizationUUID": "c3b2b020-c444-4366-b825-9fb0d6e45cf2",
"resourceName": "vFW 17b376ee-3eb7",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f5cf99b1-194c-4437-a4f7-64e5b94c6968",
"resourceInvariantUUID": "2b224451-0587-49cc-8883-e671d9abaa1a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw17b376ee3eb70_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json",
"artifactChecksum": "NDdjODQ2MTNlMDAxMjc5MGE4OWUwNTljMDhjMTU5NGU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "950a08d2-75c6-48ca-b0e1-55e7bb765fb6",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "935831f2-d1f5-4be7-a8ad-ba526a220a77",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a40be215-8f72-4a5f-b81b-eb257754ad24",
"generatedFromUUID": "935831f2-d1f5-4be7-a8ad-ba526a220a77"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a40be215-8f72-4a5f-b81b-eb257754ad24",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221012054247-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar",
"artifactChecksum": "NWVlMDYxZDM0OThiNzBkZjkzN2ZjOTkxNjI3NjYxMTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "938bb76b-ab4d-44b4-80fb-e207d2f85221"
}
],
"workloadContext": "Production"
}
2022-10-12T05:44:25.130Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-12T05:44:25.130Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 89da7518-e5d3-4c71-a48b-117f095503aa ASDC
2022-10-12T05:44:25.241Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:7359cc3b-b11c-4a5e-ad30-457c54e35e7e
ServiceName:vFW 2022-10-12 05-42-47
ServiceVersion:1.0
ServiceUUID:89da7518-e5d3-4c71-a48b-117f095503aa
ServiceInvariantUUID:ec30a74c-86d3-4abe-b450-11bd14fc922e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221012054247-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar
ArtifactUUID:938bb76b-ab4d-44b4-80fb-e207d2f85221
ArtifactChecksum:NWVlMDYxZDM0OThiNzBkZjkzN2ZjOTkxNjI3NjYxMTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 17b376ee-3eb7 0
ResourceCustomizationUUID:c3b2b020-c444-4366-b825-9fb0d6e45cf2
ResourceInvariantUUID:2b224451-0587-49cc-8883-e671d9abaa1a
ResourceName:vFW 17b376ee-3eb7
ResourceType:VF
ResourceUUID:f5cf99b1-194c-4437-a4f7-64e5b94c6968
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw17b376ee3eb70_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json
ArtifactUUID:950a08d2-75c6-48ca-b0e1-55e7bb765fb6
ArtifactChecksum:NDdjODQ2MTNlMDAxMjc5MGE4OWUwNTljMDhjMTU5NGU=
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/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml
ArtifactUUID:935831f2-d1f5-4be7-a8ad-ba526a220a77
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/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env
ArtifactUUID:a40be215-8f72-4a5f-b81b-eb257754ad24
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/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env
ArtifactUUID:a40be215-8f72-4a5f-b81b-eb257754ad24
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-12T05:44:25.241Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 89da7518-e5d3-4c71-a48b-117f095503aa ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-12T05:44:25.293Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-12T05:44:25.294Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-12T05:44:25.295Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-12T05:44:25.296Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 938bb76b-ab4d-44b4-80fb-e207d2f85221 from URL: /sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar
2022-10-12T05:44:25.296Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-12T05:44:25.297Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar
2022-10-12T05:44:25.383Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-12T05:44:25.404Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar 938bb76b-ab4d-44b4-80fb-e207d2f85221 100648
2022-10-12T05:44:25.405Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar ASDC sendASDCNotification
2022-10-12T05:44:25.406Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar
2022-10-12T05:44:25.407Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-12T05:44:25.408Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T05:44:25.410Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T05:44:25.410Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553465404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-12T05:44:25.510Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-12T05:44:25.511Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T05:44:25.512Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T05:44:25.525Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:44:25.525Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-12T05:44:26.411Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-12T05:44:26.412Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-12T05:44:26.412Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 938bb76b-ab4d-44b4-80fb-e207d2f85221, URL: /sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar to file: /app/ASDC/1/service-Vfw20221012054247-csar.csar
2022-10-12T05:44:26.413Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221012054247-csar.csar
2022-10-12T05:44:26.551Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221012054247-csar.csar
2022-10-12T05:44:26.551Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221012054247-csar.csar
2022-10-12T05:44:27.258Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15871370647508286345/Definitions/service-Vfw20221012054247-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
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
2022-10-12T05:44:30.257Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-12T05:44:30.263Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-12T05:44:30.263Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221012054247-csar.csar
2022-10-12T05:44:30.263Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-10-12T05:44:30.263Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221012054247-csar.csar
2022-10-12T05:44:30.264Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221012054247-csar.csar
2022-10-12T05:44:30.264Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 17b376ee-3eb7 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-Vfw20221012054247-csar.csar
2022-10-12T05:44:30.264Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221012054247-csar.csar
2022-10-12T05:44:30.264Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221012054247-csar.csar
2022-10-12T05:44:30.264Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221012054247-csar.csar
2022-10-12T05:44:30.265Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221012054247-csar.csar
2022-10-12T05:44:30.265Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221012054247-csar.csar
2022-10-12T05:44:30.265Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221012054247-csar.csar
2022-10-12T05:44:30.265Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221012054247-csar.csar
2022-10-12T05:44:30.265Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221012054247-csar.csar
2022-10-12T05:44:30.266Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-12T05:44:30.272Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:44:30.274Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-12 05-42-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:44:30.278Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vFW 17b376ee-3eb7 0 is matching search criteria
2022-10-12T05:44:30.278Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-12T05:44:30.280Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 17b376ee-3eb7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-12T05:44:30.282Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:44:30.282Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-12 05-42-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:44:30.282Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vFW 17b376ee-3eb7 0 is matching search criteria
2022-10-12T05:44:30.283Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-12T05:44:30.283Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 17b376ee-3eb7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-12T05:44:30.283Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:44:30.284Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-12 05-42-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:44:30.287Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:44:30.287Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vFW 17b376ee-3eb7 0 is not matching search criteria
2022-10-12T05:44:30.287Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-12T05:44:30.287Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-12T05:44:30.288Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-12T05:44:30.288Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-12T05:44:30.288Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-12T05:44:30.288Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-12T05:44:30.289Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-12T05:44:30.289Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-12T05:44:30.289Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-12T05:44:30.289Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-12T05:44:30.290Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-12T05:44:30.290Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-12T05:44:30.290Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-12T05:44:30.290Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-12T05:44:30.291Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-12T05:44:30.291Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-12T05:44:30.291Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:44:30.291Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-12 05-42-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-12T05:44:30.292Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:44:30.293Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vFW 17b376ee-3eb7 0 is matching search criteria
2022-10-12T05:44:30.293Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 17b376ee-3eb7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-12T05:44:30.293Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:44:30.294Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vFW 17b376ee-3eb7 0 is matching search criteria
2022-10-12T05:44:30.294Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 17b376ee-3eb7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-12T05:44:30.294Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:44:30.295Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vFW 17b376ee-3eb7 0 is matching search criteria
2022-10-12T05:44:30.295Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 17b376ee-3eb7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-12T05:44:30.295Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:44:30.295Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vFW 17b376ee-3eb7 0 is not matching search criteria
2022-10-12T05:44:30.296Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-12T05:44:30.296Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-12T05:44:30.296Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-12T05:44:30.296Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-12T05:44:30.297Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-12T05:44:30.297Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-12T05:44:30.297Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-12T05:44:30.297Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-12T05:44:30.298Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-12T05:44:30.298Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-12T05:44:30.298Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-12T05:44:30.298Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=50822c6c-7093-4cf8-bf6a-698ac50e7180
2022-10-12T05:44:30.299Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:44:30.299Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vFW 17b376ee-3eb7 0 is not matching search criteria
2022-10-12T05:44:30.299Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-12T05:44:30.299Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-12T05:44:30.300Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-12T05:44:30.300Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-12T05:44:30.300Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-12T05:44:30.300Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-12T05:44:30.300Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-12T05:44:30.301Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-12T05:44:30.301Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-12T05:44:30.301Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-12T05:44:30.301Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-12T05:44:30.302Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-12T05:44:30.302Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=751015a7-5781-43f6-bd6f-385dea8b65a0
2022-10-12T05:44:30.302Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:44:30.302Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vFW 17b376ee-3eb7 0 is not matching search criteria
2022-10-12T05:44:30.303Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-12T05:44:30.303Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-12T05:44:30.303Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-12T05:44:30.303Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-12T05:44:30.304Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-12T05:44:30.304Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-12T05:44:30.304Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-12T05:44:30.304Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-12T05:44:30.304Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-12T05:44:30.305Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-12T05:44:30.305Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-12T05:44:30.305Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-12T05:44:30.305Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=643dc216-24f7-4a04-8362-9c0b5b967c4f
2022-10-12T05:44:30.306Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:44:30.306Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-12 05-42-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:44:30.306Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:44:30.306Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-12 05-42-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:44:30.306Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:44:30.307Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-12 05-42-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:44:30.307Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:44:30.307Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-12 05-42-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:44:30.307Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-10-12 05-42-47
Description:catalog service description
Model UUID:89da7518-e5d3-4c71-a48b-117f095503aa
Model Version:NULL
Model InvariantUuid:ec30a74c-86d3-4abe-b450-11bd14fc922e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 17b376ee-3eb7
Model UUID:fb5188ee-a5c3-4e30-ac14-f9d0ef912f1f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2b224451-0587-49cc-8883-e671d9abaa1a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c3b2b020-c444-4366-b825-9fb0d6e45cf2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7b839bae-026e-4bd2-8a5b-d7e25ad0b541
ModelName:Vfw17b376ee3eb7..base_vfw..module-0
ModelUuid:395dabcf-4aba-4aba-96cc-84ed5b536148
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:50822c6c-7093-4cf8-bf6a-698ac50e7180
ModelInvariantUuid:ee305bd0-6771-4673-bb3b-a9338073ee13
ModelName:vFW 17b376ee-3eb7-nodes.vfwCvfc
ModelUuid:6881d721-b04e-4884-ad84-2eec50e4b7bc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:93dd5ced-34e4-43b2-ad9f-38e14aca801c
ModelInvariantUuid:e5235caf-5f89-48de-a2bf-9af9e0abb642
ModelName:Vfw17b376ee3eb7.compute.nodes.heat.vfw
ModelUuid:56d4f9ac-ca5b-4738-8b99-00cd495358ae
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:751015a7-5781-43f6-bd6f-385dea8b65a0
ModelInvariantUuid:5f5b51f3-9a30-485f-9ee2-0eab1f9bc3ff
ModelName:vFW 17b376ee-3eb7-nodes.vsnCvfc
ModelUuid:e78c9279-1550-44de-9430-2c9642a2d34d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:a09b96a7-8eaf-4ba3-9ddb-10a6efefcee2
ModelInvariantUuid:41927aab-6bb0-46a2-9577-24cc475f72c1
ModelName:Vfw17b376ee3eb7.compute.nodes.heat.vsn
ModelUuid:0458ffb9-2fad-4a62-93cc-334a247717f7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:643dc216-24f7-4a04-8362-9c0b5b967c4f
ModelInvariantUuid:934e9421-b526-4b41-a054-43934197f2db
ModelName:vFW 17b376ee-3eb7-nodes.vpgCvfc
ModelUuid:fb91bff2-728a-4565-b505-584ce8d25d46
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:3b0a9b89-0d95-4356-b687-70b1761144b6
ModelInvariantUuid:bc83c37d-c7e9-4e43-a2cb-cd238b874ce5
ModelName:Vfw17b376ee3eb7.compute.nodes.heat.vpg
ModelUuid:2ff42e2d-0f8a-4166-a3f5-9bf5f3d8ecdc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-12T05:44:30.317Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: f5cf99b1-194c-4437-a4f7-64e5b94c6968
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-12T05:44:30.404Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||vFW 17b376ee-3eb7 0
2022-10-12T05:44:30.411Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f5cf99b1-194c-4437-a4f7-64e5b94c6968
2022-10-12T05:44:30.411Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 950a08d2-75c6-48ca-b0e1-55e7bb765fb6 from URL: /sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json
2022-10-12T05:44:30.412Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-12T05:44:30.412Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json
2022-10-12T05:44:30.459Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-12T05:44:30.460Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json 950a08d2-75c6-48ca-b0e1-55e7bb765fb6 785
2022-10-12T05:44:30.460Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json ASDC sendASDCNotification
2022-10-12T05:44:30.460Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json
2022-10-12T05:44:30.460Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-12T05:44:30.461Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T05:44:30.464Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T05:44:30.464Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553470460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-12T05:44:30.564Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-12T05:44:30.565Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T05:44:30.565Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T05:44:30.576Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:44:30.577Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-12T05:44:31.465Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw17b376ee3eb7..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7b839bae-026e-4bd2-8a5b-d7e25ad0b541",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "395dabcf-4aba-4aba-96cc-84ed5b536148",
"vfModuleModelCustomizationUUID": "1672c353-2bdf-4dfb-ad87-32207bc0837c",
"isBase": true,
"artifacts": [
"935831f2-d1f5-4be7-a8ad-ba526a220a77",
"a40be215-8f72-4a5f-b81b-eb257754ad24"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-12T05:44:31.480Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw17b376ee3eb7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:395dabcf-4aba-4aba-96cc-84ed5b536148
VfModuleModelInvariantUUID:7b839bae-026e-4bd2-8a5b-d7e25ad0b541
VfModuleModelDescription:NULL
Artifacts UUID List:{
935831f2-d1f5-4be7-a8ad-ba526a220a77
,
a40be215-8f72-4a5f-b81b-eb257754ad24
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-10-12T05:44:31.483Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw17b376ee3eb7..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7b839bae-026e-4bd2-8a5b-d7e25ad0b541",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "395dabcf-4aba-4aba-96cc-84ed5b536148",
"vfModuleModelCustomizationUUID": "1672c353-2bdf-4dfb-ad87-32207bc0837c",
"isBase": true,
"artifacts": [
"935831f2-d1f5-4be7-a8ad-ba526a220a77",
"a40be215-8f72-4a5f-b81b-eb257754ad24"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-12T05:44:31.483Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw17b376ee3eb7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:395dabcf-4aba-4aba-96cc-84ed5b536148
VfModuleModelInvariantUUID:7b839bae-026e-4bd2-8a5b-d7e25ad0b541
VfModuleModelDescription:NULL
Artifacts UUID List:{
935831f2-d1f5-4be7-a8ad-ba526a220a77
,
a40be215-8f72-4a5f-b81b-eb257754ad24
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-10-12T05:44:31.484Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 935831f2-d1f5-4be7-a8ad-ba526a220a77 from URL: /sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml
2022-10-12T05:44:31.484Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-12T05:44:31.484Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml
2022-10-12T05:44:31.533Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-12T05:44:31.535Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml 935831f2-d1f5-4be7-a8ad-ba526a220a77 20368
2022-10-12T05:44:31.535Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-12T05:44:31.535Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml
2022-10-12T05:44:31.535Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-12T05:44:31.536Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T05:44:31.538Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T05:44:31.538Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553471535,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-12T05:44:31.638Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-12T05:44:31.639Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T05:44:31.639Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T05:44:31.651Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:44:31.652Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-12T05:44:32.539Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a40be215-8f72-4a5f-b81b-eb257754ad24 from URL: /sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env
2022-10-12T05:44:32.539Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-12T05:44:32.540Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env
2022-10-12T05:44:32.585Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-12T05:44:32.585Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env a40be215-8f72-4a5f-b81b-eb257754ad24 2098
2022-10-12T05:44:32.586Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-12T05:44:32.586Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env
2022-10-12T05:44:32.586Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-12T05:44:32.587Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T05:44:32.589Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T05:44:32.590Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553472586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-12T05:44:32.690Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-12T05:44:32.691Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T05:44:32.691Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T05:44:32.708Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:44:32.708Z||pool-13-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-12T05:44:33.590Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 89da7518-e5d3-4c71-a48b-117f095503aa
2022-10-12T05:44:33.591Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 17b376ee-3eb7 0 f5cf99b1-194c-4437-a4f7-64e5b94c6968 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-12T05:44:33.625Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@79a5f25a, org.onap.sdc.toscaparser.api.parameters.Input@528ca1cd, org.onap.sdc.toscaparser.api.parameters.Input@5088669d, org.onap.sdc.toscaparser.api.parameters.Input@521efa3c, org.onap.sdc.toscaparser.api.parameters.Input@47fe507]
2022-10-12T05:44:33.629Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:44:33.629Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-12 05-42-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:44:33.630Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-10-12T05:44:33.630Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= c3b2b020-c444-4366-b825-9fb0d6e45cf2
2022-10-12T05:44:33.630Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c3b2b020-c444-4366-b825-9fb0d6e45cf2 matches Tosca VF Customization UUID: c3b2b020-c444-4366-b825-9fb0d6e45cf2
2022-10-12T05:44:33.631Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: c3b2b020-c444-4366-b825-9fb0d6e45cf2 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-10-12T05:44:33.638Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:44:33.638Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-12 05-42-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:44:33.640Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id c3b2b020-c444-4366-b825-9fb0d6e45cf2: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-12T05:44:33.641Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6b342d80
2022-10-12T05:44:33.641Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:44:33.641Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-12 05-42-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-12T05:44:33.642Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1672c353-2bdf-4dfb-ad87-32207bc0837c
2022-10-12T05:44:33.644Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1672c353-2bdf-4dfb-ad87-32207bc0837c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-10-12T05:44:33.653Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:44:33.653Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vFW 17b376ee-3eb7 0 is matching search criteria
2022-10-12T05:44:33.654Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 17b376ee-3eb7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-12T05:44:33.655Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:44:33.655Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vFW 17b376ee-3eb7 0 is matching search criteria
2022-10-12T05:44:33.656Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 17b376ee-3eb7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-12T05:44:33.656Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:44:33.656Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vFW 17b376ee-3eb7 0 is not matching search criteria
2022-10-12T05:44:33.657Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-12T05:44:33.657Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-12T05:44:33.658Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-12T05:44:33.658Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-12T05:44:33.658Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-12T05:44:33.659Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-12T05:44:33.659Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-12T05:44:33.659Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-12T05:44:33.660Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-12T05:44:33.660Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-12T05:44:33.660Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-12T05:44:33.661Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=50822c6c-7093-4cf8-bf6a-698ac50e7180
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-12T05:44:33.671Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:44:33.671Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vFW 17b376ee-3eb7 0 is matching search criteria
2022-10-12T05:44:33.672Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 17b376ee-3eb7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-12T05:44:33.672Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:44:33.672Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vFW 17b376ee-3eb7 0 is not matching search criteria
2022-10-12T05:44:33.673Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-12T05:44:33.673Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-12T05:44:33.673Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-12T05:44:33.674Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-12T05:44:33.674Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-12T05:44:33.675Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-12T05:44:33.675Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-12T05:44:33.675Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-12T05:44:33.676Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-12T05:44:33.676Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-12T05:44:33.676Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-12T05:44:33.677Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-12T05:44:33.677Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=751015a7-5781-43f6-bd6f-385dea8b65a0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-12T05:44:33.680Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:44:33.680Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vFW 17b376ee-3eb7 0 is matching search criteria
2022-10-12T05:44:33.680Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 17b376ee-3eb7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-12T05:44:33.683Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:44:33.683Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vFW 17b376ee-3eb7 0 is not matching search criteria
2022-10-12T05:44:33.684Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-12T05:44:33.684Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-12T05:44:33.684Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-12T05:44:33.684Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-12T05:44:33.685Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-12T05:44:33.685Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-12T05:44:33.685Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-12T05:44:33.685Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-12T05:44:33.686Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-12T05:44:33.686Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-12T05:44:33.686Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-12T05:44:33.686Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-12T05:44:33.686Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=643dc216-24f7-4a04-8362-9c0b5b967c4f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-12T05:44:33.688Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:44:33.689Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vFW 17b376ee-3eb7 0 is matching search criteria
2022-10-12T05:44:33.689Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 17b376ee-3eb7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-12T05:44:33.689Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:44:33.689Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Node template vFW 17b376ee-3eb7 0 is matching search criteria
2022-10-12T05:44:33.690Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 17b376ee-3eb7 0] matching following query criteria: sdcType=VF, customizationUUID=c3b2b020-c444-4366-b825-9fb0d6e45cf2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-12T05:44:33.692Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:44:33.692Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-12 05-42-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:44:33.692Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 89da7518-e5d3-4c71-a48b-117f095503aa: vFW 17b376ee-3eb7
2022-10-12T05:44:33.692Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:44:33.693Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-12 05-42-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:44:33.693Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:44:33.693Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-12 05-42-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:44:33.693Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:44:33.694Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-12 05-42-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:44:33.694Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:44:33.694Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-12 05-42-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:44:33.694Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:44:33.695Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-12 05-42-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:44:33.695Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-10-12 05-42-47
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-12T05:44:33.925Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 17b376ee-3eb7 f5cf99b1-194c-4437-a4f7-64e5b94c6968 1 ASDC deployResourceStructure
2022-10-12T05:44:33.925Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json ASDC sendASDCNotification
2022-10-12T05:44:33.925Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json
2022-10-12T05:44:33.925Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-12T05:44:33.926Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T05:44:33.927Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T05:44:33.928Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553473925,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json",
"status": "DEPLOY_OK"
}
2022-10-12T05:44:34.028Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-12T05:44:34.029Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T05:44:34.029Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T05:44:34.040Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:44:34.040Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-12T05:44:34.929Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-12T05:44:34.929Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml
2022-10-12T05:44:34.929Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-12T05:44:34.930Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T05:44:34.932Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T05:44:34.932Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553474928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-10-12T05:44:35.032Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-12T05:44:35.033Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T05:44:35.033Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T05:44:35.044Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:44:35.044Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-12T05:44:35.933Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-12T05:44:35.933Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env
2022-10-12T05:44:35.933Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-12T05:44:35.933Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T05:44:35.935Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T05:44:35.935Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553475933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-10-12T05:44:36.035Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-12T05:44:36.036Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T05:44:36.036Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T05:44:36.048Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:44:36.049Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-12T05:44:36.936Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar ASDC sendASDCNotification
2022-10-12T05:44:36.937Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar
2022-10-12T05:44:36.937Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-12T05:44:36.937Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T05:44:36.939Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T05:44:36.939Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553476936,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-12T05:44:37.039Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-12T05:44:37.040Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T05:44:37.040Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T05:44:37.052Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:44:37.053Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-12T05:44:37.940Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7359cc3b-b11c-4a5e-ad30-457c54e35e7e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-12T05:44:37.963Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7359cc3b-b11c-4a5e-ad30-457c54e35e7e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-12T05:44:37.966Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-12T05:44:37.966Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-12T05:44:37.966Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-12T05:44:37.966Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-12T05:44:37.966Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-12T05:44:37.967Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-12T05:44:37.967Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-12T05:44:37.967Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-12T05:44:37.967Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-12T05:44:37.967Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-12T05:44:37.972Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-12T05:45:07.972Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7359cc3b-b11c-4a5e-ad30-457c54e35e7e and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-12T05:45:07.984Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7359cc3b-b11c-4a5e-ad30-457c54e35e7e and serviceModelVersionId: 89da7518-e5d3-4c71-a48b-117f095503aa
2022-10-12T05:45:07.984Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ec30a74c-86d3-4abe-b450-11bd14fc922e
2022-10-12T05:45:17.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:45:17.379Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:45:17.380Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:45:17.506Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:45:17.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:45:17.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553457376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:45:17.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:45:22.724Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ec30a74c-86d3-4abe-b450-11bd14fc922e/model-vers/model-ver/89da7518-e5d3-4c71-a48b-117f095503aa?depth=0
2022-10-12T05:45:22.832Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-10-12T05:45:23.347Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec30a74c-86d3-4abe-b450-11bd14fc922e/model-vers/model-ver/89da7518-e5d3-4c71-a48b-117f095503aa?depth=0|INFO|500||Invoke
2022-10-12T05:45:23.354Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec30a74c-86d3-4abe-b450-11bd14fc922e/model-vers/model-ver/89da7518-e5d3-4c71-a48b-117f095503aa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec30a74c-86d3-4abe-b450-11bd14fc922e/model-vers/model-ver/89da7518-e5d3-4c71-a48b-117f095503aa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7359cc3b-b11c-4a5e-ad30-457c54e35e7e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[73f16922-67b8-43ef-b79d-4cc9ae7c50b4], X-ECOMP-RequestID=[7359cc3b-b11c-4a5e-ad30-457c54e35e7e], X-TransactionId=[], X-ONAP-RequestID=[7359cc3b-b11c-4a5e-ad30-457c54e35e7e], Content-Type=[application/merge-patch+json]}
2022-10-12T05:45:23.490Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec30a74c-86d3-4abe-b450-11bd14fc922e/model-vers/model-ver/89da7518-e5d3-4c71-a48b-117f095503aa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-12T05:45:23.651Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec30a74c-86d3-4abe-b450-11bd14fc922e/model-vers/model-ver/89da7518-e5d3-4c71-a48b-117f095503aa?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec30a74c-86d3-4abe-b450-11bd14fc922e/model-vers/model-ver/89da7518-e5d3-4c71-a48b-117f095503aa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221012-05:45:23:358-73378], vertex-id=[323776], Content-Length=[0], Date=[Wed, 12 Oct 2022 05:45:23 GMT], Content-Type=[application/json]}
2022-10-12T05:45:23.653Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec30a74c-86d3-4abe-b450-11bd14fc922e/model-vers/model-ver/89da7518-e5d3-4c71-a48b-117f095503aa?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-12T05:45:23.654Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec30a74c-86d3-4abe-b450-11bd14fc922e/model-vers/model-ver/89da7518-e5d3-4c71-a48b-117f095503aa?depth=0|INFO|500||InvokeReturn
2022-10-12T05:45:23.657Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-12T05:45:23.658Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-12T05:45:23.665Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-12T05:45:23.666Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7359cc3b-b11c-4a5e-ad30-457c54e35e7e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-12T05:45:23.667Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-12T05:45:23.667Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T05:45:23.669Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T05:45:23.670Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553523666,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-12T05:45:23.770Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-12T05:45:23.771Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T05:45:23.771Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T05:45:23.783Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:45:23.784Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-12T05:45:24.683Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:45:24.684Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:45:24.684Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:45:25.307Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:45:25.309Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-12T05:45:25.309Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"36268465-a08a-42d4-a69e-75efd9ed82c9","serviceName":"basic_onboard_hzyxcZ","serviceVersion":"1.0","serviceUUID":"2b8a39ed-f6c2-4b45-af6d-cb5f370bca03","serviceDescription":"service","serviceInvariantUUID":"392f3f94-8e23-4f20-b9f8-e0e78953185c","resources":[{"resourceInstanceName":"basic_onboard_hzyxcZ 0","resourceName":"basic_onboard_hzyxcZ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"aed4c17e-8392-46f5-b8c9-729d348f75f9","resourceInvariantUUID":"0cc15ec6-7c83-4e45-85eb-be4f3245500a","resourceCustomizationUUID":"93d31659-a7a7-4c16-98fb-6bdef419cf97","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/vf-license-model.xml","artifactChecksum":"NWYyY2E0NTRmYWIyODM3NDBiNjBjMDU0ZjdjZTg4NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a783a0db-9fe8-42a2-86ae-c2bbb0776147","artifactVersion":"1"},{"artifactName":"basic_onboard_hzyxcz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json","artifactChecksum":"MjM5YTJkOTdmNDA3ZjRmZjM5NGRiNjIxMGJjMzZhZmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"50e5b132-a74d-491a-a9b2-7c74771994af","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2419f4bd-12a7-4b67-9b48-c7093ca68eff","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a89bf3a9-abec-4d9f-a8f8-9a64c490bc1b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"41f4905d-4251-4adb-99b1-4ebbec2fd18d","artifactVersion":"2","generatedFromUUID":"2419f4bd-12a7-4b67-9b48-c7093ca68eff"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardHzyxcz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-template.yml","artifactChecksum":"OTFjODcwYjA3YjcwOTc3NjcwMDc0MzZkZWE2Y2Q2MDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3b2f2144-ffd9-445b-812b-f47ca6d66d51","artifactVersion":"1"},{"artifactName":"service-BasicOnboardHzyxcz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar","artifactChecksum":"MDQ5MjlkOWY5NWM2OGZkOWRmNGIwZWZhYTExZjliNjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aa52e249-c9d2-45e6-9a11-cdb194eaad7e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-12T05:45:25.312Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-12T05:45:25.313Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T05:45:25.315Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T05:45:25.315Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553524683,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:45:25.416Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-12T05:45:25.417Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T05:45:25.417Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T05:45:25.428Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:45:25.428Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-12T05:45:26.316Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-12T05:45:26.317Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T05:45:26.319Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T05:45:26.319Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553524683,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json",
"status": "NOTIFIED"
}
2022-10-12T05:45:26.419Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-12T05:45:26.420Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T05:45:26.420Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T05:45:26.431Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:45:26.432Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-12T05:45:27.319Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-12T05:45:27.320Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T05:45:27.322Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T05:45:27.322Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553524683,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-12T05:45:27.422Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-12T05:45:27.424Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T05:45:27.424Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T05:45:27.435Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:45:27.436Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-12T05:45:28.323Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-12T05:45:28.324Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T05:45:28.326Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T05:45:28.327Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553524683,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:45:28.427Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-12T05:45:28.428Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T05:45:28.428Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T05:45:28.439Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:45:28.440Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-12T05:45:29.330Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-12T05:45:29.331Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T05:45:29.333Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T05:45:29.333Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553524683,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-12T05:45:29.433Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-12T05:45:29.435Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T05:45:29.435Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T05:45:29.474Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:45:29.474Z||pool-23-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-10-12T05:45:30.334Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-12T05:45:30.335Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T05:45:30.336Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T05:45:30.337Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553524683,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:45:30.438Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-12T05:45:30.440Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T05:45:30.440Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T05:45:30.458Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:45:30.458Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-12T05:45:31.337Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-12T05:45:31.338Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T05:45:31.341Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T05:45:31.341Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553524683,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar",
"status": "NOTIFIED"
}
2022-10-12T05:45:31.441Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-12T05:45:31.442Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T05:45:31.442Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T05:45:31.453Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:45:31.454Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-12T05:45:32.343Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"serviceName": "basic_onboard_hzyxcZ",
"serviceVersion": "1.0",
"serviceUUID": "2b8a39ed-f6c2-4b45-af6d-cb5f370bca03",
"serviceDescription": "service",
"serviceInvariantUUID": "392f3f94-8e23-4f20-b9f8-e0e78953185c",
"resources": [
{
"resourceInstanceName": "basic_onboard_hzyxcZ 0",
"resourceCustomizationUUID": "93d31659-a7a7-4c16-98fb-6bdef419cf97",
"resourceName": "basic_onboard_hzyxcZ",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "aed4c17e-8392-46f5-b8c9-729d348f75f9",
"resourceInvariantUUID": "0cc15ec6-7c83-4e45-85eb-be4f3245500a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_hzyxcz0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json",
"artifactChecksum": "MjM5YTJkOTdmNDA3ZjRmZjM5NGRiNjIxMGJjMzZhZmY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "50e5b132-a74d-491a-a9b2-7c74771994af",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2419f4bd-12a7-4b67-9b48-c7093ca68eff",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "41f4905d-4251-4adb-99b1-4ebbec2fd18d",
"generatedFromUUID": "2419f4bd-12a7-4b67-9b48-c7093ca68eff"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "41f4905d-4251-4adb-99b1-4ebbec2fd18d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardHzyxcz-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar",
"artifactChecksum": "MDQ5MjlkOWY5NWM2OGZkOWRmNGIwZWZhYTExZjliNjA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "aa52e249-c9d2-45e6-9a11-cdb194eaad7e"
}
],
"workloadContext": "Production"
}
2022-10-12T05:45:32.344Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-12T05:45:32.344Z|7359cc3b-b11c-4a5e-ad30-457c54e35e7e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2b8a39ed-f6c2-4b45-af6d-cb5f370bca03 ASDC
2022-10-12T05:45:32.345Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:36268465-a08a-42d4-a69e-75efd9ed82c9
ServiceName:basic_onboard_hzyxcZ
ServiceVersion:1.0
ServiceUUID:2b8a39ed-f6c2-4b45-af6d-cb5f370bca03
ServiceInvariantUUID:392f3f94-8e23-4f20-b9f8-e0e78953185c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardHzyxcz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar
ArtifactUUID:aa52e249-c9d2-45e6-9a11-cdb194eaad7e
ArtifactChecksum:MDQ5MjlkOWY5NWM2OGZkOWRmNGIwZWZhYTExZjliNjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_hzyxcZ 0
ResourceCustomizationUUID:93d31659-a7a7-4c16-98fb-6bdef419cf97
ResourceInvariantUUID:0cc15ec6-7c83-4e45-85eb-be4f3245500a
ResourceName:basic_onboard_hzyxcZ
ResourceType:VF
ResourceUUID:aed4c17e-8392-46f5-b8c9-729d348f75f9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_hzyxcz0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json
ArtifactUUID:50e5b132-a74d-491a-a9b2-7c74771994af
ArtifactChecksum:MjM5YTJkOTdmNDA3ZjRmZjM5NGRiNjIxMGJjMzZhZmY=
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/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2419f4bd-12a7-4b67-9b48-c7093ca68eff
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/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env
ArtifactUUID:41f4905d-4251-4adb-99b1-4ebbec2fd18d
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/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env
ArtifactUUID:41f4905d-4251-4adb-99b1-4ebbec2fd18d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-12T05:45:32.345Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2b8a39ed-f6c2-4b45-af6d-cb5f370bca03 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-12T05:45:32.375Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-12T05:45:32.375Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-12T05:45:32.375Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-12T05:45:32.375Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: aa52e249-c9d2-45e6-9a11-cdb194eaad7e from URL: /sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar
2022-10-12T05:45:32.375Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-12T05:45:32.376Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar
2022-10-12T05:45:32.452Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-12T05:45:32.455Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar aa52e249-c9d2-45e6-9a11-cdb194eaad7e 75300
2022-10-12T05:45:32.456Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar ASDC sendASDCNotification
2022-10-12T05:45:32.456Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar
2022-10-12T05:45:32.456Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-12T05:45:32.456Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T05:45:32.458Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T05:45:32.458Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553532455,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-12T05:45:32.558Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-12T05:45:32.560Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T05:45:32.560Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T05:45:32.572Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:45:32.573Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-12T05:45:33.459Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-12T05:45:33.460Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-12T05:45:33.460Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: aa52e249-c9d2-45e6-9a11-cdb194eaad7e, URL: /sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar to file: /app/ASDC/1/service-BasicOnboardHzyxcz-csar.csar
2022-10-12T05:45:33.461Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardHzyxcz-csar.csar
2022-10-12T05:45:33.461Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardHzyxcz-csar.csar
2022-10-12T05:45:33.461Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardHzyxcz-csar.csar
2022-10-12T05:45:33.593Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9953508385295125690/Definitions/service-BasicOnboardHzyxcz-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-10-12T05:45:34.778Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-12T05:45:34.778Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-12T05:45:34.779Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardHzyxcz-csar.csar
2022-10-12T05:45:34.779Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-12T05:45:34.779Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardHzyxcz-csar.csar
2022-10-12T05:45:34.779Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHzyxcz-csar.csar
2022-10-12T05:45:34.779Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_hzyxcZ 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-BasicOnboardHzyxcz-csar.csar
2022-10-12T05:45:34.779Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHzyxcz-csar.csar
2022-10-12T05:45:34.779Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHzyxcz-csar.csar
2022-10-12T05:45:34.779Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardHzyxcz-csar.csar
2022-10-12T05:45:34.780Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardHzyxcz-csar.csar
2022-10-12T05:45:34.780Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-12T05:45:34.780Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:45:34.780Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_hzyxcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:45:34.780Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_hzyxcZ 0 is matching search criteria
2022-10-12T05:45:34.780Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-12T05:45:34.781Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_hzyxcZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-12T05:45:34.781Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:45:34.781Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_hzyxcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:45:34.781Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_hzyxcZ 0 is matching search criteria
2022-10-12T05:45:34.781Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-12T05:45:34.781Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_hzyxcZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-12T05:45:34.782Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:45:34.782Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_hzyxcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:45:34.782Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:45:34.782Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_hzyxcZ 0 is not matching search criteria
2022-10-12T05:45:34.782Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-12T05:45:34.783Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-12T05:45:34.783Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-12T05:45:34.783Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-12T05:45:34.783Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-12T05:45:34.783Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:45:34.783Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_hzyxcZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-12T05:45:34.784Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:45:34.784Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_hzyxcZ 0 is matching search criteria
2022-10-12T05:45:34.784Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_hzyxcZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-12T05:45:34.784Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:45:34.784Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_hzyxcZ 0 is matching search criteria
2022-10-12T05:45:34.784Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_hzyxcZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-12T05:45:34.785Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:45:34.785Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_hzyxcZ 0 is matching search criteria
2022-10-12T05:45:34.785Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_hzyxcZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-12T05:45:34.785Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:45:34.785Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_hzyxcZ 0 is not matching search criteria
2022-10-12T05:45:34.786Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-12T05:45:34.786Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-12T05:45:34.786Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=04aa4fc3-e17d-4183-832e-89def72f8f0d
2022-10-12T05:45:34.786Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:45:34.786Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_hzyxcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:45:34.786Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:45:34.787Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_hzyxcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:45:34.787Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:45:34.787Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_hzyxcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:45:34.787Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:45:34.787Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_hzyxcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:45:34.787Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_hzyxcZ
Description:service
Model UUID:2b8a39ed-f6c2-4b45-af6d-cb5f370bca03
Model Version:NULL
Model InvariantUuid:392f3f94-8e23-4f20-b9f8-e0e78953185c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_hzyxcZ
Model UUID:ce6d7e67-3222-44de-baf3-2e21949db282
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0cc15ec6-7c83-4e45-85eb-be4f3245500a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:93d31659-a7a7-4c16-98fb-6bdef419cf97
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:9ba43edf-9762-42b0-9a7e-d7f673ff01d0
ModelName:BasicOnboardHzyxcz..base_ubuntu18..module-0
ModelUuid:9a70fb0b-705a-4683-a8c4-7ac064ffe545
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:04aa4fc3-e17d-4183-832e-89def72f8f0d
ModelInvariantUuid:5de7ad16-4f29-4e54-9b0b-7c2ae133aaaa
ModelName:basic_onboard_hzyxcZ-nodes.ubuntu18Cvfc
ModelUuid:c88e8b0c-7573-4bcc-8718-f6b7f115984c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:ebe66d8d-5097-4ca4-8163-6a871089c448
ModelInvariantUuid:8078872d-ac03-4e5a-b652-f28f9518036b
ModelName:BasicOnboardHzyxcz.compute.nodes.heat.ubuntu18
ModelUuid:c18f4bab-5f54-4448-81fa-a8eb4316d723
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-12T05:45:34.796Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: aed4c17e-8392-46f5-b8c9-729d348f75f9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-12T05:45:34.799Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||basic_onboard_hzyxcZ 0
2022-10-12T05:45:34.799Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: aed4c17e-8392-46f5-b8c9-729d348f75f9
2022-10-12T05:45:34.799Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 50e5b132-a74d-491a-a9b2-7c74771994af from URL: /sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json
2022-10-12T05:45:34.799Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-12T05:45:34.799Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json
2022-10-12T05:45:34.856Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-12T05:45:34.857Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json 50e5b132-a74d-491a-a9b2-7c74771994af 798
2022-10-12T05:45:34.857Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json ASDC sendASDCNotification
2022-10-12T05:45:34.857Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json
2022-10-12T05:45:34.857Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-12T05:45:34.857Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T05:45:34.859Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T05:45:34.859Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553534857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-12T05:45:34.959Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-12T05:45:34.960Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T05:45:34.961Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T05:45:34.972Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:45:34.972Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-12T05:45:35.860Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardHzyxcz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "9ba43edf-9762-42b0-9a7e-d7f673ff01d0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9a70fb0b-705a-4683-a8c4-7ac064ffe545",
"vfModuleModelCustomizationUUID": "7fdd0ba5-3363-4618-9796-79a2e8730601",
"isBase": true,
"artifacts": [
"2419f4bd-12a7-4b67-9b48-c7093ca68eff",
"41f4905d-4251-4adb-99b1-4ebbec2fd18d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-12T05:45:35.865Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHzyxcz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9a70fb0b-705a-4683-a8c4-7ac064ffe545
VfModuleModelInvariantUUID:9ba43edf-9762-42b0-9a7e-d7f673ff01d0
VfModuleModelDescription:NULL
Artifacts UUID List:{
2419f4bd-12a7-4b67-9b48-c7093ca68eff
,
41f4905d-4251-4adb-99b1-4ebbec2fd18d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-10-12T05:45:35.867Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardHzyxcz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "9ba43edf-9762-42b0-9a7e-d7f673ff01d0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9a70fb0b-705a-4683-a8c4-7ac064ffe545",
"vfModuleModelCustomizationUUID": "7fdd0ba5-3363-4618-9796-79a2e8730601",
"isBase": true,
"artifacts": [
"2419f4bd-12a7-4b67-9b48-c7093ca68eff",
"41f4905d-4251-4adb-99b1-4ebbec2fd18d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-12T05:45:35.867Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHzyxcz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9a70fb0b-705a-4683-a8c4-7ac064ffe545
VfModuleModelInvariantUUID:9ba43edf-9762-42b0-9a7e-d7f673ff01d0
VfModuleModelDescription:NULL
Artifacts UUID List:{
2419f4bd-12a7-4b67-9b48-c7093ca68eff
,
41f4905d-4251-4adb-99b1-4ebbec2fd18d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-10-12T05:45:35.867Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2419f4bd-12a7-4b67-9b48-c7093ca68eff from URL: /sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml
2022-10-12T05:45:35.868Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-12T05:45:35.868Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml
2022-10-12T05:45:35.918Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-12T05:45:35.918Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml 2419f4bd-12a7-4b67-9b48-c7093ca68eff 5033
2022-10-12T05:45:35.919Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-12T05:45:35.919Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml
2022-10-12T05:45:35.919Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-12T05:45:35.919Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T05:45:35.921Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T05:45:35.921Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553535919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-12T05:45:36.021Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-12T05:45:36.022Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T05:45:36.022Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T05:45:36.037Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:45:36.038Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-12T05:45:36.922Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 41f4905d-4251-4adb-99b1-4ebbec2fd18d from URL: /sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env
2022-10-12T05:45:36.922Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-12T05:45:36.923Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env
2022-10-12T05:45:36.968Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-12T05:45:36.968Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env 41f4905d-4251-4adb-99b1-4ebbec2fd18d 909
2022-10-12T05:45:36.968Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-12T05:45:36.969Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env
2022-10-12T05:45:36.969Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-12T05:45:36.969Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T05:45:36.971Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T05:45:36.971Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553536968,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-12T05:45:37.071Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-12T05:45:37.072Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T05:45:37.072Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T05:45:37.107Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:45:37.108Z||pool-29-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-10-12T05:45:37.971Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 2b8a39ed-f6c2-4b45-af6d-cb5f370bca03
2022-10-12T05:45:37.972Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_hzyxcZ 0 aed4c17e-8392-46f5-b8c9-729d348f75f9 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-12T05:45:37.987Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ecc434e, org.onap.sdc.toscaparser.api.parameters.Input@3bb54ae7, org.onap.sdc.toscaparser.api.parameters.Input@4afb06f, org.onap.sdc.toscaparser.api.parameters.Input@500311c4, org.onap.sdc.toscaparser.api.parameters.Input@c89feb9]
2022-10-12T05:45:37.989Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:45:37.989Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_hzyxcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:45:37.989Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-10-12T05:45:37.990Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 93d31659-a7a7-4c16-98fb-6bdef419cf97
2022-10-12T05:45:37.990Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 93d31659-a7a7-4c16-98fb-6bdef419cf97 matches Tosca VF Customization UUID: 93d31659-a7a7-4c16-98fb-6bdef419cf97
2022-10-12T05:45:37.990Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 93d31659-a7a7-4c16-98fb-6bdef419cf97 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-10-12T05:45:37.992Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:45:37.993Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_hzyxcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:45:37.993Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 93d31659-a7a7-4c16-98fb-6bdef419cf97: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-12T05:45:37.993Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2cea28d5
2022-10-12T05:45:37.994Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:45:37.994Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_hzyxcZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-12T05:45:37.994Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7fdd0ba5-3363-4618-9796-79a2e8730601
2022-10-12T05:45:37.995Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7fdd0ba5-3363-4618-9796-79a2e8730601
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-10-12T05:45:37.997Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:45:37.997Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_hzyxcZ 0 is matching search criteria
2022-10-12T05:45:37.997Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_hzyxcZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-12T05:45:37.997Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:45:37.998Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_hzyxcZ 0 is matching search criteria
2022-10-12T05:45:37.998Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_hzyxcZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-12T05:45:37.998Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:45:37.998Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_hzyxcZ 0 is not matching search criteria
2022-10-12T05:45:37.999Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-12T05:45:37.999Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-12T05:45:37.999Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=04aa4fc3-e17d-4183-832e-89def72f8f0d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-12T05:45:38.001Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:45:38.002Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_hzyxcZ 0 is matching search criteria
2022-10-12T05:45:38.002Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_hzyxcZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-12T05:45:38.002Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:45:38.003Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_hzyxcZ 0 is matching search criteria
2022-10-12T05:45:38.003Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_hzyxcZ 0] matching following query criteria: sdcType=VF, customizationUUID=93d31659-a7a7-4c16-98fb-6bdef419cf97
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-12T05:45:38.004Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:45:38.005Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_hzyxcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:45:38.005Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 2b8a39ed-f6c2-4b45-af6d-cb5f370bca03: basic_onboard_hzyxcZ
2022-10-12T05:45:38.005Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:45:38.006Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_hzyxcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:45:38.006Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:45:38.006Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_hzyxcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:45:38.007Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:45:38.007Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_hzyxcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:45:38.007Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:45:38.007Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_hzyxcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:45:38.008Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:45:38.008Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_hzyxcZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:45:38.008Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_hzyxcZ
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-12T05:45:38.090Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_hzyxcZ aed4c17e-8392-46f5-b8c9-729d348f75f9 1 ASDC deployResourceStructure
2022-10-12T05:45:38.091Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json ASDC sendASDCNotification
2022-10-12T05:45:38.091Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json
2022-10-12T05:45:38.091Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-12T05:45:38.092Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T05:45:38.094Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T05:45:38.094Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553538091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-12T05:45:38.195Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-12T05:45:38.195Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T05:45:38.196Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T05:45:38.207Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:45:38.208Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-12T05:45:39.096Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-12T05:45:39.096Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml
2022-10-12T05:45:39.096Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-12T05:45:39.096Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T05:45:39.098Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T05:45:39.098Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553539095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-12T05:45:39.199Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-12T05:45:39.200Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T05:45:39.200Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T05:45:39.211Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:45:39.212Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-12T05:45:40.099Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-12T05:45:40.100Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env
2022-10-12T05:45:40.100Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-12T05:45:40.100Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T05:45:40.102Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T05:45:40.102Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553540099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-12T05:45:40.203Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-12T05:45:40.204Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T05:45:40.204Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T05:45:40.219Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:45:40.219Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-12T05:45:41.103Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar ASDC sendASDCNotification
2022-10-12T05:45:41.103Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar
2022-10-12T05:45:41.104Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-12T05:45:41.104Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T05:45:41.106Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T05:45:41.106Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553541103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-12T05:45:41.206Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-12T05:45:41.207Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T05:45:41.207Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T05:45:41.220Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:45:41.221Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-12T05:45:42.107Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 36268465-a08a-42d4-a69e-75efd9ed82c9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-12T05:45:42.120Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 36268465-a08a-42d4-a69e-75efd9ed82c9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-12T05:45:42.122Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-12T05:45:42.122Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-12T05:45:42.122Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-12T05:46:12.122Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 36268465-a08a-42d4-a69e-75efd9ed82c9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-12T05:46:12.137Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 36268465-a08a-42d4-a69e-75efd9ed82c9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-12T05:46:12.139Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-12T05:46:12.139Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-12T05:46:12.139Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-12T05:46:17.379Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:46:17.380Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:46:17.380Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:46:17.411Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:46:17.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553457376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json",
"status": "NOTIFIED"
}
2022-10-12T05:46:17.415Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553457376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-12T05:46:17.415Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553457376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:46:17.416Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "clamp",
"timestamp": 1665553461903,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-12T05:46:17.416Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T05:46:17.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553457376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-12T05:46:17.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "cds",
"timestamp": 1665553456995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:46:17.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553457376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:46:17.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "cds",
"timestamp": 1665553456995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:46:17.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "clamp",
"timestamp": 1665553463910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-12T05:46:17.418Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T05:46:17.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553457376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar",
"status": "NOTIFIED"
}
2022-10-12T05:46:17.419Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "cds",
"timestamp": 1665553456995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:46:17.419Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "clamp",
"timestamp": 1665553464914,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-12T05:46:17.428Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7359cc3b-b11c-4a5e-ad30-457c54e35e7e
2022-10-12T05:46:17.428Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7359cc3b-b11c-4a5e-ad30-457c54e35e7e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-12T05:46:17.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553465404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-12T05:46:17.439Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T05:46:17.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "cds",
"timestamp": 1665553456995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:46:17.440Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "cds",
"timestamp": 1665553456995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:46:17.440Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "cds",
"timestamp": 1665553456995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:46:17.441Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.441Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "cds",
"timestamp": 1665553456995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar",
"status": "NOTIFIED"
}
2022-10-12T05:46:17.441Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.441Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "ves-openapi-manager",
"timestamp": 1665553470055,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:46:17.441Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.441Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "cds",
"timestamp": 1665553470873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-12T05:46:17.442Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T05:46:17.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.442Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553470460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-12T05:46:17.442Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T05:46:17.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.442Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "ves-openapi-manager",
"timestamp": 1665553470055,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:46:17.443Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "cds",
"timestamp": 1665553471879,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-12T05:46:17.449Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 36268465-a08a-42d4-a69e-75efd9ed82c9
2022-10-12T05:46:17.449Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36268465-a08a-42d4-a69e-75efd9ed82c9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-12T05:46:17.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553471535,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-12T05:46:17.458Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T05:46:17.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "ves-openapi-manager",
"timestamp": 1665553470055,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:46:17.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665553472473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:46:17.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553472586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-12T05:46:17.459Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T05:46:17.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "ves-openapi-manager",
"timestamp": 1665553470055,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:46:17.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665553472473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json",
"status": "NOTIFIED"
}
2022-10-12T05:46:17.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553473925,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/vfw17b376ee3eb70_modules.json",
"status": "DEPLOY_OK"
}
2022-10-12T05:46:17.460Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T05:46:17.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "ves-openapi-manager",
"timestamp": 1665553470055,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:46:17.461Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665553472473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-12T05:46:17.461Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553474928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-10-12T05:46:17.461Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T05:46:17.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "ves-openapi-manager",
"timestamp": 1665553470055,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:46:17.462Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665553472473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:46:17.462Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.463Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "clamp",
"timestamp": 1665553474994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:46:17.463Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.463Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553475933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/resourceInstances/vfw17b376ee3eb70/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-10-12T05:46:17.463Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T05:46:17.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.463Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "ves-openapi-manager",
"timestamp": 1665553470055,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:46:17.464Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.464Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665553472473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-12T05:46:17.464Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.464Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "clamp",
"timestamp": 1665553474994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json",
"status": "NOTIFIED"
}
2022-10-12T05:46:17.464Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.464Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553476936,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221012054247/1.0/artifacts/service-Vfw20221012054247-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-12T05:46:17.465Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T05:46:17.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665553472473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:46:17.465Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "clamp",
"timestamp": 1665553474994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:46:17.466Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665553472473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar",
"status": "NOTIFIED"
}
2022-10-12T05:46:17.466Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "clamp",
"timestamp": 1665553474994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:46:17.467Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665553480217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-12T05:46:17.467Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T05:46:17.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "clamp",
"timestamp": 1665553474994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:46:17.467Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665553481277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-12T05:46:17.468Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T05:46:17.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665553479857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:46:17.468Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "clamp",
"timestamp": 1665553474994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:46:17.468Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "aai-ml",
"timestamp": 1665553481197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:46:17.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665553482326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-12T05:46:17.469Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T05:46:17.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665553479857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:46:17.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "clamp",
"timestamp": 1665553474994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar",
"status": "NOTIFIED"
}
2022-10-12T05:46:17.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "aai-ml",
"timestamp": 1665553481197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:46:17.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665553483362,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-12T05:46:17.477Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 36268465-a08a-42d4-a69e-75efd9ed82c9
2022-10-12T05:46:17.477Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36268465-a08a-42d4-a69e-75efd9ed82c9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-12T05:46:17.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665553479857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:46:17.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "aai-ml",
"timestamp": 1665553481197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:46:17.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665553484366,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-12T05:46:17.487Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T05:46:17.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665553479857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:46:17.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "aai-ml",
"timestamp": 1665553481197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:46:17.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665553479857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:46:17.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "aai-ml",
"timestamp": 1665553481197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:46:17.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665553479857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:46:17.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "clamp",
"timestamp": 1665553485895,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-12T05:46:17.489Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T05:46:17.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "aai-ml",
"timestamp": 1665553481197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:46:17.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665553479857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar",
"status": "NOTIFIED"
}
2022-10-12T05:46:17.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "aai-ml",
"timestamp": 1665553481197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar",
"status": "NOTIFIED"
}
2022-10-12T05:46:17.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:46:17.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665553487633,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-12T05:46:17.490Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T05:46:17.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "aai-ml",
"timestamp": 1665553488932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-12T05:46:17.491Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T05:46:17.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "clamp",
"timestamp": 1665553488897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-12T05:46:17.491Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T05:46:17.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665553489746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-12T05:46:17.492Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T05:46:17.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "clamp",
"timestamp": 1665553489901,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-12T05:46:17.497Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 36268465-a08a-42d4-a69e-75efd9ed82c9
2022-10-12T05:46:17.497Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36268465-a08a-42d4-a69e-75efd9ed82c9 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-12T05:46:17.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665553490748,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-12T05:46:17.513Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 36268465-a08a-42d4-a69e-75efd9ed82c9
2022-10-12T05:46:17.513Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36268465-a08a-42d4-a69e-75efd9ed82c9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-12T05:46:17.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.522Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "aai-ml",
"timestamp": 1665553494275,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-12T05:46:17.522Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T05:46:17.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:46:17.522Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "aai-ml",
"timestamp": 1665553495281,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-12T05:46:17.527Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 36268465-a08a-42d4-a69e-75efd9ed82c9
2022-10-12T05:46:17.528Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36268465-a08a-42d4-a69e-75efd9ed82c9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-12T05:46:42.140Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 36268465-a08a-42d4-a69e-75efd9ed82c9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-12T05:46:42.154Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 36268465-a08a-42d4-a69e-75efd9ed82c9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-12T05:46:42.158Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-12T05:46:42.158Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-12T05:46:42.158Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-12T05:46:42.158Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-12T05:46:42.158Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-12T05:46:42.159Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-12T05:46:42.159Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-12T05:46:42.159Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-12T05:46:42.159Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-12T05:46:42.159Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-12T05:46:42.159Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-12T05:46:42.164Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-12T05:47:12.164Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 36268465-a08a-42d4-a69e-75efd9ed82c9 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-12T05:47:12.172Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 36268465-a08a-42d4-a69e-75efd9ed82c9 and serviceModelVersionId: 2b8a39ed-f6c2-4b45-af6d-cb5f370bca03
2022-10-12T05:47:12.172Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 392f3f94-8e23-4f20-b9f8-e0e78953185c
2022-10-12T05:47:12.174Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/392f3f94-8e23-4f20-b9f8-e0e78953185c/model-vers/model-ver/2b8a39ed-f6c2-4b45-af6d-cb5f370bca03?depth=0
2022-10-12T05:47:12.180Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-10-12T05:47:12.244Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/392f3f94-8e23-4f20-b9f8-e0e78953185c/model-vers/model-ver/2b8a39ed-f6c2-4b45-af6d-cb5f370bca03?depth=0|INFO|500||Invoke
2022-10-12T05:47:12.244Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/392f3f94-8e23-4f20-b9f8-e0e78953185c/model-vers/model-ver/2b8a39ed-f6c2-4b45-af6d-cb5f370bca03?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/392f3f94-8e23-4f20-b9f8-e0e78953185c/model-vers/model-ver/2b8a39ed-f6c2-4b45-af6d-cb5f370bca03?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[36268465-a08a-42d4-a69e-75efd9ed82c9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[09a6f3c4-610e-48ba-bc4d-db776db5f93a], X-ECOMP-RequestID=[36268465-a08a-42d4-a69e-75efd9ed82c9], X-TransactionId=[], X-ONAP-RequestID=[36268465-a08a-42d4-a69e-75efd9ed82c9], Content-Type=[application/merge-patch+json]}
2022-10-12T05:47:12.275Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/392f3f94-8e23-4f20-b9f8-e0e78953185c/model-vers/model-ver/2b8a39ed-f6c2-4b45-af6d-cb5f370bca03?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-12T05:47:12.395Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/392f3f94-8e23-4f20-b9f8-e0e78953185c/model-vers/model-ver/2b8a39ed-f6c2-4b45-af6d-cb5f370bca03?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/392f3f94-8e23-4f20-b9f8-e0e78953185c/model-vers/model-ver/2b8a39ed-f6c2-4b45-af6d-cb5f370bca03?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221012-05:47:12:142-33457], vertex-id=[336064], Content-Length=[0], Date=[Wed, 12 Oct 2022 05:47:12 GMT], Content-Type=[application/json]}
2022-10-12T05:47:12.396Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/392f3f94-8e23-4f20-b9f8-e0e78953185c/model-vers/model-ver/2b8a39ed-f6c2-4b45-af6d-cb5f370bca03?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-12T05:47:12.396Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/392f3f94-8e23-4f20-b9f8-e0e78953185c/model-vers/model-ver/2b8a39ed-f6c2-4b45-af6d-cb5f370bca03?depth=0|INFO|500||InvokeReturn
2022-10-12T05:47:12.397Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-12T05:47:12.397Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-12T05:47:12.401Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-12T05:47:12.402Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 36268465-a08a-42d4-a69e-75efd9ed82c9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-12T05:47:12.402Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-12T05:47:12.402Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T05:47:12.405Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T05:47:12.405Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553632402,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-12T05:47:12.505Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-12T05:47:12.506Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T05:47:12.506Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T05:47:12.521Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:47:12.522Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-12T05:47:13.418Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:47:13.419Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:47:13.419Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:47:17.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:47:17.379Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:47:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:47:17.411Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:47:17.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:47:17.413Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7359cc3b-b11c-4a5e-ad30-457c54e35e7e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553523666,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-12T05:47:17.414Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T05:47:17.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:47:17.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553524683,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:47:17.414Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:47:17.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:47:17.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553524683,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json",
"status": "NOTIFIED"
}
2022-10-12T05:47:17.415Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:47:17.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:47:17.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553524683,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-12T05:47:17.415Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:47:17.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:47:17.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553524683,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:47:17.416Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:47:17.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:47:17.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553524683,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-12T05:47:17.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:47:17.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:47:17.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553524683,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:47:17.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:47:17.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:47:17.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553524683,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar",
"status": "NOTIFIED"
}
2022-10-12T05:47:17.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-12T05:47:17.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:47:17.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553532455,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-12T05:47:17.419Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T05:47:17.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:47:17.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553534857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-12T05:47:17.419Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T05:47:17.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:47:17.420Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553535919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-12T05:47:17.420Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T05:47:17.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:47:17.420Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553536968,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-12T05:47:17.420Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T05:47:17.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:47:17.421Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553538091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/basic_onboard_hzyxcz0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-12T05:47:17.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T05:47:17.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:47:17.421Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553539095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-12T05:47:17.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T05:47:17.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:47:17.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553540099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/resourceInstances/basic_onboard_hzyxcz0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-12T05:47:17.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T05:47:17.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-12T05:47:17.423Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553541103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHzyxcz/1.0/artifacts/service-BasicOnboardHzyxcz-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-12T05:47:17.423Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T05:47:22.972Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:47:22.973Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:47:22.974Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:47:22.974Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:47:32.519Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:48:17.376Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:48:17.377Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:48:17.377Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:48:17.378Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:48:17.378Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:48:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:48:17.910Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:48:17.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-12T05:48:17.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "36268465-a08a-42d4-a69e-75efd9ed82c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665553632402,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-12T05:48:17.912Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T05:48:26.926Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:49:17.376Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:49:17.377Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:49:17.377Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:49:17.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:49:17.379Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:49:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:49:26.939Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:49:26.939Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:50:17.376Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:50:17.377Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:50:17.378Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:50:17.378Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:50:17.379Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:50:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:50:26.945Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:50:26.946Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:51:17.376Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:51:17.377Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:51:17.377Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:51:17.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:51:17.379Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:51:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:51:26.941Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:51:26.944Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:52:17.376Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:52:17.377Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:52:17.377Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:52:17.378Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:52:17.379Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:52:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:52:26.932Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:52:26.942Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:53:17.376Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:53:17.377Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:53:17.377Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:53:17.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:53:17.379Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:53:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:53:26.932Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:53:26.933Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:54:17.376Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:54:17.377Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:54:17.377Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:54:17.378Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:54:17.379Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:54:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:54:26.933Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:54:26.933Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:55:17.376Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:55:17.377Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:55:17.377Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:55:17.378Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:55:17.379Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:55:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:55:26.921Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:55:26.925Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:56:17.376Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:56:17.377Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:56:17.377Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:56:17.378Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:56:17.379Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:56:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:56:26.932Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:56:26.998Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:57:17.376Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:57:17.377Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:57:17.377Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:57:17.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:57:17.379Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:57:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:57:26.930Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:57:26.932Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:58:17.377Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:58:17.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:58:17.379Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:58:17.379Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:58:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:58:17.379Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T05:58:19.930Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:58:19.931Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-12T05:58:19.931Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"735686bf-33f7-4a05-94b2-0563fd0b74a9","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"dd42ecd9-fbc8-4f2f-b1e1-162ebdba7eff","serviceDescription":"service","serviceInvariantUUID":"7b3c4f78-b712-4b1a-8ce1-f2117d68e44c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"a5968c92-d1a8-42a0-aca1-4d11711a8d41","resourceInvariantUUID":"42260b7d-8e04-40e0-ac76-1d598b2a7fdb","resourceCustomizationUUID":"4b69f934-6251-4093-a393-9a14f6319aae","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":"YmY2YTNlZDM1MDQxYzRkOGFjMWM3NmEyM2Q3YWQyYzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4213864f-2261-438d-9921-73ba05b6a35c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjQxNGY3YTgyNWM2MmY4ZjI0OWRhOWM5YmRmZjlhYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"91f7d32d-5672-4db9-a193-bf05f6bee7a7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-12T05:58:19.937Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-12T05:58:19.937Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T05:58:19.940Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T05:58:19.940Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665554297376,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:58:20.040Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-12T05:58:20.042Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T05:58:20.042Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T05:58:20.058Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:58:20.058Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":2,"count":1}
2022-10-12T05:58:20.176Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:58:20.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T05:58:20.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665554297376,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:58:20.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T05:58:20.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T05:58:20.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665554289857,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:58:20.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T05:58:20.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T05:58:20.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9",
"consumerID": "aai-ml",
"timestamp": 1665554291203,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:58:20.180Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T05:58:20.941Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-12T05:58:20.942Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T05:58:20.945Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T05:58:20.945Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665554297376,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-12T05:58:21.045Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-12T05:58:21.046Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T05:58:21.046Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T05:58:21.060Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:58:21.061Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-12T05:58:21.946Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "dd42ecd9-fbc8-4f2f-b1e1-162ebdba7eff",
"serviceDescription": "service",
"serviceInvariantUUID": "7b3c4f78-b712-4b1a-8ce1-f2117d68e44c",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "4b69f934-6251-4093-a393-9a14f6319aae",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "a5968c92-d1a8-42a0-aca1-4d11711a8d41",
"resourceInvariantUUID": "42260b7d-8e04-40e0-ac76-1d598b2a7fdb",
"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": "MjQxNGY3YTgyNWM2MmY4ZjI0OWRhOWM5YmRmZjlhYTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "91f7d32d-5672-4db9-a193-bf05f6bee7a7"
}
],
"workloadContext": "Production"
}
2022-10-12T05:58:21.947Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-12T05:58:21.947Z|36268465-a08a-42d4-a69e-75efd9ed82c9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dd42ecd9-fbc8-4f2f-b1e1-162ebdba7eff ASDC
2022-10-12T05:58:21.948Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:735686bf-33f7-4a05-94b2-0563fd0b74a9
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:dd42ecd9-fbc8-4f2f-b1e1-162ebdba7eff
ServiceInvariantUUID:7b3c4f78-b712-4b1a-8ce1-f2117d68e44c
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:91f7d32d-5672-4db9-a193-bf05f6bee7a7
ArtifactChecksum:MjQxNGY3YTgyNWM2MmY4ZjI0OWRhOWM5YmRmZjlhYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:4b69f934-6251-4093-a393-9a14f6319aae
ResourceInvariantUUID:42260b7d-8e04-40e0-ac76-1d598b2a7fdb
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:a5968c92-d1a8-42a0-aca1-4d11711a8d41
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-10-12T05:58:21.948Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dd42ecd9-fbc8-4f2f-b1e1-162ebdba7eff ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-12T05:58:21.982Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-12T05:58:21.983Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-12T05:58:21.983Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-12T05:58:21.983Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 91f7d32d-5672-4db9-a193-bf05f6bee7a7 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-12T05:58:21.984Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-12T05:58:21.984Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-12T05:58:22.068Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-12T05:58:22.071Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 91f7d32d-5672-4db9-a193-bf05f6bee7a7 57663
2022-10-12T05:58:22.071Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-12T05:58:22.071Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-12T05:58:22.072Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-12T05:58:22.072Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T05:58:22.074Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T05:58:22.074Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665554302071,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-12T05:58:22.174Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-12T05:58:22.175Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T05:58:22.175Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T05:58:22.189Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:58:22.189Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-12T05:58:23.075Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-12T05:58:23.077Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-12T05:58:23.077Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 91f7d32d-5672-4db9-a193-bf05f6bee7a7, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-12T05:58:23.077Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-12T05:58:23.078Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-12T05:58:23.078Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-12T05:58:23.264Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2041611949404108258/Definitions/service-BasicNetwork-template.yml
2022-10-12T05:58:23.754Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-12T05:58:23.757Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-12T05:58:23.757Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-12T05:58:23.757Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-12T05:58:23.757Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-12T05:58:23.758Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-12T05:58:23.758Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-12T05:58:23.758Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-12T05:58:23.758Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-12T05:58:23.758Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-12T05:58:23.758Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-12T05:58:23.758Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-12T05:58:23.758Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-12T05:58:23.758Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:58:23.759Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:58:23.759Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-12T05:58:23.759Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-12T05:58:23.759Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-12T05:58:23.760Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:58:23.760Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:58:23.761Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-12T05:58:23.761Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-12T05:58:23.761Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-12T05:58:23.762Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:58:23.762Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:58:23.762Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:58:23.762Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:58:23.762Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:58:23.763Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:58:23.763Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:58:23.763Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:58:23.763Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:58:23.763Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:58:23.763Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:dd42ecd9-fbc8-4f2f-b1e1-162ebdba7eff
Model Version:NULL
Model InvariantUuid:7b3c4f78-b712-4b1a-8ce1-f2117d68e44c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:42260b7d-8e04-40e0-ac76-1d598b2a7fdb
Model UUID:bcf38849-23dc-4c13-8c84-d166aa77389f
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:4b69f934-6251-4093-a393-9a14f6319aae
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-12T05:58:23.771Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: a5968c92-d1a8-42a0-aca1-4d11711a8d41
2022-10-12T05:58:23.771Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||No resources found for Service: dd42ecd9-fbc8-4f2f-b1e1-162ebdba7eff
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-12T05:58:23.776Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||
2022-10-12T05:58:23.776Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-10-12T05:58:23.777Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||No resources found for Service: dd42ecd9-fbc8-4f2f-b1e1-162ebdba7eff
2022-10-12T05:58:23.777Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: dd42ecd9-fbc8-4f2f-b1e1-162ebdba7eff
2022-10-12T05:58:23.777Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-10-12T05:58:23.778Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-12T05:58:23.782Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@76e97684, org.onap.sdc.toscaparser.api.parameters.Input@1cca26d9, org.onap.sdc.toscaparser.api.parameters.Input@7c94ac1b, org.onap.sdc.toscaparser.api.parameters.Input@6dc2677, org.onap.sdc.toscaparser.api.parameters.Input@3b3c3d7e]
2022-10-12T05:58:23.786Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:58:23.787Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:58:23.787Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:58:23.787Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:58:23.787Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid dd42ecd9-fbc8-4f2f-b1e1-162ebdba7eff: Generic NeutronNet
2022-10-12T05:58:23.788Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:58:23.788Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:58:23.788Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:58:23.788Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-10-12T05:58:23.819Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:58:23.819Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:58:23.819Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:58:23.819Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:58:23.820Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T05:58:23.820Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T05:58:23.820Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-10-12T05:58:23.864Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-10-12T05:58:23.865Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-12T05:58:23.865Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-12T05:58:23.865Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-12T05:58:23.865Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T05:58:23.867Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T05:58:23.867Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665554303865,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-12T05:58:23.967Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-12T05:58:23.968Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T05:58:23.968Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T05:58:24.062Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:58:24.063Z||pool-38-thread-1|||||INFO|500||cambria reply ok (96 ms):{"serverTimeMs":1,"count":1}
2022-10-12T05:58:24.874Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 735686bf-33f7-4a05-94b2-0563fd0b74a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-12T05:58:24.891Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 735686bf-33f7-4a05-94b2-0563fd0b74a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-12T05:58:24.893Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-12T05:58:24.894Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-12T05:58:24.894Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-12T05:58:54.895Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 735686bf-33f7-4a05-94b2-0563fd0b74a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-12T05:58:54.907Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 735686bf-33f7-4a05-94b2-0563fd0b74a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-12T05:58:54.909Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-12T05:58:54.909Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-12T05:58:54.910Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-12T05:59:17.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T05:59:17.379Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T05:59:17.380Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T05:59:17.406Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T05:59:17.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T05:59:17.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9",
"consumerID": "cds",
"timestamp": 1665554296996,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-12T05:59:17.409Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T05:59:24.910Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 735686bf-33f7-4a05-94b2-0563fd0b74a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-12T05:59:24.921Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 735686bf-33f7-4a05-94b2-0563fd0b74a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-12T05:59:24.923Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-12T05:59:24.923Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-12T05:59:24.924Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-12T05:59:54.924Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 735686bf-33f7-4a05-94b2-0563fd0b74a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-12T05:59:54.938Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 735686bf-33f7-4a05-94b2-0563fd0b74a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-12T05:59:54.952Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-12T05:59:54.952Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-12T05:59:54.952Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-12T06:00:17.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T06:00:17.379Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T06:00:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T06:00:17.410Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T06:00:17.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:00:17.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665554292473,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:00:17.411Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:00:24.953Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 735686bf-33f7-4a05-94b2-0563fd0b74a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-12T06:00:24.978Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 735686bf-33f7-4a05-94b2-0563fd0b74a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-12T06:00:24.980Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-12T06:00:24.980Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-12T06:00:24.980Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-12T06:00:54.981Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 735686bf-33f7-4a05-94b2-0563fd0b74a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-12T06:00:54.992Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 735686bf-33f7-4a05-94b2-0563fd0b74a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-12T06:00:54.994Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-12T06:00:54.994Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-12T06:00:54.994Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-12T06:01:17.378Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T06:01:17.379Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T06:01:17.379Z||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 Wez1UUG4JalfOCan) ...
2022-10-12T06:01:17.397Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T06:01:17.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9",
"consumerID": "aai-ml",
"timestamp": 1665554291203,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-12T06:01:17.419Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.419Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665554289857,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-12T06:01:17.420Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665554297376,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-12T06:01:17.420Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9",
"consumerID": "cds",
"timestamp": 1665554296996,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-12T06:01:17.420Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665554292473,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-12T06:01:17.421Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9",
"consumerID": "cds",
"timestamp": 1665554302864,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-12T06:01:17.421Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T06:01:17.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665554301942,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-12T06:01:17.421Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T06:01:17.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665554302071,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-12T06:01:17.422Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T06:01:17.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9",
"consumerID": "aai-ml",
"timestamp": 1665554302760,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-12T06:01:17.422Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T06:01:17.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9",
"consumerID": "cds",
"timestamp": 1665554303871,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-12T06:01:17.430Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 735686bf-33f7-4a05-94b2-0563fd0b74a9
2022-10-12T06:01:17.430Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 735686bf-33f7-4a05-94b2-0563fd0b74a9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-12T06:01:17.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665554303557,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-12T06:01:17.440Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T06:01:17.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665554303865,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-12T06:01:17.440Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T06:01:17.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665554304560,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-12T06:01:17.450Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 735686bf-33f7-4a05-94b2-0563fd0b74a9
2022-10-12T06:01:17.450Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 735686bf-33f7-4a05-94b2-0563fd0b74a9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-12T06:01:17.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.458Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9",
"consumerID": "aai-ml",
"timestamp": 1665554306237,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-12T06:01:17.459Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T06:01:17.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.459Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9",
"consumerID": "aai-ml",
"timestamp": 1665554307241,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-12T06:01:17.463Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 735686bf-33f7-4a05-94b2-0563fd0b74a9
2022-10-12T06:01:17.463Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 735686bf-33f7-4a05-94b2-0563fd0b74a9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-12T06:01:17.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1665554310055,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.474Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1665554310055,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.474Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "cds",
"timestamp": 1665554311996,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.475Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665554312474,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.475Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "cds",
"timestamp": 1665554311996,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.476Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665554312474,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.476Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "cds",
"timestamp": 1665554311996,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.477Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.477Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665554312474,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.477Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.477Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "cds",
"timestamp": 1665554311996,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.478Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665554312474,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.478Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9",
"consumerID": "clamp",
"timestamp": 1665554314994,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "cds",
"timestamp": 1665554311996,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665554312474,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9",
"consumerID": "clamp",
"timestamp": 1665554314994,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-12T06:01:17.480Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "cds",
"timestamp": 1665554311996,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.480Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665554312474,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.480Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "cds",
"timestamp": 1665554311996,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.481Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665554312474,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.481Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "cds",
"timestamp": 1665554311996,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar",
"status": "NOTIFIED"
}
2022-10-12T06:01:17.481Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665554312474,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar",
"status": "NOTIFIED"
}
2022-10-12T06:01:17.482Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "cds",
"timestamp": 1665554320715,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-12T06:01:17.482Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T06:01:17.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665554319857,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.482Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "cds",
"timestamp": 1665554321720,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-12T06:01:17.493Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3d6f6d0a-1253-442d-ae7f-c4009a72018b
2022-10-12T06:01:17.493Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d6f6d0a-1253-442d-ae7f-c4009a72018b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-12T06:01:17.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "aai-ml",
"timestamp": 1665554321197,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.500Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665554319857,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.501Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "aai-ml",
"timestamp": 1665554321197,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.502Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665554319857,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.502Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "aai-ml",
"timestamp": 1665554321197,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.503Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665554319857,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.503Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "aai-ml",
"timestamp": 1665554321197,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.504Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665554319857,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.504Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "aai-ml",
"timestamp": 1665554321197,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.505Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.505Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665554319857,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.505Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.505Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "aai-ml",
"timestamp": 1665554321197,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.506Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.506Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665554319857,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.506Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.506Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "aai-ml",
"timestamp": 1665554321197,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.507Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665554319857,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar",
"status": "NOTIFIED"
}
2022-10-12T06:01:17.507Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9",
"consumerID": "clamp",
"timestamp": 1665554328016,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-12T06:01:17.508Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T06:01:17.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "aai-ml",
"timestamp": 1665554321197,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar",
"status": "NOTIFIED"
}
2022-10-12T06:01:17.508Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665554328584,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-12T06:01:17.509Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T06:01:17.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9",
"consumerID": "clamp",
"timestamp": 1665554329035,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-12T06:01:17.509Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T06:01:17.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "aai-ml",
"timestamp": 1665554329932,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-12T06:01:17.510Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T06:01:17.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "ves-openapi-manager",
"timestamp": 1665554330057,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.510Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9",
"consumerID": "clamp",
"timestamp": 1665554330037,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-12T06:01:17.515Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 735686bf-33f7-4a05-94b2-0563fd0b74a9
2022-10-12T06:01:17.516Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 735686bf-33f7-4a05-94b2-0563fd0b74a9 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-12T06:01:17.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665554330272,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-12T06:01:17.525Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T06:01:17.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "ves-openapi-manager",
"timestamp": 1665554330057,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.525Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "clamp",
"timestamp": 1665554314994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.526Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665554331276,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-12T06:01:17.531Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3d6f6d0a-1253-442d-ae7f-c4009a72018b
2022-10-12T06:01:17.531Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d6f6d0a-1253-442d-ae7f-c4009a72018b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-12T06:01:17.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "ves-openapi-manager",
"timestamp": 1665554330057,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.538Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "clamp",
"timestamp": 1665554314994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.539Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.539Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "ves-openapi-manager",
"timestamp": 1665554330057,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.539Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.539Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "aai-ml",
"timestamp": 1665554333735,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-12T06:01:17.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T06:01:17.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "clamp",
"timestamp": 1665554314994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.540Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665554332474,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.541Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "cds",
"timestamp": 1665554326996,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.541Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "ves-openapi-manager",
"timestamp": 1665554330057,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "aai-ml",
"timestamp": 1665554334739,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-12T06:01:17.547Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3d6f6d0a-1253-442d-ae7f-c4009a72018b
2022-10-12T06:01:17.548Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d6f6d0a-1253-442d-ae7f-c4009a72018b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-12T06:01:17.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "clamp",
"timestamp": 1665554314994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.556Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665554332474,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-10-12T06:01:17.557Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "cds",
"timestamp": 1665554326996,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.558Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "ves-openapi-manager",
"timestamp": 1665554330057,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-10-12T06:01:17.558Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "clamp",
"timestamp": 1665554314994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.559Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665554332474,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-10-12T06:01:17.560Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.560Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "cds",
"timestamp": 1665554326996,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.560Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "ves-openapi-manager",
"timestamp": 1665554330057,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.561Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "clamp",
"timestamp": 1665554314994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.561Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665554332474,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-12T06:01:17.562Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "cds",
"timestamp": 1665554326996,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "ves-openapi-manager",
"timestamp": 1665554330057,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "clamp",
"timestamp": 1665554314994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "cds",
"timestamp": 1665554326996,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.564Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665554332474,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-12T06:01:17.565Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "ves-openapi-manager",
"timestamp": 1665554338835,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-12T06:01:17.565Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T06:01:17.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "clamp",
"timestamp": 1665554314994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar",
"status": "NOTIFIED"
}
2022-10-12T06:01:17.566Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665554332474,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.566Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "cds",
"timestamp": 1665554326996,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.567Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "ves-openapi-manager",
"timestamp": 1665554340035,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-10-12T06:01:17.567Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T06:01:17.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665554332474,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-10-12T06:01:17.568Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "cds",
"timestamp": 1665554326996,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.568Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.569Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "ves-openapi-manager",
"timestamp": 1665554341040,
"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-10-12T06:01:17.574Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 3d6f6d0a-1253-442d-ae7f-c4009a72018b
2022-10-12T06:01:17.574Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d6f6d0a-1253-442d-ae7f-c4009a72018b and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-12T06:01:17.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665554332474,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.582Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "cds",
"timestamp": 1665554326996,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665554332474,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-12T06:01:17.584Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "cds",
"timestamp": 1665554326996,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-12T06:01:17.584Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "clamp",
"timestamp": 1665554342022,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-12T06:01:17.585Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T06:01:17.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665554343511,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-12T06:01:17.585Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T06:01:17.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "cds",
"timestamp": 1665554343545,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-12T06:01:17.586Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T06:01:17.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "clamp",
"timestamp": 1665554343043,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-12T06:01:17.586Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T06:01:17.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "cds",
"timestamp": 1665554344552,
"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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-12T06:01:17.600Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 163c8564-5964-441c-a6e6-567b31264523
2022-10-12T06:01:17.600Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 163c8564-5964-441c-a6e6-567b31264523 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-12T06:01:17.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.608Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665554344595,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-10-12T06:01:17.608Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T06:01:17.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.608Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "clamp",
"timestamp": 1665554344047,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-12T06:01:17.613Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3d6f6d0a-1253-442d-ae7f-c4009a72018b
2022-10-12T06:01:17.613Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d6f6d0a-1253-442d-ae7f-c4009a72018b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-12T06:01:17.621Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665554345715,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-12T06:01:17.622Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T06:01:17.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5",
"consumerID": "cds",
"timestamp": 1665554345555,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.623Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "clamp",
"timestamp": 1665554345056,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.623Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665554346771,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-10-12T06:01:17.624Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T06:01:17.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.624Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5",
"consumerID": "cds",
"timestamp": 1665554345555,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.624Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.624Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "clamp",
"timestamp": 1665554345056,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.625Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665554347891,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-12T06:01:17.630Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 163c8564-5964-441c-a6e6-567b31264523
2022-10-12T06:01:17.630Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 163c8564-5964-441c-a6e6-567b31264523 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-12T06:01:17.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5",
"consumerID": "cds",
"timestamp": 1665554345555,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "clamp",
"timestamp": 1665554345056,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.639Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665554348895,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-12T06:01:17.639Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T06:01:17.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5",
"consumerID": "cds",
"timestamp": 1665554345555,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.639Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "clamp",
"timestamp": 1665554345056,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-12T06:01:17.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5",
"consumerID": "cds",
"timestamp": 1665554345555,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "clamp",
"timestamp": 1665554345056,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "ves-openapi-manager",
"timestamp": 1665554350055,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.641Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5",
"consumerID": "cds",
"timestamp": 1665554345555,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.641Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665554349857,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.642Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "clamp",
"timestamp": 1665554345056,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.642Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "ves-openapi-manager",
"timestamp": 1665554350055,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.642Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "aai-ml",
"timestamp": 1665554351197,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.643Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5",
"consumerID": "cds",
"timestamp": 1665554345555,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-12T06:01:17.643Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665554349857,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.644Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "clamp",
"timestamp": 1665554345056,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.644Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "ves-openapi-manager",
"timestamp": 1665554350055,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.645Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "aai-ml",
"timestamp": 1665554351197,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.645Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665554352473,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5",
"consumerID": "cds",
"timestamp": 1665554353356,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-12T06:01:17.646Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-12T06:01:17.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665554349857,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "clamp",
"timestamp": 1665554345056,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "ves-openapi-manager",
"timestamp": 1665554350055,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "aai-ml",
"timestamp": 1665554351197,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665554352473,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-12T06:01:17.648Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5",
"consumerID": "cds",
"timestamp": 1665554354362,
"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-10-12T06:01:17.660Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f618f139-45d4-4eb3-a627-9b48fce4b3d5
2022-10-12T06:01:17.660Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f618f139-45d4-4eb3-a627-9b48fce4b3d5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-12T06:01:17.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665554349857,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "clamp",
"timestamp": 1665554345056,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-12T06:01:17.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "ves-openapi-manager",
"timestamp": 1665554350055,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "aai-ml",
"timestamp": 1665554351197,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665554352473,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-12T06:01:17.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665554349857,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "ves-openapi-manager",
"timestamp": 1665554350055,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "aai-ml",
"timestamp": 1665554351197,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665554352473,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665554349857,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "ves-openapi-manager",
"timestamp": 1665554350055,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "aai-ml",
"timestamp": 1665554351197,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f618f139-45d4-4eb3-a627-9b48fce4b3d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665554352473,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-10-12T06:01:17.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665554349857,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "ves-openapi-manager",
"timestamp": 1665554350055,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:17.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-12T06:01:17.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "163c8564-5964-441c-a6e6-567b31264523",
"consumerID": "aai-ml",
"timestamp": 1665554351197,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:01:17.678Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-12T06:01:24.994Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 735686bf-33f7-4a05-94b2-0563fd0b74a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-12T06:01:25.008Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 735686bf-33f7-4a05-94b2-0563fd0b74a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-12T06:01:25.017Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-12T06:01:25.017Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-12T06:01:25.018Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-12T06:01:25.018Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-12T06:01:25.018Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-12T06:01:25.018Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-12T06:01:25.018Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-12T06:01:25.018Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-12T06:01:25.018Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-12T06:01:25.018Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-12T06:01:25.023Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-12T06:01:55.024Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 735686bf-33f7-4a05-94b2-0563fd0b74a9 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-12T06:01:55.030Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 735686bf-33f7-4a05-94b2-0563fd0b74a9 and serviceModelVersionId: dd42ecd9-fbc8-4f2f-b1e1-162ebdba7eff
2022-10-12T06:01:55.031Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7b3c4f78-b712-4b1a-8ce1-f2117d68e44c
2022-10-12T06:01:55.032Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7b3c4f78-b712-4b1a-8ce1-f2117d68e44c/model-vers/model-ver/dd42ecd9-fbc8-4f2f-b1e1-162ebdba7eff?depth=0
2022-10-12T06:01:55.037Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-10-12T06:01:55.094Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b3c4f78-b712-4b1a-8ce1-f2117d68e44c/model-vers/model-ver/dd42ecd9-fbc8-4f2f-b1e1-162ebdba7eff?depth=0|INFO|500||Invoke
2022-10-12T06:01:55.094Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b3c4f78-b712-4b1a-8ce1-f2117d68e44c/model-vers/model-ver/dd42ecd9-fbc8-4f2f-b1e1-162ebdba7eff?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b3c4f78-b712-4b1a-8ce1-f2117d68e44c/model-vers/model-ver/dd42ecd9-fbc8-4f2f-b1e1-162ebdba7eff?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[735686bf-33f7-4a05-94b2-0563fd0b74a9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[00554d2a-c339-4808-ad94-5295689c3330], X-ECOMP-RequestID=[735686bf-33f7-4a05-94b2-0563fd0b74a9], X-TransactionId=[], X-ONAP-RequestID=[735686bf-33f7-4a05-94b2-0563fd0b74a9], Content-Type=[application/merge-patch+json]}
2022-10-12T06:01:55.119Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b3c4f78-b712-4b1a-8ce1-f2117d68e44c/model-vers/model-ver/dd42ecd9-fbc8-4f2f-b1e1-162ebdba7eff?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-12T06:01:55.260Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b3c4f78-b712-4b1a-8ce1-f2117d68e44c/model-vers/model-ver/dd42ecd9-fbc8-4f2f-b1e1-162ebdba7eff?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b3c4f78-b712-4b1a-8ce1-f2117d68e44c/model-vers/model-ver/dd42ecd9-fbc8-4f2f-b1e1-162ebdba7eff?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221012-06:01:55:003-80729], vertex-id=[446552], Content-Length=[0], Date=[Wed, 12 Oct 2022 06:01:55 GMT], Content-Type=[application/json]}
2022-10-12T06:01:55.260Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b3c4f78-b712-4b1a-8ce1-f2117d68e44c/model-vers/model-ver/dd42ecd9-fbc8-4f2f-b1e1-162ebdba7eff?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-12T06:01:55.261Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b3c4f78-b712-4b1a-8ce1-f2117d68e44c/model-vers/model-ver/dd42ecd9-fbc8-4f2f-b1e1-162ebdba7eff?depth=0|INFO|500||InvokeReturn
2022-10-12T06:01:55.261Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-12T06:01:55.262Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-12T06:01:55.266Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-12T06:01:55.267Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 735686bf-33f7-4a05-94b2-0563fd0b74a9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-12T06:01:55.267Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-12T06:01:55.267Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T06:01:55.269Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T06:01:55.270Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "735686bf-33f7-4a05-94b2-0563fd0b74a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665554515267,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-12T06:01:55.370Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-12T06:01:55.371Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T06:01:55.371Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T06:01:55.387Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T06:01:55.387Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-12T06:01:56.282Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-12T06:01:56.283Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-12T06:01:56.283Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Wez1UUG4JalfOCan) ...
2022-10-12T06:02:00.717Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T06:02:00.719Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-12T06:02:00.719Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"3d6f6d0a-1253-442d-ae7f-c4009a72018b","serviceName":"Demo_pNF_jmkcBBQh6pNovaL2OazL","serviceVersion":"1.0","serviceUUID":"79007d34-a495-4fa6-9f95-e232b47dfe33","serviceDescription":"catalog service description","serviceInvariantUUID":"d89bd8c8-ce6b-4a61-86db-a5aaef31f1f6","resources":[{"resourceInstanceName":"pNF 98665990-9871 0","resourceName":"pNF 98665990-9871","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"018658cf-d44e-4d68-96f9-d25cfc486299","resourceInvariantUUID":"875c6467-5016-496f-b325-3a78cbacfe95","resourceCustomizationUUID":"c60c7a6b-cc6c-4c70-9a96-a17533d1017c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/vf-license-model.xml","artifactChecksum":"MzNlYzAyNjVjZTg0ZTNiZDcyMDVlMzU1NzcwYmJjMDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f52a283f-dd26-4bcc-94dd-f4ccebad15e5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/pNF.csar","artifactChecksum":"OGE2NWI4YjZlYzc2Nzc3ODU0YzRjMTYwOTgwYTVlYzA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"37677579-26c6-4714-af1e-2267b862a2db","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2e07546e-5b92-4de6-99f7-73ef30e138f4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/vendor-license-model.xml","artifactChecksum":"YTkwN2E2Nzk0ODY3MmEyZWJiYTRmOGQ3Mzk3NDQxNDg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8ea17864-e318-482e-9b50-2a58f5331407","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"90768730-be78-4850-aa58-0648d893a1a8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"add5bf00-6023-4c97-84bb-e17e1e1d2136","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJmkcbbqh6pnoval2oazl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-template.yml","artifactChecksum":"OGQyNTQ2YWI4NWJiZDk5YjcxMGEzMmVlMTg3MWJjYTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f09be83a-9a1d-477d-a1e2-a130447ababb","artifactVersion":"1"},{"artifactName":"service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar","artifactChecksum":"YTkwOTJmODA1NTUyM2RlYTc3ZTQ4NGZhYzFhMjEwNzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"54c15569-512c-4a7d-ada6-79e96bbe3baf","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-12T06:02:00.722Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-12T06:02:00.723Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T06:02:00.726Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T06:02:00.726Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665554516282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:02:00.830Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-10-12T06:02:00.831Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T06:02:00.832Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T06:02:00.846Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T06:02:00.846Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-12T06:02:01.727Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-12T06:02:01.728Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T06:02:01.731Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T06:02:01.731Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665554516282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:02:01.831Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-12T06:02:01.832Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T06:02:01.832Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T06:02:01.847Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T06:02:01.848Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-12T06:02:02.731Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-12T06:02:02.732Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T06:02:02.734Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T06:02:02.734Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665554516282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:02:02.835Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-12T06:02:02.836Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T06:02:02.836Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T06:02:02.848Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T06:02:02.848Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-12T06:02:03.735Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-12T06:02:03.737Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T06:02:03.739Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T06:02:03.739Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665554516282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:02:03.839Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-12T06:02:03.840Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T06:02:03.840Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T06:02:03.852Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T06:02:03.852Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-12T06:02:04.740Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-12T06:02:04.741Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T06:02:04.743Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T06:02:04.743Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665554516282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:02:04.843Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-12T06:02:04.844Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T06:02:04.844Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T06:02:04.854Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T06:02:04.854Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-10-12T06:02:05.744Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-12T06:02:05.745Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T06:02:05.747Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T06:02:05.747Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665554516282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/resourceInstances/pnf9866599098710/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:02:05.847Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-12T06:02:05.848Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T06:02:05.848Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T06:02:05.862Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T06:02:05.863Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-12T06:02:06.747Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-12T06:02:06.748Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T06:02:06.750Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T06:02:06.751Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665554516282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-12T06:02:06.858Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-10-12T06:02:06.859Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T06:02:06.859Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T06:02:06.871Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T06:02:06.871Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-12T06:02:07.751Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-12T06:02:07.753Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T06:02:07.755Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T06:02:07.755Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665554516282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar",
"status": "NOTIFIED"
}
2022-10-12T06:02:07.862Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-10-12T06:02:07.863Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T06:02:07.863Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T06:02:07.882Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T06:02:07.882Z||pool-47-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-12T06:02:08.756Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"serviceName": "Demo_pNF_jmkcBBQh6pNovaL2OazL",
"serviceVersion": "1.0",
"serviceUUID": "79007d34-a495-4fa6-9f95-e232b47dfe33",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "d89bd8c8-ce6b-4a61-86db-a5aaef31f1f6",
"resources": [
{
"resourceInstanceName": "pNF 98665990-9871 0",
"resourceCustomizationUUID": "c60c7a6b-cc6c-4c70-9a96-a17533d1017c",
"resourceName": "pNF 98665990-9871",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "018658cf-d44e-4d68-96f9-d25cfc486299",
"resourceInvariantUUID": "875c6467-5016-496f-b325-3a78cbacfe95",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar",
"artifactChecksum": "YTkwOTJmODA1NTUyM2RlYTc3ZTQ4NGZhYzFhMjEwNzU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "54c15569-512c-4a7d-ada6-79e96bbe3baf"
}
],
"workloadContext": "Production"
}
2022-10-12T06:02:08.757Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-12T06:02:08.757Z|735686bf-33f7-4a05-94b2-0563fd0b74a9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 79007d34-a495-4fa6-9f95-e232b47dfe33 ASDC
2022-10-12T06:02:08.757Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:3d6f6d0a-1253-442d-ae7f-c4009a72018b
ServiceName:Demo_pNF_jmkcBBQh6pNovaL2OazL
ServiceVersion:1.0
ServiceUUID:79007d34-a495-4fa6-9f95-e232b47dfe33
ServiceInvariantUUID:d89bd8c8-ce6b-4a61-86db-a5aaef31f1f6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar
ArtifactUUID:54c15569-512c-4a7d-ada6-79e96bbe3baf
ArtifactChecksum:YTkwOTJmODA1NTUyM2RlYTc3ZTQ4NGZhYzFhMjEwNzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 98665990-9871 0
ResourceCustomizationUUID:c60c7a6b-cc6c-4c70-9a96-a17533d1017c
ResourceInvariantUUID:875c6467-5016-496f-b325-3a78cbacfe95
ResourceName:pNF 98665990-9871
ResourceType:PNF
ResourceUUID:018658cf-d44e-4d68-96f9-d25cfc486299
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-10-12T06:02:08.757Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 79007d34-a495-4fa6-9f95-e232b47dfe33 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-12T06:02:08.782Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-12T06:02:08.782Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-12T06:02:08.782Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-12T06:02:08.782Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 54c15569-512c-4a7d-ada6-79e96bbe3baf from URL: /sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar
2022-10-12T06:02:08.783Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-12T06:02:08.783Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar
2022-10-12T06:02:08.939Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-12T06:02:08.943Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar 54c15569-512c-4a7d-ada6-79e96bbe3baf 87789
2022-10-12T06:02:08.944Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar ASDC sendASDCNotification
2022-10-12T06:02:08.944Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar
2022-10-12T06:02:08.944Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-12T06:02:08.944Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-12T06:02:08.946Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-12T06:02:08.946Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3d6f6d0a-1253-442d-ae7f-c4009a72018b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665554528944,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-12T06:02:09.047Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-12T06:02:09.047Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-12T06:02:09.047Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Wez1UUG4JalfOCan) ...
2022-10-12T06:02:09.080Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-12T06:02:09.081Z||pool-48-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-10-12T06:02:09.947Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-12T06:02:09.948Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-12T06:02:09.948Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 54c15569-512c-4a7d-ada6-79e96bbe3baf, URL: /sdc/v1/catalog/services/DemoPnfJmkcbbqh6pnoval2oazl/1.0/artifacts/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar to file: /app/ASDC/1/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar
2022-10-12T06:02:09.948Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar
2022-10-12T06:02:09.949Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar
2022-10-12T06:02:09.949Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar
2022-10-12T06:02:10.094Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7043327172584106883/Definitions/service-DemoPnfJmkcbbqh6pnoval2oazl-template.yml
2022-10-12T06:02:10.925Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-12T06:02:10.926Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-12T06:02:10.926Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar
2022-10-12T06:02:10.926Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-12T06:02:10.926Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar
2022-10-12T06:02:10.926Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar
2022-10-12T06:02:10.926Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar
2022-10-12T06:02:10.926Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 98665990-9871 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar
2022-10-12T06:02:10.926Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar
2022-10-12T06:02:10.927Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar
2022-10-12T06:02:10.927Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJmkcbbqh6pnoval2oazl-csar.csar
2022-10-12T06:02:10.927Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-12T06:02:10.927Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T06:02:10.927Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jmkcBBQh6pNovaL2OazL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T06:02:10.927Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Node template pNF 98665990-9871 0 is matching search criteria
2022-10-12T06:02:10.927Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-12T06:02:10.928Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 98665990-9871 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-12T06:02:10.928Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T06:02:10.928Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jmkcBBQh6pNovaL2OazL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T06:02:10.928Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Node template pNF 98665990-9871 0 is matching search criteria
2022-10-12T06:02:10.928Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-12T06:02:10.928Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 98665990-9871 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-12T06:02:10.929Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T06:02:10.929Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jmkcBBQh6pNovaL2OazL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T06:02:10.929Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T06:02:10.929Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jmkcBBQh6pNovaL2OazL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T06:02:10.929Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T06:02:10.929Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jmkcBBQh6pNovaL2OazL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T06:02:10.929Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T06:02:10.930Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jmkcBBQh6pNovaL2OazL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T06:02:10.930Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T06:02:10.930Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jmkcBBQh6pNovaL2OazL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T06:02:10.930Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_jmkcBBQh6pNovaL2OazL
Description:catalog service description
Model UUID:79007d34-a495-4fa6-9f95-e232b47dfe33
Model Version:NULL
Model InvariantUuid:d89bd8c8-ce6b-4a61-86db-a5aaef31f1f6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-12T06:02:10.938Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 018658cf-d44e-4d68-96f9-d25cfc486299
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-12T06:02:10.940Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||pNF 98665990-9871 0
2022-10-12T06:02:10.941Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 018658cf-d44e-4d68-96f9-d25cfc486299
2022-10-12T06:02:10.941Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 79007d34-a495-4fa6-9f95-e232b47dfe33
2022-10-12T06:02:10.941Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 79007d34-a495-4fa6-9f95-e232b47dfe33
2022-10-12T06:02:10.941Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 98665990-9871 0 018658cf-d44e-4d68-96f9-d25cfc486299 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-12T06:02:10.945Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@ea2fe22, org.onap.sdc.toscaparser.api.parameters.Input@7f1df104, org.onap.sdc.toscaparser.api.parameters.Input@7615bb2f, org.onap.sdc.toscaparser.api.parameters.Input@3a1eb569, org.onap.sdc.toscaparser.api.parameters.Input@23540fe6]
2022-10-12T06:02:10.945Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-12T06:02:10.945Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jmkcBBQh6pNovaL2OazL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-12T06:02:10.945Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 79007d34-a495-4fa6-9f95-e232b47dfe33: pNF 98665990-9871
2022-10-12T06:02:10.945Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||INFO|500||Processing PNF resource: 018658cf-d44e-4d68-96f9-d25cfc486299
2022-10-12T06:02:10.945Z|3d6f6d0a-1253-442d-ae7f-c4009a72018b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery