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-28T03:40:31.226Z||main|||||INFO|500||The following profiles are active: basic
2022-10-28T03:40:41.363Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-28T03:40:41.364Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-28T03:40:41.486Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-28T03:40:45.410Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-28T03:40:45.861Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-28T03:40:46.367Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-28T03:40:46.376Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-28T03:40:46.553Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-28T03:40:46.835Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-28T03:40:47.531Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-28T03:40:49.693Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-28T03:40:51.592Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-28T03:40:51.638Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-28T03:40:52.163Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-28T03:40:52.336Z||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-28T03:40:53.142Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-28T03:40:54.063Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-10-28T03:40:54.094Z||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$$7b5c92.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-28T03:40:54.095Z||main|||||WARN|500||The sdc end point is not alive
2022-10-28T03:40:56.470Z||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-28T03:40:58.927Z||main|||||WARN|500||---
2022-10-28T03:40:58.928Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-28T03:40:58.928Z||main|||||WARN|500||---
2022-10-28T03:40:59.396Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-28T03:41:04.318Z||main|||||INFO|500||Started Application in 36.058 seconds (JVM running for 38.113)
2022-10-28T03:41:04.332Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-28T03:41:04.334Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-28T03:41:04.344Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-28T03:41:04.363Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-28T03:41:04.406Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 76f68cfc-b9c9-444e-886b-a1682591540c url= /sdc/v1/artifactTypes
2022-10-28T03:41:04.406Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-28T03:41:04.680Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-28T03:41:04.704Z||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-28T03:41:04.732Z||scheduling-1|||||DEBUG|500||create keys
2022-10-28T03:41:04.741Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-28T03:41:04.785Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T03:41:04.799Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5883ff5a-9602-4e61-9e9a-1ddeec4106ff url= /sdc/v1/registerForDistribution
2022-10-28T03:41:04.922Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 5883ff5a-9602-4e61-9e9a-1ddeec4106ff url= /sdc/v1/registerForDistribution
2022-10-28T03:41:04.922Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-28T03:41:04.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T03:41:04.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T03:41:04.938Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-28T03:41:04.946Z||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-28T03:41:04.946Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T03:41:04.946Z||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-28T03:41:04.946Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T03:41:15.275Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T03:41:15.280Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T03:42:04.930Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T03:42:04.932Z||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-28T03:42:04.932Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T03:42:04.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T03:42:04.935Z||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-28T03:42:04.935Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T03:42:14.487Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T03:42:14.490Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T03:43:04.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T03:43:04.932Z||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-28T03:43:04.933Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T03:43:04.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T03:43:04.933Z||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-28T03:43:04.934Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T03:43:14.484Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T03:43:14.491Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T03:44:04.930Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T03:44:04.932Z||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-28T03:44:04.932Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T03:44:04.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T03:44:04.940Z||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-28T03:44:04.941Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T03:44:14.490Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T03:44:14.490Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T03:45:04.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T03:45:04.931Z||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-28T03:45:04.931Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T03:45:04.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T03:45:04.933Z||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-28T03:45:04.934Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T03:45:14.483Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T03:45:14.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T03:46:04.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T03:46:04.931Z||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-28T03:46:04.931Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T03:46:04.934Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T03:46:04.935Z||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-28T03:46:04.935Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T03:46:14.488Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T03:46:14.493Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T03:47:04.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T03:47:04.931Z||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-28T03:47:04.932Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T03:47:04.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T03:47:04.934Z||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-28T03:47:04.934Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T03:47:14.483Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T03:47:14.489Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T03:48:04.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T03:48:04.931Z||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-28T03:48:04.931Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T03:48:04.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T03:48:04.933Z||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-28T03:48:04.934Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T03:48:14.482Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T03:48:14.485Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T03:49:04.931Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T03:49:04.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T03:49:04.937Z||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-28T03:49:04.937Z||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-28T03:49:04.938Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T03:49:04.938Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T03:49:14.491Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T03:49:14.492Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T03:50:04.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T03:50:04.931Z||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-28T03:50:04.931Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T03:50:04.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T03:50:04.934Z||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-28T03:50:04.934Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T03:50:14.483Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T03:50:14.485Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T03:51:01.529Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-28T03:51:04.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T03:51:04.931Z||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-28T03:51:04.931Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T03:51:04.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T03:51:04.934Z||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-28T03:51:04.934Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T03:51:14.489Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T03:51:14.500Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T03:52:04.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T03:52:04.931Z||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-28T03:52:04.931Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T03:52:04.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T03:52:04.934Z||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-28T03:52:04.934Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T03:52:14.486Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T03:52:14.486Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T03:53:04.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T03:53:04.931Z||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-28T03:53:04.931Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T03:53:04.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T03:53:04.934Z||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-28T03:53:04.934Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T03:53:14.479Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T03:53:14.505Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T03:54:04.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T03:54:04.931Z||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-28T03:54:04.931Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T03:54:04.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T03:54:04.934Z||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-28T03:54:04.934Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T03:54:14.487Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T03:54:14.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T03:55:04.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T03:55:04.931Z||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-28T03:55:04.931Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T03:55:04.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T03:55:04.933Z||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-28T03:55:04.934Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T03:55:14.486Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T03:55:14.486Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T03:56:04.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T03:56:04.932Z||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-28T03:56:04.933Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T03:56:04.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T03:56:04.933Z||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-28T03:56:04.933Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T03:56:14.484Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T03:56:14.485Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T03:57:04.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T03:57:04.931Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T03:57:04.932Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OqCvdRHX32zc8Jsc) ...
2022-10-28T03:57:04.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T03:57:04.934Z||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-28T03:57:04.934Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T03:57:14.479Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T03:57:14.485Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T03:58:04.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T03:58:04.931Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T03:58:04.931Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OqCvdRHX32zc8Jsc) ...
2022-10-28T03:58:04.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T03:58:04.934Z||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-28T03:58:04.934Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T03:58:14.482Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T03:58:14.482Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T03:59:04.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T03:59:04.931Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T03:59:04.931Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OqCvdRHX32zc8Jsc) ...
2022-10-28T03:59:04.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T03:59:04.933Z||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-28T03:59:04.934Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T03:59:14.484Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T03:59:14.484Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:00:04.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:00:04.931Z||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-28T04:00:04.931Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:00:04.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:00:04.934Z||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-28T04:00:04.934Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:00:14.485Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:00:14.493Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:01:04.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:01:04.931Z||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-28T04:01:04.932Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:01:04.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:01:04.933Z||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-28T04:01:04.934Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:01:14.486Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:01:14.490Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:02:04.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:02:04.931Z||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-28T04:02:04.931Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:02:04.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:02:04.933Z||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-28T04:02:04.934Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:02:14.483Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:02:14.535Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:03:04.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:03:04.931Z||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-28T04:03:04.931Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:03:04.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:03:04.934Z||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-28T04:03:04.934Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:03:14.480Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:03:14.481Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:04:04.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:04:04.931Z||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-28T04:04:04.931Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:04:04.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:04:04.933Z||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-28T04:04:04.934Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:04:14.481Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:04:14.485Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:05:04.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:05:04.931Z||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-28T04:05:04.931Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:05:04.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:05:04.933Z||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-28T04:05:04.934Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:05:14.477Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:05:14.480Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:06:04.931Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:06:04.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T04:06:04.933Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:06:04.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:06:04.934Z||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-28T04:06:04.935Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:06:14.485Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:06:14.485Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:07:04.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:07:04.931Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T04:07:04.931Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:07:04.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:07:04.934Z||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-28T04:07:04.935Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:07:14.484Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:07:14.484Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:08:04.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:08:04.931Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T04:08:04.931Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:08:04.934Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:08:04.934Z||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-28T04:08:04.935Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:08:14.480Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:08:14.484Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:09:04.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:09:04.931Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T04:09:04.931Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:09:04.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:09:04.933Z||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-28T04:09:04.934Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:09:14.482Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:09:14.483Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:10:04.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:10:04.931Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T04:10:04.931Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:10:04.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:10:04.933Z||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-28T04:10:04.934Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:10:14.481Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:10:14.483Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:11:04.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:11:04.931Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T04:11:04.931Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:11:04.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:11:04.934Z||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-28T04:11:04.934Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:11:14.483Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:11:14.492Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:12:04.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:12:04.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T04:12:04.933Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:12:04.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:12:04.933Z||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-28T04:12:04.934Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:12:14.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:12:14.484Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:13:04.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:13:04.931Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T04:13:04.931Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:13:04.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:13:04.933Z||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-28T04:13:04.934Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:13:14.487Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:13:14.489Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:14:04.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:14:04.930Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T04:14:04.931Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:14:04.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:14:04.934Z||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-28T04:14:04.934Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:14:14.477Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:14:14.477Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:15:04.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:15:04.931Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T04:15:04.931Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:15:04.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:15:04.934Z||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-28T04:15:04.934Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:15:14.489Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:15:14.494Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:16:04.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:16:04.931Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T04:16:04.931Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:16:04.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:16:04.933Z||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-28T04:16:04.934Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:16:14.480Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:16:14.481Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:17:04.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:17:04.930Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T04:17:04.931Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:17:04.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:17:04.934Z||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-28T04:17:04.934Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:17:14.481Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:17:14.481Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:18:04.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:18:04.931Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T04:18:04.931Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:18:04.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:18:04.933Z||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-28T04:18:04.934Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:18:14.477Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:18:14.484Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:19:04.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:19:04.931Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T04:19:04.931Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:19:04.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:19:04.933Z||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-28T04:19:04.934Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:19:05.564Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:19:05.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"1ccad948-f19f-4374-8a25-b84f15ebeb38","serviceName":"vFW 2022-10-28 04-17-29","serviceVersion":"1.0","serviceUUID":"8f45ec73-3a7e-4056-8904-eda35d41b0b6","serviceDescription":"catalog service description","serviceInvariantUUID":"fdda3720-77c8-4965-a5b4-4d5e0c6fbea0","resources":[{"resourceInstanceName":"vFW c7ce3820-4375 0","resourceName":"vFW c7ce3820-4375","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"728c87d9-83d7-4c02-b813-47394d67f7cf","resourceInvariantUUID":"f3705608-528e-4e30-adfd-84951cf9f9b9","resourceCustomizationUUID":"62b21ac9-1838-4f62-a5ba-59c1e8f632dd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vf-license-model.xml","artifactChecksum":"ZjhiMzc3ZjRkYjA3YTdkOWMxMTI0NGZhYzE0NmM3NmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"81c17c4e-1c7c-4bac-8c30-dddcf75dc2fc","artifactVersion":"1"},{"artifactName":"vfwc7ce382043750_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json","artifactChecksum":"ZWQ0M2UwZmFiN2U3ZTliY2RmM2M3ZDZlNjBmYmZjOGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f5330247-9403-488e-b171-77d415212ecc","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"868946d3-81a0-4fb4-bffa-49ff5bce63fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vendor-license-model.xml","artifactChecksum":"ODE3ZGQ3OTY2YTI1N2RhOTc4MzRhNDE4YTVmZjE1ZWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c4a24d46-1a35-475b-9e78-cff988868165","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5ad5dcca-66cf-48a3-90e0-76cc2d6597cb","artifactVersion":"2","generatedFromUUID":"868946d3-81a0-4fb4-bffa-49ff5bce63fa"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221028041729-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-template.yml","artifactChecksum":"NjI0OTIwMGFkNTdlNzMwYjgwZTcwMmIxZDkxNWJkYjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3fec6b54-136c-415f-8ebc-7c7726c716b5","artifactVersion":"1"},{"artifactName":"service-Vfw20221028041729-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar","artifactChecksum":"ODEyNGY1MTVjYWY0NzE3Y2YxMDg2ZDkzNjUxM2U1NGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aeb0bfd7-d9ce-439a-8fa9-69213f4b40f4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-28T04:19:05.568Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:19:05.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "ves-openapi-manager",
"timestamp": 1666930698307,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:05.576Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T04:19:05.581Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:19:05.587Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "clamp",
"timestamp": 1666930705423,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:05.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666930698915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:05.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "ves-openapi-manager",
"timestamp": 1666930698307,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:05.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "clamp",
"timestamp": 1666930705423,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json",
"status": "NOTIFIED"
}
2022-10-28T04:19:05.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666930698915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:05.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "cds",
"timestamp": 1666930706793,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:05.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "ves-openapi-manager",
"timestamp": 1666930698307,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:05.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "clamp",
"timestamp": 1666930705423,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:05.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666930698915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:05.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "cds",
"timestamp": 1666930706793,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:05.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "ves-openapi-manager",
"timestamp": 1666930698307,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:05.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "clamp",
"timestamp": 1666930705423,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:05.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666930698915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:05.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "cds",
"timestamp": 1666930706793,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:05.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.594Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:19:05.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.594Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930744930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:05.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "ves-openapi-manager",
"timestamp": 1666930698307,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:05.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "clamp",
"timestamp": 1666930705423,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:05.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666930698915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:05.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "cds",
"timestamp": 1666930706793,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:05.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "ves-openapi-manager",
"timestamp": 1666930698307,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:05.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "clamp",
"timestamp": 1666930705423,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:05.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666930698915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:05.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666930710985,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:05.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "cds",
"timestamp": 1666930706793,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:05.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "ves-openapi-manager",
"timestamp": 1666930698307,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:05.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "clamp",
"timestamp": 1666930705423,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T04:19:05.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666930698915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T04:19:05.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666930710985,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json",
"status": "NOTIFIED"
}
2022-10-28T04:19:05.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "cds",
"timestamp": 1666930706793,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:05.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666930710985,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-28T04:19:05.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666930714063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-28T04:19:05.599Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:19:05.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "cds",
"timestamp": 1666930706793,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T04:19:05.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "policy-id",
"timestamp": 1666930713981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:05.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666930710985,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:05.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "cds",
"timestamp": 1666930714605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-28T04:19:05.600Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:19:05.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "policy-id",
"timestamp": 1666930713981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:05.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666930710985,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-28T04:19:05.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "cds",
"timestamp": 1666930715627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-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-28T04:19:05.695Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-10-28T04:19:05.699Z||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-28T04:19:05.699Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
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-28T04:19:05.734Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:19:05.735Z||pool-3-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-28T04:19:05.786Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1ccad948-f19f-4374-8a25-b84f15ebeb38
2022-10-28T04:19:05.802Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ccad948-f19f-4374-8a25-b84f15ebeb38 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-28T04:19:05.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "policy-id",
"timestamp": 1666930713981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-28T04:19:05.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666930710985,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:05.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "policy-id",
"timestamp": 1666930713981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:05.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666930710985,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T04:19:05.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "policy-id",
"timestamp": 1666930713981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:05.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666930719177,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-28T04:19:05.829Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:19:05.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666930718791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-28T04:19:05.830Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:19:05.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "policy-id",
"timestamp": 1666930713981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:05.830Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666930720186,
"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-28T04:19:05.846Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1ccad948-f19f-4374-8a25-b84f15ebeb38
2022-10-28T04:19:05.846Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ccad948-f19f-4374-8a25-b84f15ebeb38 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-28T04:19:05.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666930719870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-28T04:19:05.857Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:19:05.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "policy-id",
"timestamp": 1666930713981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T04:19:05.858Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666930720932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-28T04:19:05.858Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:19:05.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "policy-id",
"timestamp": 1666930721823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-28T04:19:05.858Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:19:05.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666930722006,
"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-28T04:19:05.864Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1ccad948-f19f-4374-8a25-b84f15ebeb38
2022-10-28T04:19:05.864Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ccad948-f19f-4374-8a25-b84f15ebeb38 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-28T04:19:05.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "policy-id",
"timestamp": 1666930722860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-28T04:19:05.875Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:19:05.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666930723012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json",
"status": "DEPLOY_OK"
}
2022-10-28T04:19:05.875Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:19:05.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "aai-ml",
"timestamp": 1666930722359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:05.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "policy-id",
"timestamp": 1666930723874,
"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-28T04:19:05.882Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1ccad948-f19f-4374-8a25-b84f15ebeb38
2022-10-28T04:19:05.882Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ccad948-f19f-4374-8a25-b84f15ebeb38 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-10-28T04:19:05.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "aai-ml",
"timestamp": 1666930722359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:05.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "clamp",
"timestamp": 1666930725082,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-28T04:19:05.894Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:19:05.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "aai-ml",
"timestamp": 1666930722359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:05.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "aai-ml",
"timestamp": 1666930722359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:05.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "clamp",
"timestamp": 1666930727096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-28T04:19:05.896Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:19:05.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "aai-ml",
"timestamp": 1666930722359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:05.897Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "clamp",
"timestamp": 1666930728102,
"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-28T04:19:05.902Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1ccad948-f19f-4374-8a25-b84f15ebeb38
2022-10-28T04:19:05.902Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ccad948-f19f-4374-8a25-b84f15ebeb38 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-28T04:19:05.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "aai-ml",
"timestamp": 1666930722359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:05.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "aai-ml",
"timestamp": 1666930722359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T04:19:05.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:19:05.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:19:05.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "aai-ml",
"timestamp": 1666930730228,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-28T04:19:05.915Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:19:06.600Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T04:19:06.601Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:19:06.603Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:19:06.603Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930744930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json",
"status": "NOTIFIED"
}
2022-10-28T04:19:06.703Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T04:19:06.704Z||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-28T04:19:06.704Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:19:06.726Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:19:06.727Z||pool-4-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-10-28T04:19:07.603Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T04:19:07.604Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:19:07.606Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:19:07.606Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930744930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-28T04:19:07.707Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-28T04:19:07.708Z||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-28T04:19:07.708Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:19:07.728Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:19:07.729Z||pool-5-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-10-28T04:19:08.607Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T04:19:08.608Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:19:08.609Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:19:08.609Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930744930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:08.710Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T04:19:08.711Z||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-28T04:19:08.711Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:19:08.728Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:19:08.729Z||pool-6-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-28T04:19:09.610Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T04:19:09.611Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:19:09.612Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:19:09.613Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930744930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-28T04:19:09.720Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-10-28T04:19:09.721Z||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-28T04:19:09.721Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:19:09.737Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:19:09.738Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-28T04:19:10.613Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T04:19:10.614Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:19:10.616Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:19:10.616Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930744930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:19:10.716Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T04:19:10.717Z||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-28T04:19:10.717Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:19:10.734Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:19:10.734Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-28T04:19:11.617Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T04:19:11.618Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:19:11.620Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:19:11.620Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930744930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T04:19:11.720Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T04:19:11.721Z||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-28T04:19:11.721Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:19:11.736Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:19:11.736Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-28T04:19:12.621Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"serviceName": "vFW 2022-10-28 04-17-29",
"serviceVersion": "1.0",
"serviceUUID": "8f45ec73-3a7e-4056-8904-eda35d41b0b6",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "fdda3720-77c8-4965-a5b4-4d5e0c6fbea0",
"resources": [
{
"resourceInstanceName": "vFW c7ce3820-4375 0",
"resourceCustomizationUUID": "62b21ac9-1838-4f62-a5ba-59c1e8f632dd",
"resourceName": "vFW c7ce3820-4375",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "728c87d9-83d7-4c02-b813-47394d67f7cf",
"resourceInvariantUUID": "f3705608-528e-4e30-adfd-84951cf9f9b9",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwc7ce382043750_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json",
"artifactChecksum": "ZWQ0M2UwZmFiN2U3ZTliY2RmM2M3ZDZlNjBmYmZjOGE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f5330247-9403-488e-b171-77d415212ecc",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "868946d3-81a0-4fb4-bffa-49ff5bce63fa",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5ad5dcca-66cf-48a3-90e0-76cc2d6597cb",
"generatedFromUUID": "868946d3-81a0-4fb4-bffa-49ff5bce63fa"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5ad5dcca-66cf-48a3-90e0-76cc2d6597cb",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221028041729-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar",
"artifactChecksum": "ODEyNGY1MTVjYWY0NzE3Y2YxMDg2ZDkzNjUxM2U1NGM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "aeb0bfd7-d9ce-439a-8fa9-69213f4b40f4"
}
],
"workloadContext": "Production"
}
2022-10-28T04:19:12.622Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-28T04:19:12.623Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8f45ec73-3a7e-4056-8904-eda35d41b0b6 ASDC
2022-10-28T04:19:12.692Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:1ccad948-f19f-4374-8a25-b84f15ebeb38
ServiceName:vFW 2022-10-28 04-17-29
ServiceVersion:1.0
ServiceUUID:8f45ec73-3a7e-4056-8904-eda35d41b0b6
ServiceInvariantUUID:fdda3720-77c8-4965-a5b4-4d5e0c6fbea0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221028041729-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar
ArtifactUUID:aeb0bfd7-d9ce-439a-8fa9-69213f4b40f4
ArtifactChecksum:ODEyNGY1MTVjYWY0NzE3Y2YxMDg2ZDkzNjUxM2U1NGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c7ce3820-4375 0
ResourceCustomizationUUID:62b21ac9-1838-4f62-a5ba-59c1e8f632dd
ResourceInvariantUUID:f3705608-528e-4e30-adfd-84951cf9f9b9
ResourceName:vFW c7ce3820-4375
ResourceType:VF
ResourceUUID:728c87d9-83d7-4c02-b813-47394d67f7cf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc7ce382043750_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json
ArtifactUUID:f5330247-9403-488e-b171-77d415212ecc
ArtifactChecksum:ZWQ0M2UwZmFiN2U3ZTliY2RmM2M3ZDZlNjBmYmZjOGE=
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/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml
ArtifactUUID:868946d3-81a0-4fb4-bffa-49ff5bce63fa
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/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env
ArtifactUUID:5ad5dcca-66cf-48a3-90e0-76cc2d6597cb
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/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env
ArtifactUUID:5ad5dcca-66cf-48a3-90e0-76cc2d6597cb
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-28T04:19:12.693Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8f45ec73-3a7e-4056-8904-eda35d41b0b6 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-28T04:19:12.743Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-28T04:19:12.744Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-28T04:19:12.745Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-28T04:19:12.745Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: aeb0bfd7-d9ce-439a-8fa9-69213f4b40f4 from URL: /sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar
2022-10-28T04:19:12.745Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-28T04:19:12.747Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar
2022-10-28T04:19:12.857Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-28T04:19:12.870Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar aeb0bfd7-d9ce-439a-8fa9-69213f4b40f4 99030
2022-10-28T04:19:12.871Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar ASDC sendASDCNotification
2022-10-28T04:19:12.872Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar
2022-10-28T04:19:12.873Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T04:19:12.874Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:19:12.875Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:19:12.876Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930752870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-28T04:19:12.976Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T04:19:12.977Z||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-28T04:19:12.977Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:19:12.994Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:19:12.995Z||pool-10-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-28T04:19:13.877Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-28T04:19:13.878Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-28T04:19:13.879Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: aeb0bfd7-d9ce-439a-8fa9-69213f4b40f4, URL: /sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar to file: /app/ASDC/1/service-Vfw20221028041729-csar.csar
2022-10-28T04:19:13.879Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221028041729-csar.csar
2022-10-28T04:19:13.954Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221028041729-csar.csar
2022-10-28T04:19:13.955Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221028041729-csar.csar
2022-10-28T04:19:14.423Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10788432702820945701/Definitions/service-Vfw20221028041729-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-10-28T04:19:16.696Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-28T04:19:16.701Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-28T04:19:16.702Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221028041729-csar.csar
2022-10-28T04:19:16.702Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-10-28T04:19:16.702Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20221028041729-csar.csar
2022-10-28T04:19:16.702Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20221028041729-csar.csar
2022-10-28T04:19:16.703Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||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-Vfw20221028041729-csar.csar
2022-10-28T04:19:16.703Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221028041729-csar.csar
2022-10-28T04:19:16.703Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221028041729-csar.csar
2022-10-28T04:19:16.703Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20221028041729-csar.csar
2022-10-28T04:19:16.703Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||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-Vfw20221028041729-csar.csar
2022-10-28T04:19:16.703Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221028041729-csar.csar
2022-10-28T04:19:16.703Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20221028041729-csar.csar
2022-10-28T04:19:16.703Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||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-Vfw20221028041729-csar.csar
2022-10-28T04:19:16.703Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c7ce3820-4375 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20221028041729-csar.csar
2022-10-28T04:19:16.703Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221028041729-csar.csar
2022-10-28T04:19:16.703Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||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-Vfw20221028041729-csar.csar
2022-10-28T04:19:16.703Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-28T04:19:16.709Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:19:16.711Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 04-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:19:16.714Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vFW c7ce3820-4375 0 is matching search criteria
2022-10-28T04:19:16.715Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-28T04:19:16.716Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c7ce3820-4375 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-28T04:19:16.717Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:19:16.718Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 04-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:19:16.718Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vFW c7ce3820-4375 0 is matching search criteria
2022-10-28T04:19:16.718Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-28T04:19:16.718Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c7ce3820-4375 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-28T04:19:16.718Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:19:16.718Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 04-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:19:16.721Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:19:16.722Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vFW c7ce3820-4375 0 is not matching search criteria
2022-10-28T04:19:16.722Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-28T04:19:16.722Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-28T04:19:16.722Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-28T04:19:16.723Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-28T04:19:16.723Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-28T04:19:16.723Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-28T04:19:16.723Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-28T04:19:16.723Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-28T04:19:16.723Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-28T04:19:16.723Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-28T04:19:16.723Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-28T04:19:16.724Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-28T04:19:16.724Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-28T04:19:16.724Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-28T04:19:16.724Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-28T04:19:16.724Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-28T04:19:16.724Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:19:16.724Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 04-17-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-28T04:19:16.726Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:19:16.726Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vFW c7ce3820-4375 0 is matching search criteria
2022-10-28T04:19:16.726Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c7ce3820-4375 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T04:19:16.727Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:19:16.727Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vFW c7ce3820-4375 0 is matching search criteria
2022-10-28T04:19:16.727Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c7ce3820-4375 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T04:19:16.727Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:19:16.727Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vFW c7ce3820-4375 0 is matching search criteria
2022-10-28T04:19:16.727Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c7ce3820-4375 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T04:19:16.728Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:19:16.728Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vFW c7ce3820-4375 0 is not matching search criteria
2022-10-28T04:19:16.728Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-28T04:19:16.728Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-28T04:19:16.728Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-28T04:19:16.728Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-28T04:19:16.728Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-28T04:19:16.728Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-28T04:19:16.729Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-28T04:19:16.729Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-28T04:19:16.729Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-28T04:19:16.730Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-28T04:19:16.730Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-28T04:19:16.730Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ee633636-c36e-4666-8818-54e319535f1f
2022-10-28T04:19:16.730Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:19:16.730Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vFW c7ce3820-4375 0 is not matching search criteria
2022-10-28T04:19:16.730Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-28T04:19:16.730Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-28T04:19:16.731Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-28T04:19:16.731Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-28T04:19:16.731Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-28T04:19:16.731Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-28T04:19:16.731Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-28T04:19:16.731Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-28T04:19:16.731Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-28T04:19:16.732Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-28T04:19:16.732Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-28T04:19:16.732Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-28T04:19:16.732Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=61063e65-39ac-42c4-be0a-202f84e5e516
2022-10-28T04:19:16.732Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:19:16.732Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vFW c7ce3820-4375 0 is not matching search criteria
2022-10-28T04:19:16.732Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-28T04:19:16.733Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-28T04:19:16.733Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-28T04:19:16.733Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-28T04:19:16.733Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-28T04:19:16.733Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-28T04:19:16.733Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-28T04:19:16.733Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-28T04:19:16.733Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-28T04:19:16.734Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-28T04:19:16.734Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-28T04:19:16.734Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-28T04:19:16.734Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c307d76a-7b27-4af6-940f-511f301a1176
2022-10-28T04:19:16.734Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:19:16.734Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 04-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:19:16.734Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:19:16.734Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 04-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:19:16.734Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:19:16.734Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 04-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:19:16.734Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:19:16.735Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 04-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:19:16.735Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-10-28 04-17-29
Description:catalog service description
Model UUID:8f45ec73-3a7e-4056-8904-eda35d41b0b6
Model Version:NULL
Model InvariantUuid:fdda3720-77c8-4965-a5b4-4d5e0c6fbea0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW c7ce3820-4375
Model UUID:2b0f8444-6011-4d51-a910-6e315a832265
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f3705608-528e-4e30-adfd-84951cf9f9b9
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:62b21ac9-1838-4f62-a5ba-59c1e8f632dd
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:6c5fc470-00ad-41a9-a6b3-6698db1dcf83
ModelName:VfwC7ce38204375..base_vfw..module-0
ModelUuid:38e65de1-9148-4a6f-96f2-262b726353d0
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ee633636-c36e-4666-8818-54e319535f1f
ModelInvariantUuid:c55f60f1-980d-4bf5-a316-47c3dfa6f021
ModelName:vFW c7ce3820-4375-nodes.vfwCvfc
ModelUuid:71acf8b1-200f-4f3f-b5d0-10339941616d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:2469fdc7-a3bb-4455-b31b-f12a350024a6
ModelInvariantUuid:f60a01df-3f40-4259-a949-14099552c2e2
ModelName:VfwC7ce38204375.compute.nodes.heat.vfw
ModelUuid:60568394-e67a-4514-b7dc-9cbf746a1bd5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:61063e65-39ac-42c4-be0a-202f84e5e516
ModelInvariantUuid:60869bb1-a7b4-4418-aef1-90aea2c5e5ce
ModelName:vFW c7ce3820-4375-nodes.vsnCvfc
ModelUuid:360c3434-d92d-4506-b445-f97ae1efa3ee
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:dfb3379b-7ec9-47a0-96f6-186712a4567d
ModelInvariantUuid:0ddf498f-4265-4278-bc2a-151b40d8baf3
ModelName:VfwC7ce38204375.compute.nodes.heat.vsn
ModelUuid:aa591f1e-91d5-43bb-bf12-689c7e1fcf84
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c307d76a-7b27-4af6-940f-511f301a1176
ModelInvariantUuid:a3398622-8a3c-407a-a54e-4feb99c3fed6
ModelName:vFW c7ce3820-4375-nodes.vpgCvfc
ModelUuid:be3f8964-a857-421a-9088-a1a95e3c26d0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:f460055d-c094-4f17-92db-1d421b79ea31
ModelInvariantUuid:bd50ee27-322d-45fd-a04b-56852cfc1980
ModelName:VfwC7ce38204375.compute.nodes.heat.vpg
ModelUuid:5f1d6bd0-a0fd-4329-a830-2035c9f177c4
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-28T04:19:16.747Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 728c87d9-83d7-4c02-b813-47394d67f7cf
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-28T04:19:16.834Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||vFW c7ce3820-4375 0
2022-10-28T04:19:16.840Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 728c87d9-83d7-4c02-b813-47394d67f7cf
2022-10-28T04:19:16.840Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f5330247-9403-488e-b171-77d415212ecc from URL: /sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json
2022-10-28T04:19:16.840Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-28T04:19:16.841Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json
2022-10-28T04:19:16.900Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-28T04:19:16.901Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json f5330247-9403-488e-b171-77d415212ecc 785
2022-10-28T04:19:16.901Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json ASDC sendASDCNotification
2022-10-28T04:19:16.901Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json
2022-10-28T04:19:16.901Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T04:19:16.902Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:19:16.905Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:19:16.905Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930756901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-28T04:19:17.005Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T04:19:17.007Z||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-28T04:19:17.007Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:19:17.025Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:19:17.026Z||pool-11-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-28T04:19:17.907Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC7ce38204375..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6c5fc470-00ad-41a9-a6b3-6698db1dcf83",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "38e65de1-9148-4a6f-96f2-262b726353d0",
"vfModuleModelCustomizationUUID": "fd096275-2b75-4251-af18-abdd57e97486",
"isBase": true,
"artifacts": [
"868946d3-81a0-4fb4-bffa-49ff5bce63fa",
"5ad5dcca-66cf-48a3-90e0-76cc2d6597cb"
],
"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-28T04:19:17.920Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC7ce38204375..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:38e65de1-9148-4a6f-96f2-262b726353d0
VfModuleModelInvariantUUID:6c5fc470-00ad-41a9-a6b3-6698db1dcf83
VfModuleModelDescription:NULL
Artifacts UUID List:{
868946d3-81a0-4fb4-bffa-49ff5bce63fa
,
5ad5dcca-66cf-48a3-90e0-76cc2d6597cb
}
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-28T04:19:17.922Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC7ce38204375..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6c5fc470-00ad-41a9-a6b3-6698db1dcf83",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "38e65de1-9148-4a6f-96f2-262b726353d0",
"vfModuleModelCustomizationUUID": "fd096275-2b75-4251-af18-abdd57e97486",
"isBase": true,
"artifacts": [
"868946d3-81a0-4fb4-bffa-49ff5bce63fa",
"5ad5dcca-66cf-48a3-90e0-76cc2d6597cb"
],
"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-28T04:19:17.923Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC7ce38204375..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:38e65de1-9148-4a6f-96f2-262b726353d0
VfModuleModelInvariantUUID:6c5fc470-00ad-41a9-a6b3-6698db1dcf83
VfModuleModelDescription:NULL
Artifacts UUID List:{
868946d3-81a0-4fb4-bffa-49ff5bce63fa
,
5ad5dcca-66cf-48a3-90e0-76cc2d6597cb
}
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-28T04:19:17.923Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 868946d3-81a0-4fb4-bffa-49ff5bce63fa from URL: /sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml
2022-10-28T04:19:17.923Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-28T04:19:17.923Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml
2022-10-28T04:19:17.982Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-28T04:19:17.984Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml 868946d3-81a0-4fb4-bffa-49ff5bce63fa 20368
2022-10-28T04:19:17.984Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-28T04:19:17.984Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml
2022-10-28T04:19:17.984Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T04:19:17.985Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:19:17.987Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:19:17.987Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930757984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-28T04:19:18.088Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T04:19:18.090Z||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-28T04:19:18.090Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:19:18.110Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:19:18.111Z||pool-12-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-10-28T04:19:18.988Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5ad5dcca-66cf-48a3-90e0-76cc2d6597cb from URL: /sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env
2022-10-28T04:19:18.989Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-28T04:19:18.989Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env
2022-10-28T04:19:19.042Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-28T04:19:19.043Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env 5ad5dcca-66cf-48a3-90e0-76cc2d6597cb 2098
2022-10-28T04:19:19.044Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-28T04:19:19.044Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env
2022-10-28T04:19:19.044Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T04:19:19.044Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:19:19.047Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:19:19.047Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930759044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-28T04:19:19.147Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T04:19:19.148Z||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-28T04:19:19.149Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:19:19.176Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:19:19.176Z||pool-13-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-10-28T04:19:20.047Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 8f45ec73-3a7e-4056-8904-eda35d41b0b6
2022-10-28T04:19:20.048Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c7ce3820-4375 0 728c87d9-83d7-4c02-b813-47394d67f7cf 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-28T04:19:20.087Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6314d84c, org.onap.sdc.toscaparser.api.parameters.Input@3391ecf9, org.onap.sdc.toscaparser.api.parameters.Input@5221865d, org.onap.sdc.toscaparser.api.parameters.Input@108c4ef, org.onap.sdc.toscaparser.api.parameters.Input@441baa3a]
2022-10-28T04:19:20.092Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:19:20.092Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 04-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:19:20.092Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-10-28T04:19:20.092Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 62b21ac9-1838-4f62-a5ba-59c1e8f632dd
2022-10-28T04:19:20.092Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 62b21ac9-1838-4f62-a5ba-59c1e8f632dd matches Tosca VF Customization UUID: 62b21ac9-1838-4f62-a5ba-59c1e8f632dd
2022-10-28T04:19:20.093Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 62b21ac9-1838-4f62-a5ba-59c1e8f632dd 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-28T04:19:20.101Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:19:20.102Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 04-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:19:20.126Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 62b21ac9-1838-4f62-a5ba-59c1e8f632dd: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-10-28T04:19:20.127Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@738b57f1
2022-10-28T04:19:20.127Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:19:20.127Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 04-17-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-28T04:19:20.128Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fd096275-2b75-4251-af18-abdd57e97486
2022-10-28T04:19:20.129Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fd096275-2b75-4251-af18-abdd57e97486
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-28T04:19:20.135Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:19:20.136Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vFW c7ce3820-4375 0 is matching search criteria
2022-10-28T04:19:20.136Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c7ce3820-4375 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T04:19:20.137Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:19:20.137Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vFW c7ce3820-4375 0 is matching search criteria
2022-10-28T04:19:20.138Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c7ce3820-4375 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T04:19:20.138Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:19:20.138Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vFW c7ce3820-4375 0 is not matching search criteria
2022-10-28T04:19:20.138Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-28T04:19:20.138Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-28T04:19:20.139Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-28T04:19:20.139Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-28T04:19:20.139Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-28T04:19:20.139Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-28T04:19:20.139Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-28T04:19:20.139Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-28T04:19:20.139Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-28T04:19:20.139Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-28T04:19:20.139Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-28T04:19:20.139Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ee633636-c36e-4666-8818-54e319535f1f
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-28T04:19:20.151Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:19:20.152Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vFW c7ce3820-4375 0 is matching search criteria
2022-10-28T04:19:20.152Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c7ce3820-4375 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T04:19:20.152Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:19:20.153Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vFW c7ce3820-4375 0 is not matching search criteria
2022-10-28T04:19:20.153Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-28T04:19:20.153Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-28T04:19:20.153Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-28T04:19:20.153Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-28T04:19:20.153Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-28T04:19:20.153Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-28T04:19:20.153Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-28T04:19:20.153Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-28T04:19:20.154Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-28T04:19:20.154Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-28T04:19:20.154Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-28T04:19:20.154Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-28T04:19:20.154Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=61063e65-39ac-42c4-be0a-202f84e5e516
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-28T04:19:20.158Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:19:20.158Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vFW c7ce3820-4375 0 is matching search criteria
2022-10-28T04:19:20.158Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c7ce3820-4375 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T04:19:20.162Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:19:20.162Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vFW c7ce3820-4375 0 is not matching search criteria
2022-10-28T04:19:20.163Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-28T04:19:20.163Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-28T04:19:20.163Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-28T04:19:20.163Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-28T04:19:20.163Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-28T04:19:20.163Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-28T04:19:20.163Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-28T04:19:20.164Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-28T04:19:20.164Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-28T04:19:20.164Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-28T04:19:20.164Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-28T04:19:20.164Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-28T04:19:20.164Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c307d76a-7b27-4af6-940f-511f301a1176
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-28T04:19:20.168Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:19:20.169Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vFW c7ce3820-4375 0 is matching search criteria
2022-10-28T04:19:20.169Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c7ce3820-4375 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T04:19:20.169Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:19:20.169Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Node template vFW c7ce3820-4375 0 is matching search criteria
2022-10-28T04:19:20.169Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c7ce3820-4375 0] matching following query criteria: sdcType=VF, customizationUUID=62b21ac9-1838-4f62-a5ba-59c1e8f632dd
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-28T04:19:20.173Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:19:20.174Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 04-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:19:20.174Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 8f45ec73-3a7e-4056-8904-eda35d41b0b6: vFW c7ce3820-4375
2022-10-28T04:19:20.174Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:19:20.175Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 04-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:19:20.175Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:19:20.175Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 04-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:19:20.175Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:19:20.175Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 04-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:19:20.175Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:19:20.175Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 04-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:19:20.175Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:19:20.176Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-28 04-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:19:20.176Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-10-28 04-17-29
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-28T04:19:20.438Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c7ce3820-4375 728c87d9-83d7-4c02-b813-47394d67f7cf 1 ASDC deployResourceStructure
2022-10-28T04:19:20.439Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json ASDC sendASDCNotification
2022-10-28T04:19:20.439Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json
2022-10-28T04:19:20.440Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T04:19:20.440Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:19:20.444Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:19:20.444Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930760438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json",
"status": "DEPLOY_OK"
}
2022-10-28T04:19:20.544Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T04:19:20.545Z||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-28T04:19:20.545Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:19:20.560Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:19:20.561Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-28T04:19:21.444Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-28T04:19:21.445Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml
2022-10-28T04:19:21.445Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T04:19:21.445Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:19:21.447Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:19:21.447Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930761444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-10-28T04:19:21.547Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T04:19:21.548Z||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-28T04:19:21.548Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:19:21.562Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:19:21.563Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-28T04:19:22.448Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-28T04:19:22.448Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env
2022-10-28T04:19:22.448Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T04:19:22.449Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:19:22.451Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:19:22.452Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930762448,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-10-28T04:19:22.552Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-28T04:19:22.553Z||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-28T04:19:22.553Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:19:22.566Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:19:22.566Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-28T04:19:23.453Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar ASDC sendASDCNotification
2022-10-28T04:19:23.453Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar
2022-10-28T04:19:23.453Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T04:19:23.454Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:19:23.456Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:19:23.457Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930763453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-28T04:19:23.556Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-28T04:19:23.557Z||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-28T04:19:23.557Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:19:23.573Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:19:23.573Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-28T04:19:24.457Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ccad948-f19f-4374-8a25-b84f15ebeb38
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-28T04:19:24.481Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ccad948-f19f-4374-8a25-b84f15ebeb38
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-28T04:19:24.488Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T04:19:24.488Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-28T04:19:24.488Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-28T04:19:54.490Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ccad948-f19f-4374-8a25-b84f15ebeb38
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-28T04:19:54.509Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ccad948-f19f-4374-8a25-b84f15ebeb38
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-28T04:19:54.515Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T04:19:54.515Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-28T04:19:54.516Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-28T04:20:04.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:20:04.935Z||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-28T04:20:04.935Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:20:05.063Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:20:05.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:20:05.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930744930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:20:05.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:20:24.516Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ccad948-f19f-4374-8a25-b84f15ebeb38
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-28T04:20:24.540Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ccad948-f19f-4374-8a25-b84f15ebeb38
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-28T04:20:24.545Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T04:20:24.545Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-28T04:20:24.545Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-28T04:20:54.545Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ccad948-f19f-4374-8a25-b84f15ebeb38
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-28T04:20:54.561Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ccad948-f19f-4374-8a25-b84f15ebeb38
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-28T04:20:54.564Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T04:20:54.564Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-28T04:20:54.565Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-28T04:21:04.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:21:04.934Z||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-28T04:21:04.934Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:21:05.471Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:21:05.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930744930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json",
"status": "NOTIFIED"
}
2022-10-28T04:21:05.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930744930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-28T04:21:05.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "aai-ml",
"timestamp": 1666930747418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-28T04:21:05.478Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:21:05.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930744930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:21:05.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "aai-ml",
"timestamp": 1666930748423,
"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-28T04:21:05.488Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1ccad948-f19f-4374-8a25-b84f15ebeb38
2022-10-28T04:21:05.488Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ccad948-f19f-4374-8a25-b84f15ebeb38 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-28T04:21:05.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930744930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-28T04:21:05.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930744930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:21:05.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930744930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T04:21:05.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666930750985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:21:05.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930752870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-28T04:21:05.502Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:21:05.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666930750985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json",
"status": "NOTIFIED"
}
2022-10-28T04:21:05.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "cds",
"timestamp": 1666930751793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:21:05.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "aai-ml",
"timestamp": 1666930752358,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:21:05.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666930750985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-28T04:21:05.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "cds",
"timestamp": 1666930751793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:21:05.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "aai-ml",
"timestamp": 1666930752358,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:21:05.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "policy-id",
"timestamp": 1666930753981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:21:05.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666930750985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:21:05.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "cds",
"timestamp": 1666930751793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:21:05.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "aai-ml",
"timestamp": 1666930752358,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:21:05.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "policy-id",
"timestamp": 1666930753981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:21:05.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666930750985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-28T04:21:05.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "cds",
"timestamp": 1666930751793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:21:05.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "aai-ml",
"timestamp": 1666930752358,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:21:05.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "policy-id",
"timestamp": 1666930753981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-28T04:21:05.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930756901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-28T04:21:05.505Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:21:05.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666930750985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:21:05.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "cds",
"timestamp": 1666930751793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:21:05.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "aai-ml",
"timestamp": 1666930752358,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:21:05.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "policy-id",
"timestamp": 1666930753981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:21:05.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930757984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-28T04:21:05.506Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:21:05.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666930750985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T04:21:05.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "cds",
"timestamp": 1666930751793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:21:05.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "aai-ml",
"timestamp": 1666930752358,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:21:05.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "policy-id",
"timestamp": 1666930753981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:21:05.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "ves-openapi-manager",
"timestamp": 1666930758307,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:21:05.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930759044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-28T04:21:05.507Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:21:05.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666930758764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-28T04:21:05.507Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:21:05.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "cds",
"timestamp": 1666930751793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T04:21:05.508Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "aai-ml",
"timestamp": 1666930752358,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T04:21:05.508Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666930758915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:21:05.508Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "policy-id",
"timestamp": 1666930753981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:21:05.508Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "ves-openapi-manager",
"timestamp": 1666930758307,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:21:05.509Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666930759837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-28T04:21:05.509Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:21:05.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "cds",
"timestamp": 1666930759530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-28T04:21:05.509Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:21:05.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930760438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/vfwc7ce382043750_modules.json",
"status": "DEPLOY_OK"
}
2022-10-28T04:21:05.509Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:21:05.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "aai-ml",
"timestamp": 1666930760085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-28T04:21:05.509Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:21:05.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666930758915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:21:05.509Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "policy-id",
"timestamp": 1666930753981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T04:21:05.509Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "ves-openapi-manager",
"timestamp": 1666930758307,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:21:05.510Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666930760895,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-28T04:21:05.510Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:21:05.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "cds",
"timestamp": 1666930760536,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-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-28T04:21:05.527Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of decd267f-1d7b-4d64-b918-77213de36ad4
2022-10-28T04:21:05.528Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId decd267f-1d7b-4d64-b918-77213de36ad4 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-28T04:21:05.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930761444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-10-28T04:21:05.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:21:05.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666930758915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:21:05.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "policy-id",
"timestamp": 1666930761723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-28T04:21:05.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:21:05.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "ves-openapi-manager",
"timestamp": 1666930758307,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:21:05.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666930761922,
"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-28T04:21:05.547Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of decd267f-1d7b-4d64-b918-77213de36ad4
2022-10-28T04:21:05.548Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId decd267f-1d7b-4d64-b918-77213de36ad4 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-28T04:21:05.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930762448,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/resourceInstances/vfwc7ce382043750/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-10-28T04:21:05.565Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:21:05.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666930758915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:21:05.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "policy-id",
"timestamp": 1666930762728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-28T04:21:05.566Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:21:05.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "ves-openapi-manager",
"timestamp": 1666930758307,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:21:05.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666930762927,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-28T04:21:05.566Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:21:05.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930763453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221028041729/1.0/artifacts/service-Vfw20221028041729-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-28T04:21:05.566Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:21:05.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666930758915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:21:05.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "policy-id",
"timestamp": 1666930763738,
"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-28T04:21:05.572Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of decd267f-1d7b-4d64-b918-77213de36ad4
2022-10-28T04:21:05.573Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId decd267f-1d7b-4d64-b918-77213de36ad4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-10-28T04:21:05.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "ves-openapi-manager",
"timestamp": 1666930758307,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:21:05.580Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666930758915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:21:05.580Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "ves-openapi-manager",
"timestamp": 1666930758307,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:21:05.581Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666930758915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T04:21:05.581Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "clamp",
"timestamp": 1666930765420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:21:05.581Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666930766669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-28T04:21:05.581Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:21:05.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "clamp",
"timestamp": 1666930765420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json",
"status": "NOTIFIED"
}
2022-10-28T04:21:05.581Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "clamp",
"timestamp": 1666930765420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:21:05.581Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "aai-ml",
"timestamp": 1666930767608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-28T04:21:05.581Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:21:05.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666930768928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-28T04:21:05.582Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:21:05.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "clamp",
"timestamp": 1666930765420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:21:05.582Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "aai-ml",
"timestamp": 1666930768612,
"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-28T04:21:05.590Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of decd267f-1d7b-4d64-b918-77213de36ad4
2022-10-28T04:21:05.591Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId decd267f-1d7b-4d64-b918-77213de36ad4 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-28T04:21:05.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666930769933,
"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-28T04:21:05.608Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of decd267f-1d7b-4d64-b918-77213de36ad4
2022-10-28T04:21:05.608Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId decd267f-1d7b-4d64-b918-77213de36ad4 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-28T04:21:05.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "clamp",
"timestamp": 1666930765420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:21:05.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "clamp",
"timestamp": 1666930765420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:21:05.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "clamp",
"timestamp": 1666930765420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T04:21:05.619Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:21:05.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "clamp",
"timestamp": 1666930777083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-28T04:21:05.619Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:21:05.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "clamp",
"timestamp": 1666930780085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-28T04:21:05.619Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:21:05.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:21:05.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "clamp",
"timestamp": 1666930781088,
"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-28T04:21:05.625Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of decd267f-1d7b-4d64-b918-77213de36ad4
2022-10-28T04:21:05.625Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId decd267f-1d7b-4d64-b918-77213de36ad4 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-28T04:21:24.565Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ccad948-f19f-4374-8a25-b84f15ebeb38
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-28T04:21:24.578Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ccad948-f19f-4374-8a25-b84f15ebeb38
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-28T04:21:24.584Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T04:21:24.584Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-28T04:21:24.584Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-28T04:21:24.584Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-28T04:21:24.584Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-28T04:21:24.584Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-28T04:21:24.584Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-28T04:21:24.584Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-28T04:21:24.584Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-28T04:21:24.584Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-28T04:21:24.584Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||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-28T04:21:24.593Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-28T04:21:54.594Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ccad948-f19f-4374-8a25-b84f15ebeb38 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-28T04:21:54.617Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ccad948-f19f-4374-8a25-b84f15ebeb38 and serviceModelVersionId: 8f45ec73-3a7e-4056-8904-eda35d41b0b6
2022-10-28T04:21:54.617Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fdda3720-77c8-4965-a5b4-4d5e0c6fbea0
2022-10-28T04:22:04.715Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fdda3720-77c8-4965-a5b4-4d5e0c6fbea0/model-vers/model-ver/8f45ec73-3a7e-4056-8904-eda35d41b0b6?depth=0
2022-10-28T04:22:04.835Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-10-28T04:22:04.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:22:04.934Z||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-28T04:22:04.934Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:22:05.306Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdda3720-77c8-4965-a5b4-4d5e0c6fbea0/model-vers/model-ver/8f45ec73-3a7e-4056-8904-eda35d41b0b6?depth=0|INFO|500||Invoke
2022-10-28T04:22:05.316Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdda3720-77c8-4965-a5b4-4d5e0c6fbea0/model-vers/model-ver/8f45ec73-3a7e-4056-8904-eda35d41b0b6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdda3720-77c8-4965-a5b4-4d5e0c6fbea0/model-vers/model-ver/8f45ec73-3a7e-4056-8904-eda35d41b0b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1ccad948-f19f-4374-8a25-b84f15ebeb38], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9dec8ab7-4b09-4a48-825a-a99cbe10e460], X-ECOMP-RequestID=[1ccad948-f19f-4374-8a25-b84f15ebeb38], X-TransactionId=[], X-ONAP-RequestID=[1ccad948-f19f-4374-8a25-b84f15ebeb38], Content-Type=[application/merge-patch+json]}
2022-10-28T04:22:05.452Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdda3720-77c8-4965-a5b4-4d5e0c6fbea0/model-vers/model-ver/8f45ec73-3a7e-4056-8904-eda35d41b0b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-28T04:22:05.644Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdda3720-77c8-4965-a5b4-4d5e0c6fbea0/model-vers/model-ver/8f45ec73-3a7e-4056-8904-eda35d41b0b6?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/fdda3720-77c8-4965-a5b4-4d5e0c6fbea0/model-vers/model-ver/8f45ec73-3a7e-4056-8904-eda35d41b0b6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221028-04:22:05:890-57889], vertex-id=[188576], Content-Length=[0], Date=[Fri, 28 Oct 2022 04:22:05 GMT], Content-Type=[application/json]}
2022-10-28T04:22:05.646Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdda3720-77c8-4965-a5b4-4d5e0c6fbea0/model-vers/model-ver/8f45ec73-3a7e-4056-8904-eda35d41b0b6?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-28T04:22:05.647Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdda3720-77c8-4965-a5b4-4d5e0c6fbea0/model-vers/model-ver/8f45ec73-3a7e-4056-8904-eda35d41b0b6?depth=0|INFO|500||InvokeReturn
2022-10-28T04:22:05.651Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-28T04:22:05.652Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||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-28T04:22:05.659Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||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-28T04:22:05.660Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ccad948-f19f-4374-8a25-b84f15ebeb38 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-28T04:22:05.662Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-28T04:22:05.663Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:22:05.666Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:22:05.666Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930925661,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-28T04:22:05.766Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-28T04:22:05.767Z||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-28T04:22:05.767Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:22:05.781Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:22:05.782Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-28T04:22:06.403Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:22:06.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:22:06.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ccad948-f19f-4374-8a25-b84f15ebeb38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930925661,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-28T04:22:06.404Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-28T04:22:06.682Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:22:06.683Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T04:22:06.683Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:22:11.124Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:22:11.126Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-28T04:22:11.126Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"decd267f-1d7b-4d64-b918-77213de36ad4","serviceName":"basic_onboard_SNadmm","serviceVersion":"1.0","serviceUUID":"d15d65ce-80d5-499f-acff-5eecfb0b764c","serviceDescription":"service","serviceInvariantUUID":"ab41f91e-8612-49f5-9dbd-cdde09ee115c","resources":[{"resourceInstanceName":"basic_onboard_SNadmm 0","resourceName":"basic_onboard_SNadmm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b2df461-6982-4147-920f-d0b80b9ab4cd","resourceInvariantUUID":"3181cdf0-3f9b-45c7-a287-0e01d79886dc","resourceCustomizationUUID":"2c4c2735-7edf-4067-8e46-a2c93ab8c016","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/vf-license-model.xml","artifactChecksum":"YjE5ZDUzYzFjODY4NmE1YTVjYTJmN2Q5MmVmMTcxNjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aace06a7-5c08-4d3d-b724-0264cb944da9","artifactVersion":"1"},{"artifactName":"basic_onboard_snadmm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json","artifactChecksum":"ZWRkNmNjMzM2MzUzMThhZTJlNGI1YmZjYTc1MGY1MDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bb9c59a1-ce85-4604-9b2c-202854c21ae4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4b23ae65-3fae-431f-b0ec-a2f6f198396a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"226b0b32-8147-4441-9bec-6e14df1226b5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bf801aa2-6486-471e-9a1b-1d5e5bd6306a","artifactVersion":"2","generatedFromUUID":"4b23ae65-3fae-431f-b0ec-a2f6f198396a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSnadmm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-template.yml","artifactChecksum":"MzM1ODQzZTMwODZiNTc0MzA4YjQ4Nzc4Y2M5MjRjZjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"722a08a8-90ce-4a7d-be57-00ac90495702","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSnadmm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar","artifactChecksum":"ZjU3ZjRiMDEwMzg1NGFhNTgxYzY4M2JmMmY2YWFiMWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7a4c146a-66b2-423f-9073-121c5ca7243e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-28T04:22:11.130Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T04:22:11.131Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:22:11.132Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:22:11.133Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930926682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:22:11.233Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T04:22:11.234Z||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-28T04:22:11.234Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:22:11.249Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:22:11.249Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-28T04:22:12.133Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T04:22:12.134Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:22:12.136Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:22:12.136Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930926682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json",
"status": "NOTIFIED"
}
2022-10-28T04:22:12.236Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T04:22:12.238Z||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-28T04:22:12.238Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:22:12.251Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:22:12.252Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-28T04:22:13.137Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T04:22:13.137Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:22:13.139Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:22:13.139Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930926682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-28T04:22:13.240Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T04:22:13.241Z||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-28T04:22:13.241Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:22:13.280Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:22:13.281Z||pool-21-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-10-28T04:22:14.140Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T04:22:14.140Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:22:14.144Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:22:14.144Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930926682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:22:14.245Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-28T04:22:14.246Z||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-28T04:22:14.246Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:22:14.265Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:22:14.266Z||pool-22-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-28T04:22:15.145Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T04:22:15.145Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:22:15.147Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:22:15.147Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930926682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-28T04:22:15.247Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T04:22:15.248Z||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-28T04:22:15.248Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:22:15.267Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:22:15.268Z||pool-23-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-28T04:22:16.148Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T04:22:16.149Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:22:16.151Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:22:16.151Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930926682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:22:16.251Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T04:22:16.252Z||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-28T04:22:16.252Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:22:16.270Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:22:16.270Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-28T04:22:17.151Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T04:22:17.152Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:22:17.154Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:22:17.154Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930926682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T04:22:17.254Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T04:22:17.255Z||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-28T04:22:17.255Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:22:17.271Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:22:17.272Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-28T04:22:18.155Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"serviceName": "basic_onboard_SNadmm",
"serviceVersion": "1.0",
"serviceUUID": "d15d65ce-80d5-499f-acff-5eecfb0b764c",
"serviceDescription": "service",
"serviceInvariantUUID": "ab41f91e-8612-49f5-9dbd-cdde09ee115c",
"resources": [
{
"resourceInstanceName": "basic_onboard_SNadmm 0",
"resourceCustomizationUUID": "2c4c2735-7edf-4067-8e46-a2c93ab8c016",
"resourceName": "basic_onboard_SNadmm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "1b2df461-6982-4147-920f-d0b80b9ab4cd",
"resourceInvariantUUID": "3181cdf0-3f9b-45c7-a287-0e01d79886dc",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_snadmm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json",
"artifactChecksum": "ZWRkNmNjMzM2MzUzMThhZTJlNGI1YmZjYTc1MGY1MDM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bb9c59a1-ce85-4604-9b2c-202854c21ae4",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4b23ae65-3fae-431f-b0ec-a2f6f198396a",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bf801aa2-6486-471e-9a1b-1d5e5bd6306a",
"generatedFromUUID": "4b23ae65-3fae-431f-b0ec-a2f6f198396a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bf801aa2-6486-471e-9a1b-1d5e5bd6306a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardSnadmm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar",
"artifactChecksum": "ZjU3ZjRiMDEwMzg1NGFhNTgxYzY4M2JmMmY2YWFiMWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7a4c146a-66b2-423f-9073-121c5ca7243e"
}
],
"workloadContext": "Production"
}
2022-10-28T04:22:18.155Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-28T04:22:18.156Z|1ccad948-f19f-4374-8a25-b84f15ebeb38|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d15d65ce-80d5-499f-acff-5eecfb0b764c ASDC
2022-10-28T04:22:18.156Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:decd267f-1d7b-4d64-b918-77213de36ad4
ServiceName:basic_onboard_SNadmm
ServiceVersion:1.0
ServiceUUID:d15d65ce-80d5-499f-acff-5eecfb0b764c
ServiceInvariantUUID:ab41f91e-8612-49f5-9dbd-cdde09ee115c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSnadmm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar
ArtifactUUID:7a4c146a-66b2-423f-9073-121c5ca7243e
ArtifactChecksum:ZjU3ZjRiMDEwMzg1NGFhNTgxYzY4M2JmMmY2YWFiMWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_SNadmm 0
ResourceCustomizationUUID:2c4c2735-7edf-4067-8e46-a2c93ab8c016
ResourceInvariantUUID:3181cdf0-3f9b-45c7-a287-0e01d79886dc
ResourceName:basic_onboard_SNadmm
ResourceType:VF
ResourceUUID:1b2df461-6982-4147-920f-d0b80b9ab4cd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_snadmm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json
ArtifactUUID:bb9c59a1-ce85-4604-9b2c-202854c21ae4
ArtifactChecksum:ZWRkNmNjMzM2MzUzMThhZTJlNGI1YmZjYTc1MGY1MDM=
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/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4b23ae65-3fae-431f-b0ec-a2f6f198396a
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/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env
ArtifactUUID:bf801aa2-6486-471e-9a1b-1d5e5bd6306a
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/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env
ArtifactUUID:bf801aa2-6486-471e-9a1b-1d5e5bd6306a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-28T04:22:18.156Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d15d65ce-80d5-499f-acff-5eecfb0b764c 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-28T04:22:18.186Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-28T04:22:18.187Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-28T04:22:18.187Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-28T04:22:18.187Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7a4c146a-66b2-423f-9073-121c5ca7243e from URL: /sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar
2022-10-28T04:22:18.187Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-28T04:22:18.188Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar
2022-10-28T04:22:18.315Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-28T04:22:18.318Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar 7a4c146a-66b2-423f-9073-121c5ca7243e 71574
2022-10-28T04:22:18.318Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar ASDC sendASDCNotification
2022-10-28T04:22:18.318Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar
2022-10-28T04:22:18.319Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T04:22:18.319Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:22:18.325Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:22:18.326Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930938318,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-28T04:22:18.422Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-10-28T04:22:18.422Z||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-28T04:22:18.423Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:22:18.438Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:22:18.438Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-28T04:22:19.326Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-28T04:22:19.328Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-28T04:22:19.328Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 7a4c146a-66b2-423f-9073-121c5ca7243e, URL: /sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar to file: /app/ASDC/1/service-BasicOnboardSnadmm-csar.csar
2022-10-28T04:22:19.328Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSnadmm-csar.csar
2022-10-28T04:22:19.328Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSnadmm-csar.csar
2022-10-28T04:22:19.328Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSnadmm-csar.csar
2022-10-28T04:22:19.414Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP979996714637247214/Definitions/service-BasicOnboardSnadmm-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-10-28T04:22:20.335Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-28T04:22:20.336Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-28T04:22:20.336Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSnadmm-csar.csar
2022-10-28T04:22:20.336Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-10-28T04:22:20.336Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardSnadmm-csar.csar
2022-10-28T04:22:20.336Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||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-BasicOnboardSnadmm-csar.csar
2022-10-28T04:22:20.336Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSnadmm-csar.csar
2022-10-28T04:22:20.337Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||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-BasicOnboardSnadmm-csar.csar
2022-10-28T04:22:20.337Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardSnadmm-csar.csar
2022-10-28T04:22:20.337Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSnadmm-csar.csar
2022-10-28T04:22:20.337Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||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-BasicOnboardSnadmm-csar.csar
2022-10-28T04:22:20.337Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_SNadmm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardSnadmm-csar.csar
2022-10-28T04:22:20.337Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||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-BasicOnboardSnadmm-csar.csar
2022-10-28T04:22:20.337Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-28T04:22:20.337Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:22:20.337Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SNadmm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:22:20.337Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SNadmm 0 is matching search criteria
2022-10-28T04:22:20.337Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-28T04:22:20.338Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_SNadmm 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-28T04:22:20.338Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:22:20.338Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SNadmm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:22:20.338Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SNadmm 0 is matching search criteria
2022-10-28T04:22:20.338Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-28T04:22:20.338Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_SNadmm 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-28T04:22:20.338Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:22:20.338Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SNadmm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:22:20.339Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:22:20.339Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SNadmm 0 is not matching search criteria
2022-10-28T04:22:20.339Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-28T04:22:20.339Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-28T04:22:20.339Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-28T04:22:20.339Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-28T04:22:20.339Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-28T04:22:20.339Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:22:20.339Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SNadmm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-28T04:22:20.340Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:22:20.340Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SNadmm 0 is matching search criteria
2022-10-28T04:22:20.340Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_SNadmm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T04:22:20.340Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:22:20.340Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SNadmm 0 is matching search criteria
2022-10-28T04:22:20.340Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_SNadmm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T04:22:20.340Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:22:20.341Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SNadmm 0 is matching search criteria
2022-10-28T04:22:20.341Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_SNadmm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T04:22:20.341Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:22:20.341Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SNadmm 0 is not matching search criteria
2022-10-28T04:22:20.341Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-28T04:22:20.341Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-28T04:22:20.341Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=874feaeb-7042-45b4-a9a0-b1658f004ae1
2022-10-28T04:22:20.341Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:22:20.342Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SNadmm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:22:20.342Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:22:20.342Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SNadmm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:22:20.342Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:22:20.342Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SNadmm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:22:20.342Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:22:20.342Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SNadmm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:22:20.342Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_SNadmm
Description:service
Model UUID:d15d65ce-80d5-499f-acff-5eecfb0b764c
Model Version:NULL
Model InvariantUuid:ab41f91e-8612-49f5-9dbd-cdde09ee115c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_SNadmm
Model UUID:8edd0b49-3045-4e5f-9e20-7f7cc65333d1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3181cdf0-3f9b-45c7-a287-0e01d79886dc
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2c4c2735-7edf-4067-8e46-a2c93ab8c016
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:fc096eda-c557-48c3-ac0a-b785b85db690
ModelName:BasicOnboardSnadmm..base_ubuntu18..module-0
ModelUuid:5ce49721-ea64-4ea0-9b8a-38e0b2f9f826
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:874feaeb-7042-45b4-a9a0-b1658f004ae1
ModelInvariantUuid:e93ec04c-b795-4f7b-a043-2c3d1f0211f0
ModelName:basic_onboard_SNadmm-nodes.ubuntu18Cvfc
ModelUuid:8dc5ea28-71a0-4a37-b45b-566e2af24ec6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:c3370187-976f-4259-ab31-1e8109b3324a
ModelInvariantUuid:cb505fcc-4c67-4641-bbbe-f1a332c4e5e5
ModelName:BasicOnboardSnadmm.compute.nodes.heat.ubuntu18
ModelUuid:a353f757-9813-4461-9b08-172d94d0f980
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-28T04:22:20.354Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 1b2df461-6982-4147-920f-d0b80b9ab4cd
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-28T04:22:20.357Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||basic_onboard_SNadmm 0
2022-10-28T04:22:20.358Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1b2df461-6982-4147-920f-d0b80b9ab4cd
2022-10-28T04:22:20.358Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bb9c59a1-ce85-4604-9b2c-202854c21ae4 from URL: /sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json
2022-10-28T04:22:20.358Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-28T04:22:20.358Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json
2022-10-28T04:22:20.453Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-28T04:22:20.453Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json bb9c59a1-ce85-4604-9b2c-202854c21ae4 798
2022-10-28T04:22:20.453Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json ASDC sendASDCNotification
2022-10-28T04:22:20.454Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json
2022-10-28T04:22:20.454Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T04:22:20.454Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:22:20.455Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:22:20.456Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930940453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-28T04:22:20.556Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T04:22:20.557Z||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-28T04:22:20.557Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:22:20.573Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:22:20.573Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-28T04:22:21.456Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSnadmm..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "fc096eda-c557-48c3-ac0a-b785b85db690",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5ce49721-ea64-4ea0-9b8a-38e0b2f9f826",
"vfModuleModelCustomizationUUID": "60641e91-0b58-4d9b-bb4d-181503b15022",
"isBase": true,
"artifacts": [
"4b23ae65-3fae-431f-b0ec-a2f6f198396a",
"bf801aa2-6486-471e-9a1b-1d5e5bd6306a"
],
"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-28T04:22:21.460Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSnadmm..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5ce49721-ea64-4ea0-9b8a-38e0b2f9f826
VfModuleModelInvariantUUID:fc096eda-c557-48c3-ac0a-b785b85db690
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b23ae65-3fae-431f-b0ec-a2f6f198396a
,
bf801aa2-6486-471e-9a1b-1d5e5bd6306a
}
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-28T04:22:21.462Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSnadmm..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "fc096eda-c557-48c3-ac0a-b785b85db690",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5ce49721-ea64-4ea0-9b8a-38e0b2f9f826",
"vfModuleModelCustomizationUUID": "60641e91-0b58-4d9b-bb4d-181503b15022",
"isBase": true,
"artifacts": [
"4b23ae65-3fae-431f-b0ec-a2f6f198396a",
"bf801aa2-6486-471e-9a1b-1d5e5bd6306a"
],
"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-28T04:22:21.462Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSnadmm..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5ce49721-ea64-4ea0-9b8a-38e0b2f9f826
VfModuleModelInvariantUUID:fc096eda-c557-48c3-ac0a-b785b85db690
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b23ae65-3fae-431f-b0ec-a2f6f198396a
,
bf801aa2-6486-471e-9a1b-1d5e5bd6306a
}
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-28T04:22:21.462Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4b23ae65-3fae-431f-b0ec-a2f6f198396a from URL: /sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml
2022-10-28T04:22:21.462Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-28T04:22:21.463Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml
2022-10-28T04:22:21.514Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-28T04:22:21.515Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml 4b23ae65-3fae-431f-b0ec-a2f6f198396a 5033
2022-10-28T04:22:21.515Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-28T04:22:21.515Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml
2022-10-28T04:22:21.515Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T04:22:21.515Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:22:21.518Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:22:21.518Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930941515,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-28T04:22:21.618Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T04:22:21.619Z||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-28T04:22:21.619Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:22:21.636Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:22:21.637Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-28T04:22:22.518Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bf801aa2-6486-471e-9a1b-1d5e5bd6306a from URL: /sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env
2022-10-28T04:22:22.519Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-28T04:22:22.519Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env
2022-10-28T04:22:22.568Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-28T04:22:22.569Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env bf801aa2-6486-471e-9a1b-1d5e5bd6306a 909
2022-10-28T04:22:22.569Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-28T04:22:22.570Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env
2022-10-28T04:22:22.570Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T04:22:22.570Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:22:22.571Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:22:22.572Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930942569,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-28T04:22:22.672Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-28T04:22:22.672Z||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-28T04:22:22.672Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:22:22.691Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:22:22.691Z||pool-29-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-28T04:22:23.572Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: d15d65ce-80d5-499f-acff-5eecfb0b764c
2022-10-28T04:22:23.573Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_SNadmm 0 1b2df461-6982-4147-920f-d0b80b9ab4cd 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-28T04:22:23.586Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@265202c, org.onap.sdc.toscaparser.api.parameters.Input@785753db, org.onap.sdc.toscaparser.api.parameters.Input@7c425837, org.onap.sdc.toscaparser.api.parameters.Input@14affc9f, org.onap.sdc.toscaparser.api.parameters.Input@3f60ca66]
2022-10-28T04:22:23.587Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:22:23.588Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SNadmm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:22:23.588Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-10-28T04:22:23.588Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 2c4c2735-7edf-4067-8e46-a2c93ab8c016
2022-10-28T04:22:23.588Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2c4c2735-7edf-4067-8e46-a2c93ab8c016 matches Tosca VF Customization UUID: 2c4c2735-7edf-4067-8e46-a2c93ab8c016
2022-10-28T04:22:23.588Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 2c4c2735-7edf-4067-8e46-a2c93ab8c016 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-28T04:22:23.591Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:22:23.591Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SNadmm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:22:23.592Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 2c4c2735-7edf-4067-8e46-a2c93ab8c016: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-10-28T04:22:23.592Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@78a6be5b
2022-10-28T04:22:23.592Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:22:23.592Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SNadmm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-28T04:22:23.592Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 60641e91-0b58-4d9b-bb4d-181503b15022
2022-10-28T04:22:23.592Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 60641e91-0b58-4d9b-bb4d-181503b15022
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-28T04:22:23.598Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:22:23.598Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SNadmm 0 is matching search criteria
2022-10-28T04:22:23.599Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_SNadmm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T04:22:23.599Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:22:23.599Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SNadmm 0 is matching search criteria
2022-10-28T04:22:23.599Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_SNadmm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T04:22:23.599Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:22:23.600Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SNadmm 0 is not matching search criteria
2022-10-28T04:22:23.600Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-28T04:22:23.600Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-28T04:22:23.600Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=874feaeb-7042-45b4-a9a0-b1658f004ae1
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-28T04:22:23.603Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:22:23.603Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SNadmm 0 is matching search criteria
2022-10-28T04:22:23.603Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_SNadmm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T04:22:23.603Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:22:23.603Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SNadmm 0 is matching search criteria
2022-10-28T04:22:23.603Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_SNadmm 0] matching following query criteria: sdcType=VF, customizationUUID=2c4c2735-7edf-4067-8e46-a2c93ab8c016
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-28T04:22:23.605Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:22:23.605Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SNadmm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:22:23.605Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid d15d65ce-80d5-499f-acff-5eecfb0b764c: basic_onboard_SNadmm
2022-10-28T04:22:23.605Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:22:23.606Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SNadmm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:22:23.606Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:22:23.606Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SNadmm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:22:23.606Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:22:23.606Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SNadmm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:22:23.606Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:22:23.606Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SNadmm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:22:23.606Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:22:23.606Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SNadmm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:22:23.606Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_SNadmm
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-28T04:22:23.682Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_SNadmm 1b2df461-6982-4147-920f-d0b80b9ab4cd 1 ASDC deployResourceStructure
2022-10-28T04:22:23.683Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json ASDC sendASDCNotification
2022-10-28T04:22:23.683Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json
2022-10-28T04:22:23.683Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T04:22:23.683Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:22:23.685Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:22:23.686Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930943683,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-28T04:22:23.786Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T04:22:23.787Z||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-28T04:22:23.787Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:22:23.804Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:22:23.805Z||pool-30-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-28T04:22:24.687Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-28T04:22:24.687Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml
2022-10-28T04:22:24.687Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T04:22:24.687Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:22:24.689Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:22:24.689Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930944686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-28T04:22:24.789Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T04:22:24.790Z||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-28T04:22:24.790Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:22:24.807Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:22:24.808Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-28T04:22:25.690Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-28T04:22:25.690Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env
2022-10-28T04:22:25.690Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T04:22:25.691Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:22:25.692Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:22:25.692Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930945690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-28T04:22:25.792Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T04:22:25.793Z||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-28T04:22:25.793Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:22:25.810Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:22:25.810Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-28T04:22:26.693Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar ASDC sendASDCNotification
2022-10-28T04:22:26.694Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar
2022-10-28T04:22:26.694Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T04:22:26.694Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:22:26.696Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:22:26.696Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930946693,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-28T04:22:26.797Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-28T04:22:26.798Z||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-28T04:22:26.798Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:22:26.816Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:22:26.817Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-28T04:22:27.697Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: decd267f-1d7b-4d64-b918-77213de36ad4
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-28T04:22:27.714Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: decd267f-1d7b-4d64-b918-77213de36ad4
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-28T04:22:27.721Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T04:22:27.721Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-28T04:22:27.721Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-28T04:22:27.721Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-28T04:22:27.722Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-28T04:22:27.722Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-28T04:22:27.722Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-28T04:22:27.722Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-28T04:22:27.722Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-28T04:22:27.722Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-28T04:22:27.722Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||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-28T04:22:27.729Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-28T04:22:57.729Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: decd267f-1d7b-4d64-b918-77213de36ad4 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-28T04:22:57.736Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: decd267f-1d7b-4d64-b918-77213de36ad4 and serviceModelVersionId: d15d65ce-80d5-499f-acff-5eecfb0b764c
2022-10-28T04:22:57.736Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ab41f91e-8612-49f5-9dbd-cdde09ee115c
2022-10-28T04:22:57.737Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ab41f91e-8612-49f5-9dbd-cdde09ee115c/model-vers/model-ver/d15d65ce-80d5-499f-acff-5eecfb0b764c?depth=0
2022-10-28T04:22:57.741Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-10-28T04:22:57.775Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab41f91e-8612-49f5-9dbd-cdde09ee115c/model-vers/model-ver/d15d65ce-80d5-499f-acff-5eecfb0b764c?depth=0|INFO|500||Invoke
2022-10-28T04:22:57.775Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab41f91e-8612-49f5-9dbd-cdde09ee115c/model-vers/model-ver/d15d65ce-80d5-499f-acff-5eecfb0b764c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab41f91e-8612-49f5-9dbd-cdde09ee115c/model-vers/model-ver/d15d65ce-80d5-499f-acff-5eecfb0b764c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[decd267f-1d7b-4d64-b918-77213de36ad4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ff497003-38bb-4752-9a2c-377bbe2d0ce5], X-ECOMP-RequestID=[decd267f-1d7b-4d64-b918-77213de36ad4], X-TransactionId=[], X-ONAP-RequestID=[decd267f-1d7b-4d64-b918-77213de36ad4], Content-Type=[application/merge-patch+json]}
2022-10-28T04:22:57.796Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab41f91e-8612-49f5-9dbd-cdde09ee115c/model-vers/model-ver/d15d65ce-80d5-499f-acff-5eecfb0b764c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-28T04:22:57.921Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab41f91e-8612-49f5-9dbd-cdde09ee115c/model-vers/model-ver/d15d65ce-80d5-499f-acff-5eecfb0b764c?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/ab41f91e-8612-49f5-9dbd-cdde09ee115c/model-vers/model-ver/d15d65ce-80d5-499f-acff-5eecfb0b764c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221028-04:22:58:234-20180], vertex-id=[434408], Content-Length=[0], Date=[Fri, 28 Oct 2022 04:22:58 GMT], Content-Type=[application/json]}
2022-10-28T04:22:57.921Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab41f91e-8612-49f5-9dbd-cdde09ee115c/model-vers/model-ver/d15d65ce-80d5-499f-acff-5eecfb0b764c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-28T04:22:57.922Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab41f91e-8612-49f5-9dbd-cdde09ee115c/model-vers/model-ver/d15d65ce-80d5-499f-acff-5eecfb0b764c?depth=0|INFO|500||InvokeReturn
2022-10-28T04:22:57.922Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-28T04:22:57.922Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||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-28T04:22:57.927Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||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-28T04:22:57.927Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID decd267f-1d7b-4d64-b918-77213de36ad4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-28T04:22:57.928Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-28T04:22:57.928Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:22:57.930Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:22:57.930Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930977928,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-28T04:22:58.030Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T04:22:58.031Z||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-28T04:22:58.031Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:22:58.050Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:22:58.050Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 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-28T04:22:58.944Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:22:58.945Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T04:22:58.945Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:23:04.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:23:04.934Z||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-28T04:23:04.934Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:23:05.563Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:23:05.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:23:05.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930926682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:23:05.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:23:05.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:23:05.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930926682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json",
"status": "NOTIFIED"
}
2022-10-28T04:23:05.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:23:05.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:23:05.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930926682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-28T04:23:05.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:23:05.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:23:05.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930926682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:23:05.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:23:05.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:23:05.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930926682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-28T04:23:05.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:23:05.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:23:05.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930926682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:23:05.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:23:05.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:23:05.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930926682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T04:23:05.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-28T04:23:05.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:23:05.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930938318,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-28T04:23:05.567Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:23:05.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:23:05.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930940453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-28T04:23:05.568Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:23:05.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:23:05.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930941515,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-28T04:23:05.568Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:23:05.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:23:05.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930942569,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-28T04:23:05.568Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:23:05.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:23:05.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930943683,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/basic_onboard_snadmm0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-28T04:23:05.568Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:23:05.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:23:05.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930944686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-28T04:23:05.568Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:23:05.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:23:05.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930945690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/resourceInstances/basic_onboard_snadmm0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-28T04:23:05.569Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:23:05.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:23:05.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930946693,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSnadmm/1.0/artifacts/service-BasicOnboardSnadmm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-28T04:23:05.569Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:23:05.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-28T04:23:05.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "decd267f-1d7b-4d64-b918-77213de36ad4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666930977928,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-28T04:23:05.569Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:23:08.508Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:23:08.509Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:23:08.509Z||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-28T04:23:08.509Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:23:18.051Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:23:18.052Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:23:18.052Z||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-28T04:23:18.052Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:23:27.617Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:24:04.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:24:04.930Z||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-28T04:24:04.930Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:24:04.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:24:04.934Z||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-28T04:24:04.934Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:24:14.480Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:24:14.509Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:25:04.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:25:04.931Z||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-28T04:25:04.931Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:25:04.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:25:04.933Z||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-28T04:25:04.933Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:25:14.479Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:25:14.483Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:26:04.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:26:04.931Z||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-28T04:26:04.931Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:26:04.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:26:04.933Z||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-28T04:26:04.933Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:26:14.499Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:26:14.499Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:27:04.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:27:04.930Z||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-28T04:27:04.931Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:27:04.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:27:04.933Z||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-28T04:27:04.933Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:27:14.477Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:27:14.496Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:28:04.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:28:04.931Z||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-28T04:28:04.931Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:28:04.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:28:04.933Z||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-28T04:28:04.933Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:28:14.508Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:28:14.509Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:29:04.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:29:04.932Z||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-28T04:29:04.933Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:29:04.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:29:04.933Z||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-28T04:29:04.933Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:29:14.490Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:29:14.490Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:30:04.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:30:04.931Z||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-28T04:30:04.931Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:30:04.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:30:04.935Z||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-28T04:30:04.935Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:30:14.495Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:30:14.497Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:31:04.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:31:04.931Z||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-28T04:31:04.931Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:31:04.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:31:04.934Z||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-28T04:31:04.934Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:31:14.486Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:31:14.487Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:32:04.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:32:04.931Z||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-28T04:32:04.931Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:32:04.933Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:32:04.933Z|decd267f-1d7b-4d64-b918-77213de36ad4|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-28T04:32:04.934Z|decd267f-1d7b-4d64-b918-77213de36ad4|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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:32:14.487Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:32:14.490Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:33:04.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:33:04.931Z||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-28T04:33:04.931Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:33:04.933Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:33:04.933Z|decd267f-1d7b-4d64-b918-77213de36ad4|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-28T04:33:04.934Z|decd267f-1d7b-4d64-b918-77213de36ad4|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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:33:05.564Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:33:05.565Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-28T04:33:05.565Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"5994c771-02c0-48cb-a46f-6540c95c46fa","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"5c6300d9-028a-4fbc-95bc-86b448555a46","serviceDescription":"service","serviceInvariantUUID":"3df488b7-69d8-4bcc-b101-1a6e6e2f499e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"742f4158-29b3-465e-b64c-9df996199a3e","resourceInvariantUUID":"877ef0f6-cddb-4a86-80ef-28d8245b292a","resourceCustomizationUUID":"61bed2b4-414f-4ca7-b68a-46cc8f830b5d","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":"ZTE2Mjk2NzI1OWY2OWI1NWUxMTQwNjk4NzJjMzllMjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ca0d4695-aae8-4a26-97f5-363fa8094141","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YTI3NjFiZDU4ZWI2NWNiZTQyNmM0MjRjNjhmNzYwNzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"40e72572-af38-4674-b919-0c23a05d238a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-28T04:33:05.570Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T04:33:05.570Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:33:05.573Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:33:05.573Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666931584930,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:33:05.577Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:33:05.578Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-28T04:33:05.579Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa",
"consumerID": "cds",
"timestamp": 1666931546793,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:33:05.579Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-28T04:33:05.579Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-28T04:33:05.579Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666931550985,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:33:05.579Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-28T04:33:05.580Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-28T04:33:05.580Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa",
"consumerID": "clamp",
"timestamp": 1666931545420,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:33:05.580Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-28T04:33:05.580Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-28T04:33:05.580Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa",
"consumerID": "cds",
"timestamp": 1666931546793,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T04:33:05.580Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-28T04:33:05.580Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-28T04:33:05.580Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa",
"consumerID": "clamp",
"timestamp": 1666931545420,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T04:33:05.581Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-28T04:33:05.581Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-28T04:33:05.581Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666931550985,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T04:33:05.581Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-28T04:33:05.581Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-28T04:33:05.581Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa",
"consumerID": "cds",
"timestamp": 1666931553427,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-28T04:33:05.581Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:33:05.581Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-28T04:33:05.581Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa",
"consumerID": "policy-id",
"timestamp": 1666931553981,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:33:05.581Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-28T04:33:05.581Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-28T04:33:05.581Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa",
"consumerID": "cds",
"timestamp": 1666931554434,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-28T04:33:05.615Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5994c771-02c0-48cb-a46f-6540c95c46fa
2022-10-28T04:33:05.616Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5994c771-02c0-48cb-a46f-6540c95c46fa 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-28T04:33:05.625Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-28T04:33:05.625Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa",
"consumerID": "policy-id",
"timestamp": 1666931553981,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T04:33:05.625Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-28T04:33:05.626Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-28T04:33:05.626Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa",
"consumerID": "policy-id",
"timestamp": 1666931556709,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-28T04:33:05.626Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:33:05.626Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-28T04:33:05.626Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa",
"consumerID": "policy-id",
"timestamp": 1666931557716,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-28T04:33:05.626Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:33:05.626Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-28T04:33:05.626Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa",
"consumerID": "policy-id",
"timestamp": 1666931558720,
"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-28T04:33:05.634Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5994c771-02c0-48cb-a46f-6540c95c46fa
2022-10-28T04:33:05.634Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5994c771-02c0-48cb-a46f-6540c95c46fa 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-28T04:33:05.652Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-28T04:33:05.652Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa",
"consumerID": "ves-openapi-manager",
"timestamp": 1666931558307,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:33:05.652Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-28T04:33:05.653Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-28T04:33:05.653Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa",
"consumerID": "ves-openapi-manager",
"timestamp": 1666931558307,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:33:05.653Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-28T04:33:05.653Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-28T04:33:05.653Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa",
"consumerID": "clamp",
"timestamp": 1666931562223,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-28T04:33:05.653Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:33:05.653Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-28T04:33:05.653Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa",
"consumerID": "aai-ml",
"timestamp": 1666931562358,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:33:05.653Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-28T04:33:05.653Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-28T04:33:05.653Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa",
"consumerID": "aai-ml",
"timestamp": 1666931562358,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T04:33:05.653Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-28T04:33:05.653Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-28T04:33:05.653Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa",
"consumerID": "clamp",
"timestamp": 1666931565224,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-28T04:33:05.653Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:33:05.653Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-28T04:33:05.653Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa",
"consumerID": "aai-ml",
"timestamp": 1666931565146,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-28T04:33:05.653Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:33:05.653Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-28T04:33:05.653Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa",
"consumerID": "clamp",
"timestamp": 1666931566240,
"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-28T04:33:05.661Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5994c771-02c0-48cb-a46f-6540c95c46fa
2022-10-28T04:33:05.661Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5994c771-02c0-48cb-a46f-6540c95c46fa 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-28T04:33:05.672Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-28T04:33:05.672Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666931568915,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:33:05.673Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-28T04:33:05.673Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-28T04:33:05.673Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666931568915,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T04:33:05.673Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-28T04:33:05.673Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-28T04:33:05.673Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa",
"consumerID": "aai-ml",
"timestamp": 1666931570171,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-28T04:33:05.673Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:33:05.673Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T04:33:05.674Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-28T04:33:05.674Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa",
"consumerID": "aai-ml",
"timestamp": 1666931571176,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
2022-10-28T04:33:05.674Z||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-28T04:33:05.674Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
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-28T04:33:05.678Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5994c771-02c0-48cb-a46f-6540c95c46fa
2022-10-28T04:33:05.678Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5994c771-02c0-48cb-a46f-6540c95c46fa 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-28T04:33:05.687Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-28T04:33:05.687Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666931571655,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-28T04:33:05.687Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:33:05.687Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-28T04:33:05.687Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666931573294,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-28T04:33:05.687Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-28T04:33:05.687Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-28T04:33:05.687Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666931574298,
"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-28T04:33:05.691Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:33:05.691Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-28T04:33:05.692Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5994c771-02c0-48cb-a46f-6540c95c46fa
2022-10-28T04:33:05.692Z|decd267f-1d7b-4d64-b918-77213de36ad4|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5994c771-02c0-48cb-a46f-6540c95c46fa 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-28T04:33:06.574Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T04:33:06.575Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:33:06.577Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:33:06.577Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666931584930,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T04:33:06.677Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-28T04:33:06.678Z||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-28T04:33:06.679Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:33:06.699Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:33:06.700Z||pool-36-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-10-28T04:33:07.578Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "5c6300d9-028a-4fbc-95bc-86b448555a46",
"serviceDescription": "service",
"serviceInvariantUUID": "3df488b7-69d8-4bcc-b101-1a6e6e2f499e",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "61bed2b4-414f-4ca7-b68a-46cc8f830b5d",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "742f4158-29b3-465e-b64c-9df996199a3e",
"resourceInvariantUUID": "877ef0f6-cddb-4a86-80ef-28d8245b292a",
"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": "YTI3NjFiZDU4ZWI2NWNiZTQyNmM0MjRjNjhmNzYwNzc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "40e72572-af38-4674-b919-0c23a05d238a"
}
],
"workloadContext": "Production"
}
2022-10-28T04:33:07.579Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-28T04:33:07.579Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5c6300d9-028a-4fbc-95bc-86b448555a46 ASDC
2022-10-28T04:33:07.579Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:5994c771-02c0-48cb-a46f-6540c95c46fa
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:5c6300d9-028a-4fbc-95bc-86b448555a46
ServiceInvariantUUID:3df488b7-69d8-4bcc-b101-1a6e6e2f499e
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:40e72572-af38-4674-b919-0c23a05d238a
ArtifactChecksum:YTI3NjFiZDU4ZWI2NWNiZTQyNmM0MjRjNjhmNzYwNzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:61bed2b4-414f-4ca7-b68a-46cc8f830b5d
ResourceInvariantUUID:877ef0f6-cddb-4a86-80ef-28d8245b292a
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:742f4158-29b3-465e-b64c-9df996199a3e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-10-28T04:33:07.579Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5c6300d9-028a-4fbc-95bc-86b448555a46 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-28T04:33:07.614Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-28T04:33:07.615Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-28T04:33:07.615Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-28T04:33:07.616Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 40e72572-af38-4674-b919-0c23a05d238a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-28T04:33:07.616Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-28T04:33:07.616Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-28T04:33:07.688Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-28T04:33:07.690Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 40e72572-af38-4674-b919-0c23a05d238a 52512
2022-10-28T04:33:07.691Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-28T04:33:07.691Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-28T04:33:07.691Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T04:33:07.691Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:33:07.693Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:33:07.693Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666931587691,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-28T04:33:07.793Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T04:33:07.794Z||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-28T04:33:07.794Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:33:07.811Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:33:07.812Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-28T04:33:08.693Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-28T04:33:08.694Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-28T04:33:08.695Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 40e72572-af38-4674-b919-0c23a05d238a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-28T04:33:08.695Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-28T04:33:08.695Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-28T04:33:08.695Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-28T04:33:08.780Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9143921258757555705/Definitions/service-BasicNetwork-template.yml
2022-10-28T04:33:09.168Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-28T04:33:09.170Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-28T04:33:09.170Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-28T04:33:09.170Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-28T04:33:09.170Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-28T04:33:09.170Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-28T04:33:09.170Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-28T04:33:09.170Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-28T04:33:09.170Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-28T04:33:09.170Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-28T04:33:09.171Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-28T04:33:09.171Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-28T04:33:09.171Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-28T04:33:09.171Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:33:09.171Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:33:09.171Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-28T04:33:09.171Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-28T04:33:09.171Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-28T04:33:09.171Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:33:09.171Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:33:09.171Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-28T04:33:09.171Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-28T04:33:09.171Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-28T04:33:09.171Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:33:09.172Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:33:09.172Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:33:09.172Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:33:09.172Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:33:09.172Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:33:09.172Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:33:09.172Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:33:09.172Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:33:09.172Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:33:09.172Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:5c6300d9-028a-4fbc-95bc-86b448555a46
Model Version:NULL
Model InvariantUuid:3df488b7-69d8-4bcc-b101-1a6e6e2f499e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:877ef0f6-cddb-4a86-80ef-28d8245b292a
Model UUID:de95036d-e82c-48c0-9637-6b87c15d2ac3
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:61bed2b4-414f-4ca7-b68a-46cc8f830b5d
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-28T04:33:09.179Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 742f4158-29b3-465e-b64c-9df996199a3e
2022-10-28T04:33:09.180Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||No resources found for Service: 5c6300d9-028a-4fbc-95bc-86b448555a46
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-28T04:33:09.187Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||
2022-10-28T04:33:09.187Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-10-28T04:33:09.188Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 5c6300d9-028a-4fbc-95bc-86b448555a46
2022-10-28T04:33:09.188Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 5c6300d9-028a-4fbc-95bc-86b448555a46
2022-10-28T04:33:09.188Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-10-28T04:33:09.188Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-28T04:33:09.196Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@151bb6, org.onap.sdc.toscaparser.api.parameters.Input@7c002f2d, org.onap.sdc.toscaparser.api.parameters.Input@750293fe, org.onap.sdc.toscaparser.api.parameters.Input@c8846e8, org.onap.sdc.toscaparser.api.parameters.Input@24e82464]
2022-10-28T04:33:09.198Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:33:09.198Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:33:09.199Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:33:09.199Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:33:09.199Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 5c6300d9-028a-4fbc-95bc-86b448555a46: Generic NeutronNet
2022-10-28T04:33:09.199Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:33:09.199Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:33:09.199Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:33:09.199Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-10-28T04:33:09.234Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:33:09.234Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:33:09.235Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:33:09.235Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:33:09.235Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:33:09.235Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:33:09.235Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-10-28T04:33:09.281Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-10-28T04:33:09.281Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-28T04:33:09.282Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-28T04:33:09.282Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-28T04:33:09.282Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:33:09.283Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:33:09.283Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666931589281,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-28T04:33:09.384Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-28T04:33:09.385Z||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-28T04:33:09.385Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:33:09.418Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:33:09.419Z||pool-38-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-10-28T04:33:10.285Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5994c771-02c0-48cb-a46f-6540c95c46fa
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-28T04:33:10.297Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5994c771-02c0-48cb-a46f-6540c95c46fa
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-28T04:33:10.300Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-28T04:33:10.300Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-28T04:33:10.300Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-28T04:33:10.300Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-28T04:33:10.301Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-28T04:33:10.301Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-28T04:33:10.301Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-28T04:33:10.301Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-28T04:33:10.301Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-28T04:33:10.301Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-28T04:33:10.301Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-28T04:33:10.307Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-28T04:33:40.307Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5994c771-02c0-48cb-a46f-6540c95c46fa 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-28T04:33:40.314Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5994c771-02c0-48cb-a46f-6540c95c46fa and serviceModelVersionId: 5c6300d9-028a-4fbc-95bc-86b448555a46
2022-10-28T04:33:40.315Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3df488b7-69d8-4bcc-b101-1a6e6e2f499e
2022-10-28T04:33:40.316Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3df488b7-69d8-4bcc-b101-1a6e6e2f499e/model-vers/model-ver/5c6300d9-028a-4fbc-95bc-86b448555a46?depth=0
2022-10-28T04:33:40.320Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-10-28T04:33:40.354Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3df488b7-69d8-4bcc-b101-1a6e6e2f499e/model-vers/model-ver/5c6300d9-028a-4fbc-95bc-86b448555a46?depth=0|INFO|500||Invoke
2022-10-28T04:33:40.355Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3df488b7-69d8-4bcc-b101-1a6e6e2f499e/model-vers/model-ver/5c6300d9-028a-4fbc-95bc-86b448555a46?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3df488b7-69d8-4bcc-b101-1a6e6e2f499e/model-vers/model-ver/5c6300d9-028a-4fbc-95bc-86b448555a46?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5994c771-02c0-48cb-a46f-6540c95c46fa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f23fb398-e35c-4998-a795-670d9ab8cb77], X-ECOMP-RequestID=[5994c771-02c0-48cb-a46f-6540c95c46fa], X-TransactionId=[], X-ONAP-RequestID=[5994c771-02c0-48cb-a46f-6540c95c46fa], Content-Type=[application/merge-patch+json]}
2022-10-28T04:33:40.377Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3df488b7-69d8-4bcc-b101-1a6e6e2f499e/model-vers/model-ver/5c6300d9-028a-4fbc-95bc-86b448555a46?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-28T04:33:40.473Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3df488b7-69d8-4bcc-b101-1a6e6e2f499e/model-vers/model-ver/5c6300d9-028a-4fbc-95bc-86b448555a46?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/3df488b7-69d8-4bcc-b101-1a6e6e2f499e/model-vers/model-ver/5c6300d9-028a-4fbc-95bc-86b448555a46?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221028-04:33:40:831-1304], vertex-id=[196712], Content-Length=[0], Date=[Fri, 28 Oct 2022 04:33:40 GMT], Content-Type=[application/json]}
2022-10-28T04:33:40.474Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3df488b7-69d8-4bcc-b101-1a6e6e2f499e/model-vers/model-ver/5c6300d9-028a-4fbc-95bc-86b448555a46?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-28T04:33:40.475Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3df488b7-69d8-4bcc-b101-1a6e6e2f499e/model-vers/model-ver/5c6300d9-028a-4fbc-95bc-86b448555a46?depth=0|INFO|500||InvokeReturn
2022-10-28T04:33:40.475Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-28T04:33:40.475Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-28T04:33:40.481Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-28T04:33:40.481Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5994c771-02c0-48cb-a46f-6540c95c46fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-28T04:33:40.481Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-28T04:33:40.481Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:33:40.483Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:33:40.483Z|5994c771-02c0-48cb-a46f-6540c95c46fa|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666931620481,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-28T04:33:40.584Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T04:33:40.584Z||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-28T04:33:40.585Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:33:40.601Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:33:40.602Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 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-28T04:34:04.931Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:34:04.932Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-28T04:34:04.932Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:34:04.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-28T04:34:04.934Z||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-28T04:34:04.934Z||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 OqCvdRHX32zc8Jsc) ...
2022-10-28T04:34:05.062Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:34:05.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-28T04:34:05.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5994c771-02c0-48cb-a46f-6540c95c46fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666931584930,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:34:05.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-28T04:34:05.565Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:34:05.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-28T04:34:05.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"1a6705e9-fde1-4acd-88a9-6c04caabccb6","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"c6511fce-9553-4aea-b277-1e85b4a8c30c","serviceDescription":"service","serviceInvariantUUID":"17e71156-7d9f-44fa-951c-7b92eb8feb39","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"84a07f8a-6be7-4a93-a0f4-8ea38e387a40","resourceInvariantUUID":"3bf07100-e116-46bd-8309-cd750eb3fa2b","resourceCustomizationUUID":"21c85edb-b7b2-4ac4-901c-11903dcb3885","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"NDQ2NTA0YmYwODRmMzg1MDFhYTA4YmI5ZjUxYzhjYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"66c6b220-d529-4319-adc8-8262089fed00","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"OGIwY2ZlZjFhNjJlNWYyOWE1NWNhZjkzNmRjYWIyNWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ce84d41f-2c71-459e-ba6d-05fbbc9854fe","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6f1af3df-92b9-4533-a063-5fa1c131764f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"86404544-6387-48d1-a988-34b42f9c2a8a","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b024200b-0b89-4eaf-b9f0-620c73d3b88f","artifactVersion":"2","generatedFromUUID":"6f1af3df-92b9-4533-a063-5fa1c131764f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NzBiZDZmOWNmMzU5ZGEwZGM5NjM4OGMxMDBkOTM0ZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"62ff9505-6de2-4a7f-a9c9-f8d5c78bcbc4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OGUxYTFlMTY0ZjMwZTUwOWI4OGI5YTkyYjE4ZjRhY2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6b96cbb1-38a8-45ea-8004-80164350064b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-28T04:34:05.568Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T04:34:05.568Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:34:05.570Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:34:05.571Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666931644931,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:34:05.671Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T04:34:05.672Z||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-28T04:34:05.672Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:34:05.690Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:34:05.691Z||pool-40-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-28T04:34:06.571Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T04:34:06.572Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:34:06.574Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:34:06.574Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666931644931,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-28T04:34:06.674Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T04:34:06.675Z||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-28T04:34:06.676Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:34:06.690Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:34:06.691Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-28T04:34:07.574Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T04:34:07.575Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:34:07.577Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:34:07.577Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666931644931,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-28T04:34:07.679Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-28T04:34:07.680Z||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-28T04:34:07.680Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:34:07.697Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:34:07.698Z||pool-42-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-28T04:34:08.577Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T04:34:08.582Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:34:08.583Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:34:08.584Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666931644931,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:34:08.684Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T04:34:08.685Z||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-28T04:34:08.685Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:34:08.698Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:34:08.698Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-28T04:34:09.584Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T04:34:09.585Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:34:09.587Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:34:09.587Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666931644931,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-10-28T04:34:09.687Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T04:34:09.688Z||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-28T04:34:09.688Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:34:09.700Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:34:09.701Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-28T04:34:10.588Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T04:34:10.588Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:34:10.590Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:34:10.590Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666931644931,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-28T04:34:10.690Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T04:34:10.691Z||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-28T04:34:10.691Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:34:10.710Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:34:10.710Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-28T04:34:11.590Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-28T04:34:11.591Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:34:11.593Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:34:11.593Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666931644931,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-28T04:34:11.693Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T04:34:11.694Z||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-28T04:34:11.694Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:34:11.710Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:34:11.710Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-28T04:34:12.594Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "c6511fce-9553-4aea-b277-1e85b4a8c30c",
"serviceDescription": "service",
"serviceInvariantUUID": "17e71156-7d9f-44fa-951c-7b92eb8feb39",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "21c85edb-b7b2-4ac4-901c-11903dcb3885",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "84a07f8a-6be7-4a93-a0f4-8ea38e387a40",
"resourceInvariantUUID": "3bf07100-e116-46bd-8309-cd750eb3fa2b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "OGIwY2ZlZjFhNjJlNWYyOWE1NWNhZjkzNmRjYWIyNWU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ce84d41f-2c71-459e-ba6d-05fbbc9854fe",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "6f1af3df-92b9-4533-a063-5fa1c131764f",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b024200b-0b89-4eaf-b9f0-620c73d3b88f",
"generatedFromUUID": "6f1af3df-92b9-4533-a063-5fa1c131764f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b024200b-0b89-4eaf-b9f0-620c73d3b88f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "OGUxYTFlMTY0ZjMwZTUwOWI4OGI5YTkyYjE4ZjRhY2E\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6b96cbb1-38a8-45ea-8004-80164350064b"
}
],
"workloadContext": "Production"
}
2022-10-28T04:34:12.594Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-28T04:34:12.594Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c6511fce-9553-4aea-b277-1e85b4a8c30c ASDC
2022-10-28T04:34:12.595Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:1a6705e9-fde1-4acd-88a9-6c04caabccb6
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:c6511fce-9553-4aea-b277-1e85b4a8c30c
ServiceInvariantUUID:17e71156-7d9f-44fa-951c-7b92eb8feb39
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:6b96cbb1-38a8-45ea-8004-80164350064b
ArtifactChecksum:OGUxYTFlMTY0ZjMwZTUwOWI4OGI5YTkyYjE4ZjRhY2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:21c85edb-b7b2-4ac4-901c-11903dcb3885
ResourceInvariantUUID:3bf07100-e116-46bd-8309-cd750eb3fa2b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:84a07f8a-6be7-4a93-a0f4-8ea38e387a40
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:ce84d41f-2c71-459e-ba6d-05fbbc9854fe
ArtifactChecksum:OGIwY2ZlZjFhNjJlNWYyOWE1NWNhZjkzNmRjYWIyNWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:6f1af3df-92b9-4533-a063-5fa1c131764f
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:b024200b-0b89-4eaf-b9f0-620c73d3b88f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:b024200b-0b89-4eaf-b9f0-620c73d3b88f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-28T04:34:12.595Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c6511fce-9553-4aea-b277-1e85b4a8c30c 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-28T04:34:12.628Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-28T04:34:12.629Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-28T04:34:12.629Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-28T04:34:12.629Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6b96cbb1-38a8-45ea-8004-80164350064b from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-28T04:34:12.629Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-28T04:34:12.630Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-28T04:34:12.702Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-28T04:34:12.704Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 6b96cbb1-38a8-45ea-8004-80164350064b 71065
2022-10-28T04:34:12.705Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-10-28T04:34:12.705Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-28T04:34:12.705Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-28T04:34:12.705Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-28T04:34:12.707Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-28T04:34:12.707Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1a6705e9-fde1-4acd-88a9-6c04caabccb6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666931652705,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-28T04:34:12.807Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-28T04:34:12.808Z||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-28T04:34:12.808Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as OqCvdRHX32zc8Jsc) ...
2022-10-28T04:34:12.823Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-28T04:34:12.824Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-28T04:34:13.708Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-28T04:34:13.708Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-28T04:34:13.709Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 6b96cbb1-38a8-45ea-8004-80164350064b, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-28T04:34:13.709Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-10-28T04:34:13.709Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-28T04:34:13.709Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-10-28T04:34:13.784Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12754986238865345320/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-10-28T04:34:14.650Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-28T04:34:14.651Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-28T04:34:14.651Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-28T04:34:14.651Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-10-28T04:34:14.651Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-28T04:34:14.651Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-28T04:34:14.651Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-28T04:34:14.651Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-28T04:34:14.651Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-28T04:34:14.651Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-28T04:34:14.651Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-28T04:34:14.651Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-28T04:34:14.651Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-28T04:34:14.651Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-28T04:34:14.651Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:34:14.651Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:34:14.652Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-28T04:34:14.652Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-28T04:34:14.652Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-28T04:34:14.652Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:34:14.652Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:34:14.652Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-28T04:34:14.652Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-28T04:34:14.652Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-28T04:34:14.652Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:34:14.652Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-28T04:34:14.652Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:34:14.652Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-28T04:34:14.653Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-28T04:34:14.653Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-28T04:34:14.653Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-28T04:34:14.653Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-28T04:34:14.653Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-28T04:34:14.653Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:34:14.653Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-28T04:34:14.653Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:34:14.653Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-28T04:34:14.653Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T04:34:14.653Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:34:14.654Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-28T04:34:14.654Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T04:34:14.654Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-28T04:34:14.654Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-28T04:34:14.654Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-28T04:34:14.654Z|1a6705e9-fde1-4acd-88a9-6c04caabccb6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery