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-05-30T03:20:57.407Z||main|||||INFO|500||The following profiles are active: basic
2022-05-30T03:21:05.098Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-30T03:21:05.099Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-30T03:21:05.179Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-30T03:21:08.012Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-30T03:21:08.341Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-30T03:21:08.689Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-30T03:21:08.697Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-30T03:21:08.769Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-30T03:21:08.928Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-30T03:21:09.326Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-30T03:21:11.078Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-30T03:21:12.606Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-30T03:21:12.652Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-30T03:21:13.123Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-30T03:21:13.268Z||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-05-30T03:21:13.887Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-30T03:21:14.572Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-05-30T03:21:14.590Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$9ade955a.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-05-30T03:21:14.591Z||main|||||WARN|500||The sdc end point is not alive
2022-05-30T03:21:16.454Z||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-05-30T03:21:18.571Z||main|||||WARN|500||---
2022-05-30T03:21:18.572Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-30T03:21:18.572Z||main|||||WARN|500||---
2022-05-30T03:21:18.897Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-30T03:21:23.343Z||main|||||INFO|500||Started Application in 28.052 seconds (JVM running for 29.402)
2022-05-30T03:21:23.360Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-30T03:21:23.361Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-30T03:21:23.372Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-30T03:21:23.388Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-30T03:21:23.425Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5bc6b891-a8b5-4b8b-b4b6-4b16c00f11e1 url= /sdc/v1/artifactTypes
2022-05-30T03:21:23.426Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-30T03:21:23.674Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-30T03:21:23.703Z||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-05-30T03:21:23.723Z||scheduling-1|||||DEBUG|500||create keys
2022-05-30T03:21:23.731Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-30T03:21:23.772Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:21:23.787Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= cb6576ac-9a07-4086-af6a-70c68fee9c32 url= /sdc/v1/registerForDistribution
2022-05-30T03:21:24.004Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= cb6576ac-9a07-4086-af6a-70c68fee9c32 url= /sdc/v1/registerForDistribution
2022-05-30T03:21:24.005Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-30T03:21:24.018Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-30T03:21:24.028Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:21:24.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:21:24.046Z||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-05-30T03:21:24.047Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:21:24.049Z||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-05-30T03:21:24.050Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:21:34.398Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:21:34.414Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:22:24.012Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:22:24.013Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:22:24.015Z||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-05-30T03:22:24.016Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:22:24.017Z||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-05-30T03:22:24.017Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:22:33.612Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:22:33.612Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:23:24.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:23:24.013Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:23:24.014Z||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-05-30T03:23:24.014Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:23:24.014Z||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-05-30T03:23:24.015Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:23:33.602Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:23:33.613Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:24:24.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:24:24.013Z||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-05-30T03:24:24.013Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:24:24.013Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:24:24.015Z||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-05-30T03:24:24.015Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:24:33.571Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:24:33.573Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:25:24.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:25:24.013Z||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-05-30T03:25:24.013Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:25:24.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:25:24.016Z||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-05-30T03:25:24.016Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:25:33.565Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:25:33.565Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:26:24.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:26:24.013Z||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-05-30T03:26:24.013Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:26:24.013Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:26:24.014Z||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-05-30T03:26:24.014Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:26:33.569Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:26:33.572Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:27:24.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:27:24.013Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:27:24.014Z||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-05-30T03:27:24.014Z||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-05-30T03:27:24.014Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:27:24.014Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:27:33.571Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:27:33.571Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:28:24.013Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:28:24.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:28:24.015Z||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-05-30T03:28:24.015Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:28:24.019Z||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-05-30T03:28:24.019Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:28:33.585Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:28:33.585Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:29:24.012Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:29:24.013Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:29:24.014Z||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-05-30T03:29:24.014Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:29:24.015Z||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-05-30T03:29:24.015Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:29:33.589Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:29:33.641Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:30:24.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:30:24.013Z||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-05-30T03:30:24.013Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:30:24.013Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:30:24.015Z||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-05-30T03:30:24.015Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:30:33.577Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:30:33.578Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:31:24.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:31:24.013Z||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-05-30T03:31:24.013Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:31:24.013Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:31:24.014Z||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-05-30T03:31:24.014Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:31:28.984Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-30T03:31:33.568Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:31:33.568Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:32:24.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:32:24.013Z||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-05-30T03:32:24.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:32:24.014Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:32:24.014Z||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-05-30T03:32:24.014Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:32:33.574Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:32:33.575Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:33:24.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:33:24.013Z||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-05-30T03:33:24.013Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:33:24.013Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:33:24.014Z||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-05-30T03:33:24.014Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:33:33.569Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:33:33.569Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:34:24.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:34:24.013Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:34:24.015Z||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-05-30T03:34:24.015Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:34:24.015Z||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-05-30T03:34:24.016Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:34:33.574Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:34:33.574Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:35:24.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:35:24.013Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:35:24.014Z||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-05-30T03:35:24.014Z||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-05-30T03:35:24.014Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:35:24.014Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:35:33.569Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:35:33.572Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:36:24.012Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:36:24.013Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T03:36:24.013Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:36:24.013Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:36:24.014Z||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-05-30T03:36:24.015Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:36:33.564Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:36:33.564Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:37:24.012Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:37:24.013Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T03:37:24.013Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:37:24.013Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:37:24.014Z||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-05-30T03:37:24.014Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:37:33.562Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:37:33.593Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:38:24.012Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:38:24.013Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T03:38:24.013Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:38:24.013Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:38:24.014Z||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-05-30T03:38:24.014Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:38:33.564Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:38:33.570Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:39:24.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:39:24.013Z||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-05-30T03:39:24.013Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:39:24.013Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:39:24.014Z||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-05-30T03:39:24.014Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:39:33.568Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:39:33.570Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:40:24.013Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:40:24.013Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:40:24.015Z||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-05-30T03:40:24.015Z||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-05-30T03:40:24.015Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:40:24.015Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:40:33.560Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:40:33.565Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:41:24.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:41:24.013Z||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-05-30T03:41:24.013Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:41:24.013Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:41:24.014Z||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-05-30T03:41:24.014Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:41:33.566Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:41:33.571Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:42:24.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:42:24.013Z||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-05-30T03:42:24.013Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:42:24.013Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:42:24.014Z||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-05-30T03:42:24.014Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:42:33.569Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:42:33.575Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:43:24.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:43:24.013Z||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-05-30T03:43:24.013Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:43:24.013Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:43:24.014Z||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-05-30T03:43:24.014Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:43:33.563Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:43:33.563Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:44:24.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:44:24.013Z||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-05-30T03:44:24.013Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:44:24.013Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:44:24.014Z||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-05-30T03:44:24.014Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:44:33.565Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:44:33.566Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:45:24.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:45:24.013Z||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-05-30T03:45:24.013Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:45:24.013Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:45:24.014Z||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-05-30T03:45:24.014Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:45:33.579Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:45:33.587Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:46:24.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:46:24.013Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:46:24.014Z||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-05-30T03:46:24.014Z||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-05-30T03:46:24.014Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:46:24.014Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:46:33.566Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:46:33.566Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:47:24.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:47:24.013Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:47:24.015Z||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-05-30T03:47:24.015Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:47:24.015Z||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-05-30T03:47:24.016Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:47:33.570Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:47:33.573Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:48:24.012Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:48:24.013Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T03:48:24.013Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:48:24.013Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:48:24.014Z||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-05-30T03:48:24.015Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:48:33.572Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:48:33.574Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:49:24.012Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:49:24.013Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T03:49:24.013Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:49:24.013Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:49:24.014Z||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-05-30T03:49:24.014Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:49:33.569Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:49:33.571Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:50:24.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:50:24.014Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T03:50:24.015Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:50:24.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:50:24.016Z||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-05-30T03:50:24.016Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:50:33.561Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:50:33.566Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:51:24.012Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:51:24.013Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T03:51:24.013Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:51:24.013Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:51:24.014Z||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-05-30T03:51:24.015Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:51:33.574Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:51:33.577Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:52:24.012Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:52:24.012Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T03:52:24.013Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:52:24.013Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:52:24.014Z||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-05-30T03:52:24.014Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:52:33.562Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:52:33.564Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:53:24.012Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:53:24.013Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:53:24.014Z||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-05-30T03:53:24.014Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:53:24.015Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T03:53:24.015Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:53:33.569Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:53:33.569Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:54:24.012Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:54:24.013Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T03:54:24.013Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:54:24.013Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:54:24.014Z||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-05-30T03:54:24.014Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:54:33.559Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:54:33.560Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:55:24.012Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:55:24.013Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T03:55:24.013Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:55:24.014Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:55:24.014Z||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-05-30T03:55:24.015Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:55:33.571Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:55:33.571Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:56:24.012Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:56:24.013Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T03:56:24.013Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:56:24.013Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:56:24.014Z||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-05-30T03:56:24.014Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:56:33.569Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:56:33.569Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:57:24.012Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:57:24.013Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T03:57:24.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:57:24.013Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:57:24.015Z||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-05-30T03:57:24.015Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:57:33.560Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:57:33.562Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:58:24.012Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:58:24.013Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T03:58:24.013Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:58:24.013Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:58:24.014Z||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-05-30T03:58:24.014Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:58:33.571Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:58:33.571Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:59:24.012Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:59:24.013Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T03:59:24.013Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T03:59:24.013Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:59:24.014Z||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-05-30T03:59:24.014Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T03:59:33.575Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T03:59:33.575Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:00:24.013Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T04:00:24.012Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T04:00:24.015Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T04:00:24.015Z||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-05-30T04:00:24.016Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:00:24.016Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:00:33.573Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:00:33.573Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:01:24.012Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T04:01:24.013Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T04:01:24.013Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:01:24.013Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T04:01:24.014Z||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-05-30T04:01:24.014Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:01:33.574Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:01:33.574Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:02:24.012Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T04:02:24.013Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T04:02:24.013Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T04:02:24.013Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:02:24.014Z||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-05-30T04:02:24.014Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:02:33.587Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:02:33.599Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:03:24.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T04:03:24.015Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T04:03:24.016Z||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-05-30T04:03:24.016Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:03:24.020Z||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-05-30T04:03:24.020Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:03:33.568Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:03:33.570Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:04:24.012Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T04:04:24.013Z||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-05-30T04:04:24.013Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:04:24.013Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T04:04:24.014Z||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-05-30T04:04:24.014Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:04:24.652Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:04:24.655Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:04:24.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.656Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"e1003a4d-9b83-4bd9-b56a-a456007ba15b","serviceName":"basic_onboard_AJbVpq","serviceVersion":"1.0","serviceUUID":"af03aa03-947f-4535-97f6-beb1cdef52b4","serviceDescription":"service","serviceInvariantUUID":"3cf461b7-e2e9-43bb-853f-76dfa2a8dcba","resources":[{"resourceInstanceName":"basic_onboard_AJbVpq 0","resourceName":"basic_onboard_AJbVpq","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5fd3330a-852f-4020-a12b-f4d2dedc4fd0","resourceInvariantUUID":"bdbdf27c-9e09-4796-8176-6b7253c48171","resourceCustomizationUUID":"07041820-6472-4439-a284-5cc0d464be1e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/vf-license-model.xml","artifactChecksum":"YjYwNmMyOTE1Njk4OGVhNGJkZjVhZDRmMzRkZjRjYmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"876f989f-9bd9-4afc-b422-86085e84d1ae","artifactVersion":"1"},{"artifactName":"basic_onboard_ajbvpq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json","artifactChecksum":"YjBkYmJhZWExMjkzYTkwYWFkMDFlZDM4YjcxYzYxYWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"32458619-92e8-4f27-98a3-cb571d62ee1a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0f48220e-b2a7-4dc2-8531-15146c2c1644","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4cf9679d-251f-43a6-ae25-0f68524a2eb9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2401984a-3590-42f2-91eb-30a66be19de9","artifactVersion":"2","generatedFromUUID":"0f48220e-b2a7-4dc2-8531-15146c2c1644"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAjbvpq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-template.yml","artifactChecksum":"MTcwNGI4NDhmOWMyOGU1MWYxOGIyNGU4NGVhZGNjN2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e54c90d0-e253-4d6b-8e7a-fd8ed5ca6296","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAjbvpq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar","artifactChecksum":"MWEyYzllM2RjOWZhMWZhY2ZjZTM0MjYyOTRhNDc4NjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"306b87f0-a03d-40c7-aa65-4c1df1a6a46b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-30T04:04:24.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "ves-openapi-manager",
"timestamp": 1653883413181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:24.671Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T04:04:24.675Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:04:24.678Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "aai-ml",
"timestamp": 1653883415844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:24.678Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "cds",
"timestamp": 1653883409087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:24.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "clamp",
"timestamp": 1653883418881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:24.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "policy-id",
"timestamp": 1653883418763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:24.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "ves-openapi-manager",
"timestamp": 1653883413181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:24.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "aai-ml",
"timestamp": 1653883415844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:24.680Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "cds",
"timestamp": 1653883409087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:24.680Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "clamp",
"timestamp": 1653883418881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json",
"status": "NOTIFIED"
}
2022-05-30T04:04:24.680Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "policy-id",
"timestamp": 1653883418763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:24.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "ves-openapi-manager",
"timestamp": 1653883413181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:24.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "aai-ml",
"timestamp": 1653883415844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:24.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.684Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:04:24.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.684Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883464012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:24.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "cds",
"timestamp": 1653883409087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:24.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "clamp",
"timestamp": 1653883418881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:24.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "policy-id",
"timestamp": 1653883418763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-30T04:04:24.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "ves-openapi-manager",
"timestamp": 1653883413181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:24.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "aai-ml",
"timestamp": 1653883415844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:24.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "cds",
"timestamp": 1653883409087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:24.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "clamp",
"timestamp": 1653883418881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:24.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "policy-id",
"timestamp": 1653883418763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:24.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "ves-openapi-manager",
"timestamp": 1653883413181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:24.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "aai-ml",
"timestamp": 1653883415844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:24.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "cds",
"timestamp": 1653883409087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:24.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "clamp",
"timestamp": 1653883418881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:24.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "policy-id",
"timestamp": 1653883418763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:24.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "ves-openapi-manager",
"timestamp": 1653883413181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:24.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "aai-ml",
"timestamp": 1653883415844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:24.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "cds",
"timestamp": 1653883409087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:24.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "clamp",
"timestamp": 1653883418881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:24.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "policy-id",
"timestamp": 1653883418763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:24.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653883423207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:24.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "ves-openapi-manager",
"timestamp": 1653883413181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:24.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "aai-ml",
"timestamp": 1653883415844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar",
"status": "NOTIFIED"
}
2022-05-30T04:04:24.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "cds",
"timestamp": 1653883409087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar",
"status": "NOTIFIED"
}
2022-05-30T04:04:24.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "clamp",
"timestamp": 1653883418881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar",
"status": "NOTIFIED"
}
2022-05-30T04:04:24.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "policy-id",
"timestamp": 1653883418763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar",
"status": "NOTIFIED"
}
2022-05-30T04:04:24.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653883423207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json",
"status": "NOTIFIED"
}
2022-05-30T04:04:24.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653883423207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-30T04:04:24.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "cds",
"timestamp": 1653883426573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-30T04:04:24.698Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:04:24.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "aai-ml",
"timestamp": 1653883426801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-30T04:04:24.698Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:04:24.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "policy-id",
"timestamp": 1653883426704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-30T04:04:24.699Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:04:24.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653883423207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:24.699Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "cds",
"timestamp": 1653883427596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-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-05-30T04:04:24.785Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-30T04:04:24.787Z||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-05-30T04:04:24.788Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
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-05-30T04:04:24.803Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:04:24.804Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T04:04:24.839Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e1003a4d-9b83-4bd9-b56a-a456007ba15b
2022-05-30T04:04:24.852Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1003a4d-9b83-4bd9-b56a-a456007ba15b 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-05-30T04:04:24.871Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.871Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "policy-id",
"timestamp": 1653883427717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-30T04:04:24.872Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:04:24.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.872Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653883423207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-30T04:04:24.872Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.872Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "policy-id",
"timestamp": 1653883428722,
"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-05-30T04:04:24.886Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1003a4d-9b83-4bd9-b56a-a456007ba15b
2022-05-30T04:04:24.886Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1003a4d-9b83-4bd9-b56a-a456007ba15b 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-05-30T04:04:24.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653883423207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:24.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653883423207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar",
"status": "NOTIFIED"
}
2022-05-30T04:04:24.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653883431365,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-30T04:04:24.896Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:04:24.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "clamp",
"timestamp": 1653883433373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-30T04:04:24.896Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:04:24.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653883432667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-30T04:04:24.896Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:04:24.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653883433755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-30T04:04:24.897Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:04:24.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "clamp",
"timestamp": 1653883435383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-30T04:04:24.897Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:04:24.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653883434359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:24.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "aai-ml",
"timestamp": 1653883435363,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-30T04:04:24.897Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:04:24.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653883434799,
"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-05-30T04:04:24.902Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1003a4d-9b83-4bd9-b56a-a456007ba15b
2022-05-30T04:04:24.902Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1003a4d-9b83-4bd9-b56a-a456007ba15b 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-05-30T04:04:24.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "clamp",
"timestamp": 1653883436388,
"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-05-30T04:04:24.916Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e1003a4d-9b83-4bd9-b56a-a456007ba15b
2022-05-30T04:04:24.916Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1003a4d-9b83-4bd9-b56a-a456007ba15b 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-05-30T04:04:24.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653883434359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:24.924Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "aai-ml",
"timestamp": 1653883436371,
"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-05-30T04:04:24.929Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e1003a4d-9b83-4bd9-b56a-a456007ba15b
2022-05-30T04:04:24.929Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1003a4d-9b83-4bd9-b56a-a456007ba15b 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-05-30T04:04:24.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653883435802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-30T04:04:24.937Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:04:24.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653883434359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:24.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653883434359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:24.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653883434359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:24.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653883434359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:24.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653883434359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar",
"status": "NOTIFIED"
}
2022-05-30T04:04:24.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-30T04:04:24.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653883442399,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-30T04:04:24.938Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:04:24.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653883447011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-30T04:04:24.938Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:04:24.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-30T04:04:24.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653883448018,
"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-05-30T04:04:24.942Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e1003a4d-9b83-4bd9-b56a-a456007ba15b
2022-05-30T04:04:24.942Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1003a4d-9b83-4bd9-b56a-a456007ba15b 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-05-30T04:04:25.690Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T04:04:25.690Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:04:25.692Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:04:25.692Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883464012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json",
"status": "NOTIFIED"
}
2022-05-30T04:04:25.792Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-30T04:04:25.793Z||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-05-30T04:04:25.794Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:04:25.820Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:04:25.822Z||pool-4-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-05-30T04:04:26.693Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T04:04:26.694Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:04:26.695Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:04:26.696Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883464012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-30T04:04:26.796Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T04:04:26.797Z||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-05-30T04:04:26.797Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:04:26.812Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:04:26.813Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-30T04:04:27.696Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T04:04:27.697Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:04:27.699Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:04:27.700Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883464012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:27.800Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-30T04:04:27.801Z||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-05-30T04:04:27.801Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:04:27.823Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:04:27.824Z||pool-6-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-05-30T04:04:28.700Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T04:04:28.702Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:04:28.704Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:04:28.705Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883464012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-30T04:04:28.805Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T04:04:28.806Z||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-05-30T04:04:28.806Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:04:28.819Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:04:28.820Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-30T04:04:29.705Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T04:04:29.706Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:04:29.707Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:04:29.707Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883464012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:04:29.808Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T04:04:29.809Z||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-05-30T04:04:29.809Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:04:29.824Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:04:29.825Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-30T04:04:30.708Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T04:04:30.709Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:04:30.710Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:04:30.710Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883464012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar",
"status": "NOTIFIED"
}
2022-05-30T04:04:30.811Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-30T04:04:30.812Z||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-05-30T04:04:30.812Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:04:30.826Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:04:30.827Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-30T04:04:31.712Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"serviceName": "basic_onboard_AJbVpq",
"serviceVersion": "1.0",
"serviceUUID": "af03aa03-947f-4535-97f6-beb1cdef52b4",
"serviceDescription": "service",
"serviceInvariantUUID": "3cf461b7-e2e9-43bb-853f-76dfa2a8dcba",
"resources": [
{
"resourceInstanceName": "basic_onboard_AJbVpq 0",
"resourceCustomizationUUID": "07041820-6472-4439-a284-5cc0d464be1e",
"resourceName": "basic_onboard_AJbVpq",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "5fd3330a-852f-4020-a12b-f4d2dedc4fd0",
"resourceInvariantUUID": "bdbdf27c-9e09-4796-8176-6b7253c48171",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ajbvpq0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json",
"artifactChecksum": "YjBkYmJhZWExMjkzYTkwYWFkMDFlZDM4YjcxYzYxYWI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "32458619-92e8-4f27-98a3-cb571d62ee1a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0f48220e-b2a7-4dc2-8531-15146c2c1644",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2401984a-3590-42f2-91eb-30a66be19de9",
"generatedFromUUID": "0f48220e-b2a7-4dc2-8531-15146c2c1644"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2401984a-3590-42f2-91eb-30a66be19de9",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardAjbvpq-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar",
"artifactChecksum": "MWEyYzllM2RjOWZhMWZhY2ZjZTM0MjYyOTRhNDc4NjU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "306b87f0-a03d-40c7-aa65-4c1df1a6a46b"
}
],
"workloadContext": "Production"
}
2022-05-30T04:04:31.713Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-30T04:04:31.714Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 af03aa03-947f-4535-97f6-beb1cdef52b4 ASDC
2022-05-30T04:04:31.795Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:e1003a4d-9b83-4bd9-b56a-a456007ba15b
ServiceName:basic_onboard_AJbVpq
ServiceVersion:1.0
ServiceUUID:af03aa03-947f-4535-97f6-beb1cdef52b4
ServiceInvariantUUID:3cf461b7-e2e9-43bb-853f-76dfa2a8dcba
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardAjbvpq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar
ArtifactUUID:306b87f0-a03d-40c7-aa65-4c1df1a6a46b
ArtifactChecksum:MWEyYzllM2RjOWZhMWZhY2ZjZTM0MjYyOTRhNDc4NjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_AJbVpq 0
ResourceCustomizationUUID:07041820-6472-4439-a284-5cc0d464be1e
ResourceInvariantUUID:bdbdf27c-9e09-4796-8176-6b7253c48171
ResourceName:basic_onboard_AJbVpq
ResourceType:VF
ResourceUUID:5fd3330a-852f-4020-a12b-f4d2dedc4fd0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ajbvpq0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json
ArtifactUUID:32458619-92e8-4f27-98a3-cb571d62ee1a
ArtifactChecksum:YjBkYmJhZWExMjkzYTkwYWFkMDFlZDM4YjcxYzYxYWI=
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/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0f48220e-b2a7-4dc2-8531-15146c2c1644
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/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env
ArtifactUUID:2401984a-3590-42f2-91eb-30a66be19de9
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/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env
ArtifactUUID:2401984a-3590-42f2-91eb-30a66be19de9
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-30T04:04:31.795Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF af03aa03-947f-4535-97f6-beb1cdef52b4 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-05-30T04:04:31.845Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-30T04:04:31.846Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-30T04:04:31.848Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-30T04:04:31.848Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 306b87f0-a03d-40c7-aa65-4c1df1a6a46b from URL: /sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar
2022-05-30T04:04:31.849Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-30T04:04:31.850Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar
2022-05-30T04:04:32.245Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-30T04:04:32.257Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar 306b87f0-a03d-40c7-aa65-4c1df1a6a46b 71570
2022-05-30T04:04:32.259Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar ASDC sendASDCNotification
2022-05-30T04:04:32.259Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar
2022-05-30T04:04:32.260Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T04:04:32.260Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:04:32.262Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:04:32.262Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883472258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-30T04:04:32.362Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T04:04:32.364Z||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-05-30T04:04:32.364Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:04:32.380Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:04:32.380Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-30T04:04:33.262Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-30T04:04:33.263Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-30T04:04:33.264Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 306b87f0-a03d-40c7-aa65-4c1df1a6a46b, URL: /sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar to file: /app/ASDC/1/service-BasicOnboardAjbvpq-csar.csar
2022-05-30T04:04:33.264Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAjbvpq-csar.csar
2022-05-30T04:04:33.325Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAjbvpq-csar.csar
2022-05-30T04:04:33.325Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAjbvpq-csar.csar
2022-05-30T04:04:33.630Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP297535249819230614/Definitions/service-BasicOnboardAjbvpq-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-05-30T04:04:34.838Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-30T04:04:34.842Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-30T04:04:34.842Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAjbvpq-csar.csar
2022-05-30T04:04:34.842Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-30T04:04:34.842Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardAjbvpq-csar.csar
2022-05-30T04:04:34.842Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_AJbVpq 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-BasicOnboardAjbvpq-csar.csar
2022-05-30T04:04:34.842Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAjbvpq-csar.csar
2022-05-30T04:04:34.842Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAjbvpq-csar.csar
2022-05-30T04:04:34.842Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAjbvpq-csar.csar
2022-05-30T04:04:34.842Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardAjbvpq-csar.csar
2022-05-30T04:04:34.842Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAjbvpq-csar.csar
2022-05-30T04:04:34.842Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAjbvpq-csar.csar
2022-05-30T04:04:34.842Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardAjbvpq-csar.csar
2022-05-30T04:04:34.843Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-30T04:04:34.847Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:04:34.848Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AJbVpq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T04:04:34.850Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AJbVpq 0 is matching search criteria
2022-05-30T04:04:34.851Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-30T04:04:34.851Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_AJbVpq 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-30T04:04:34.852Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:04:34.852Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AJbVpq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T04:04:34.853Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AJbVpq 0 is matching search criteria
2022-05-30T04:04:34.853Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-30T04:04:34.853Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_AJbVpq 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-30T04:04:34.853Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:04:34.853Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AJbVpq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T04:04:34.855Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:04:34.855Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AJbVpq 0 is not matching search criteria
2022-05-30T04:04:34.855Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-30T04:04:34.855Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-30T04:04:34.856Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-30T04:04:34.856Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-30T04:04:34.856Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-30T04:04:34.856Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:04:34.856Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AJbVpq is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-30T04:04:34.856Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:04:34.857Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AJbVpq 0 is matching search criteria
2022-05-30T04:04:34.857Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_AJbVpq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T04:04:34.857Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:04:34.857Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AJbVpq 0 is matching search criteria
2022-05-30T04:04:34.857Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_AJbVpq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T04:04:34.857Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:04:34.858Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AJbVpq 0 is matching search criteria
2022-05-30T04:04:34.858Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_AJbVpq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T04:04:34.858Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:04:34.858Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AJbVpq 0 is not matching search criteria
2022-05-30T04:04:34.858Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-30T04:04:34.858Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-30T04:04:34.858Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=466d59a9-9f60-416f-ba3e-2c7168c715ee
2022-05-30T04:04:34.858Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:04:34.858Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AJbVpq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T04:04:34.859Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:04:34.859Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AJbVpq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T04:04:34.859Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:04:34.859Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AJbVpq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T04:04:34.859Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:04:34.859Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AJbVpq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T04:04:34.859Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_AJbVpq
Description:service
Model UUID:af03aa03-947f-4535-97f6-beb1cdef52b4
Model Version:NULL
Model InvariantUuid:3cf461b7-e2e9-43bb-853f-76dfa2a8dcba
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_AJbVpq
Model UUID:2428c923-f0f9-457d-baeb-548023ddc01e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bdbdf27c-9e09-4796-8176-6b7253c48171
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:07041820-6472-4439-a284-5cc0d464be1e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:bc9e4ce2-78d5-4749-88eb-6c24e73d8c07
ModelName:BasicOnboardAjbvpq..base_ubuntu18..module-0
ModelUuid:0f61c829-56c6-434e-9be5-18ee6926da1f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:466d59a9-9f60-416f-ba3e-2c7168c715ee
ModelInvariantUuid:f56df649-4a0b-4b4f-9af5-d2db1ec4e7c7
ModelName:basic_onboard_AJbVpq-nodes.ubuntu18Cvfc
ModelUuid:ef62b2f8-7a5e-4042-8abf-1ca7ead35b69
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:944b12fb-e7de-4ebd-9d0f-167aebe7d3e2
ModelInvariantUuid:cb1108ea-7291-45d5-b8e5-72bbda4fd51f
ModelName:BasicOnboardAjbvpq.compute.nodes.heat.ubuntu18
ModelUuid:6233c329-a091-4b9f-aa22-5a9b8a835194
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-05-30T04:04:34.871Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 5fd3330a-852f-4020-a12b-f4d2dedc4fd0
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-05-30T04:04:34.935Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||basic_onboard_AJbVpq 0
2022-05-30T04:04:34.939Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5fd3330a-852f-4020-a12b-f4d2dedc4fd0
2022-05-30T04:04:34.940Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 32458619-92e8-4f27-98a3-cb571d62ee1a from URL: /sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json
2022-05-30T04:04:34.940Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-30T04:04:34.940Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json
2022-05-30T04:04:35.224Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-30T04:04:35.224Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json 32458619-92e8-4f27-98a3-cb571d62ee1a 798
2022-05-30T04:04:35.224Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json ASDC sendASDCNotification
2022-05-30T04:04:35.225Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json
2022-05-30T04:04:35.225Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T04:04:35.225Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:04:35.228Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:04:35.228Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883475224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-30T04:04:35.328Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T04:04:35.329Z||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-05-30T04:04:35.329Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:04:35.344Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:04:35.345Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-30T04:04:36.230Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardAjbvpq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "bc9e4ce2-78d5-4749-88eb-6c24e73d8c07",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0f61c829-56c6-434e-9be5-18ee6926da1f",
"vfModuleModelCustomizationUUID": "fccdd75b-02f4-4d21-9954-c32a7bbd08a9",
"isBase": true,
"artifacts": [
"0f48220e-b2a7-4dc2-8531-15146c2c1644",
"2401984a-3590-42f2-91eb-30a66be19de9"
],
"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-05-30T04:04:36.245Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAjbvpq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0f61c829-56c6-434e-9be5-18ee6926da1f
VfModuleModelInvariantUUID:bc9e4ce2-78d5-4749-88eb-6c24e73d8c07
VfModuleModelDescription:NULL
Artifacts UUID List:{
0f48220e-b2a7-4dc2-8531-15146c2c1644
,
2401984a-3590-42f2-91eb-30a66be19de9
}
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-05-30T04:04:36.247Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardAjbvpq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "bc9e4ce2-78d5-4749-88eb-6c24e73d8c07",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0f61c829-56c6-434e-9be5-18ee6926da1f",
"vfModuleModelCustomizationUUID": "fccdd75b-02f4-4d21-9954-c32a7bbd08a9",
"isBase": true,
"artifacts": [
"0f48220e-b2a7-4dc2-8531-15146c2c1644",
"2401984a-3590-42f2-91eb-30a66be19de9"
],
"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-05-30T04:04:36.247Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAjbvpq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0f61c829-56c6-434e-9be5-18ee6926da1f
VfModuleModelInvariantUUID:bc9e4ce2-78d5-4749-88eb-6c24e73d8c07
VfModuleModelDescription:NULL
Artifacts UUID List:{
0f48220e-b2a7-4dc2-8531-15146c2c1644
,
2401984a-3590-42f2-91eb-30a66be19de9
}
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-05-30T04:04:36.247Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0f48220e-b2a7-4dc2-8531-15146c2c1644 from URL: /sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml
2022-05-30T04:04:36.247Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-30T04:04:36.247Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml
2022-05-30T04:04:36.426Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-30T04:04:36.427Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml 0f48220e-b2a7-4dc2-8531-15146c2c1644 5033
2022-05-30T04:04:36.428Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-30T04:04:36.428Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml
2022-05-30T04:04:36.428Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T04:04:36.428Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:04:36.430Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:04:36.431Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883476427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-30T04:04:36.531Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T04:04:36.532Z||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-05-30T04:04:36.532Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:04:36.550Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:04:36.551Z||pool-12-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-30T04:04:37.432Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2401984a-3590-42f2-91eb-30a66be19de9 from URL: /sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env
2022-05-30T04:04:37.432Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-30T04:04:37.432Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env
2022-05-30T04:04:37.556Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-30T04:04:37.557Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env 2401984a-3590-42f2-91eb-30a66be19de9 909
2022-05-30T04:04:37.557Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-30T04:04:37.558Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env
2022-05-30T04:04:37.558Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T04:04:37.558Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:04:37.562Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:04:37.562Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883477557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-30T04:04:37.663Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T04:04:37.664Z||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-05-30T04:04:37.664Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:04:37.687Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:04:37.688Z||pool-13-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-05-30T04:04:38.563Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: af03aa03-947f-4535-97f6-beb1cdef52b4
2022-05-30T04:04:38.564Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_AJbVpq 0 5fd3330a-852f-4020-a12b-f4d2dedc4fd0 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-05-30T04:04:38.599Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a1baf31, org.onap.sdc.toscaparser.api.parameters.Input@292bbf39, org.onap.sdc.toscaparser.api.parameters.Input@66fc0c22, org.onap.sdc.toscaparser.api.parameters.Input@6e9b7426, org.onap.sdc.toscaparser.api.parameters.Input@49de2ce3]
2022-05-30T04:04:38.602Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:04:38.603Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AJbVpq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T04:04:38.603Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-05-30T04:04:38.603Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 07041820-6472-4439-a284-5cc0d464be1e
2022-05-30T04:04:38.603Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 07041820-6472-4439-a284-5cc0d464be1e matches Tosca VF Customization UUID: 07041820-6472-4439-a284-5cc0d464be1e
2022-05-30T04:04:38.603Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 07041820-6472-4439-a284-5cc0d464be1e 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-05-30T04:04:38.610Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:04:38.610Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AJbVpq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T04:04:38.611Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 07041820-6472-4439-a284-5cc0d464be1e: {\"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-05-30T04:04:38.611Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5a3a6fc
2022-05-30T04:04:38.611Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:04:38.611Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AJbVpq is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-30T04:04:38.612Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fccdd75b-02f4-4d21-9954-c32a7bbd08a9
2022-05-30T04:04:38.612Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fccdd75b-02f4-4d21-9954-c32a7bbd08a9
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-05-30T04:04:38.617Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:04:38.617Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AJbVpq 0 is matching search criteria
2022-05-30T04:04:38.617Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_AJbVpq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T04:04:38.618Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:04:38.618Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AJbVpq 0 is matching search criteria
2022-05-30T04:04:38.618Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_AJbVpq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T04:04:38.618Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:04:38.618Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AJbVpq 0 is not matching search criteria
2022-05-30T04:04:38.618Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-30T04:04:38.618Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-30T04:04:38.619Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=466d59a9-9f60-416f-ba3e-2c7168c715ee
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-05-30T04:04:38.624Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:04:38.625Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AJbVpq 0 is matching search criteria
2022-05-30T04:04:38.625Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_AJbVpq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T04:04:38.625Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:04:38.625Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AJbVpq 0 is matching search criteria
2022-05-30T04:04:38.625Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_AJbVpq 0] matching following query criteria: sdcType=VF, customizationUUID=07041820-6472-4439-a284-5cc0d464be1e
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-05-30T04:04:38.626Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:04:38.627Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AJbVpq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T04:04:38.627Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid af03aa03-947f-4535-97f6-beb1cdef52b4: basic_onboard_AJbVpq
2022-05-30T04:04:38.627Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:04:38.627Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AJbVpq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T04:04:38.627Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:04:38.627Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AJbVpq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T04:04:38.627Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:04:38.627Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AJbVpq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T04:04:38.627Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:04:38.628Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AJbVpq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T04:04:38.628Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:04:38.628Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AJbVpq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T04:04:38.628Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_AJbVpq
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-05-30T04:04:38.779Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_AJbVpq 5fd3330a-852f-4020-a12b-f4d2dedc4fd0 1 ASDC deployResourceStructure
2022-05-30T04:04:38.779Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json ASDC sendASDCNotification
2022-05-30T04:04:38.779Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json
2022-05-30T04:04:38.779Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T04:04:38.780Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:04:38.781Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:04:38.781Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883478779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-30T04:04:38.882Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-30T04:04:38.883Z||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-05-30T04:04:38.883Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:04:38.911Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:04:38.912Z||pool-14-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-05-30T04:04:39.782Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-30T04:04:39.782Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml
2022-05-30T04:04:39.783Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T04:04:39.783Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:04:39.784Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:04:39.784Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883479782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-30T04:04:39.885Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-30T04:04:39.886Z||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-05-30T04:04:39.886Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:04:39.921Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:04:39.922Z||pool-15-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-05-30T04:04:40.785Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-30T04:04:40.786Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env
2022-05-30T04:04:40.786Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T04:04:40.786Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:04:40.788Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:04:40.788Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883480785,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-30T04:04:40.888Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T04:04:40.889Z||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-05-30T04:04:40.889Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:04:40.920Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:04:40.921Z||pool-16-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-05-30T04:04:41.789Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar ASDC sendASDCNotification
2022-05-30T04:04:41.789Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar
2022-05-30T04:04:41.789Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T04:04:41.789Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:04:41.791Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:04:41.792Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883481789,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-30T04:04:41.892Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-30T04:04:41.892Z||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-05-30T04:04:41.892Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:04:41.910Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:04:41.911Z||pool-17-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-30T04:04:42.792Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1003a4d-9b83-4bd9-b56a-a456007ba15b
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-05-30T04:04:42.810Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1003a4d-9b83-4bd9-b56a-a456007ba15b
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-05-30T04:04:42.813Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T04:04:42.814Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-30T04:04:42.814Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-30T04:04:42.814Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-30T04:04:42.814Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-30T04:04:42.814Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-30T04:04:42.814Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-30T04:04:42.814Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-30T04:04:42.814Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-30T04:04:42.814Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-30T04:04:42.814Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T04:04:42.819Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-30T04:05:12.820Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e1003a4d-9b83-4bd9-b56a-a456007ba15b 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-05-30T04:05:12.829Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e1003a4d-9b83-4bd9-b56a-a456007ba15b and serviceModelVersionId: af03aa03-947f-4535-97f6-beb1cdef52b4
2022-05-30T04:05:12.830Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3cf461b7-e2e9-43bb-853f-76dfa2a8dcba
2022-05-30T04:05:21.559Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3cf461b7-e2e9-43bb-853f-76dfa2a8dcba/model-vers/model-ver/af03aa03-947f-4535-97f6-beb1cdef52b4?depth=0
2022-05-30T04:05:21.645Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-30T04:05:22.006Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cf461b7-e2e9-43bb-853f-76dfa2a8dcba/model-vers/model-ver/af03aa03-947f-4535-97f6-beb1cdef52b4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-30T04:05:22.012Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cf461b7-e2e9-43bb-853f-76dfa2a8dcba/model-vers/model-ver/af03aa03-947f-4535-97f6-beb1cdef52b4?depth=0|INFO|500||Invoke
2022-05-30T04:05:22.098Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cf461b7-e2e9-43bb-853f-76dfa2a8dcba/model-vers/model-ver/af03aa03-947f-4535-97f6-beb1cdef52b4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-30T04:05:22.601Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cf461b7-e2e9-43bb-853f-76dfa2a8dcba/model-vers/model-ver/af03aa03-947f-4535-97f6-beb1cdef52b4?depth=0|INFO|500||InvokeReturn
2022-05-30T04:05:22.602Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cf461b7-e2e9-43bb-853f-76dfa2a8dcba/model-vers/model-ver/af03aa03-947f-4535-97f6-beb1cdef52b4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220530-04:05:21:069-85000], vertex-id=[577760], Content-Length=[0], Date=[Mon, 30 May 2022 04:05:21 GMT], Content-Type=[application/json]}
2022-05-30T04:05:22.603Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-05-30T04:05:22.607Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-30T04:05:22.607Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T04:05:22.616Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-30T04:05:22.617Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e1003a4d-9b83-4bd9-b56a-a456007ba15b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-30T04:05:22.618Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-30T04:05:22.618Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:05:22.620Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:05:22.620Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883522617,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-30T04:05:22.721Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T04:05:22.722Z||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-05-30T04:05:22.722Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:05:22.740Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:05:22.741Z||pool-18-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-05-30T04:05:24.012Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T04:05:24.012Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|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-05-30T04:05:24.013Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:05:24.013Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T04:05:24.014Z||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-05-30T04:05:24.014Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:05:24.135Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:05:24.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:05:24.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883464012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:05:24.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:05:25.840Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:05:25.841Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T04:05:25.842Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"292f8761-b606-42d5-b544-27dd89817031","serviceName":"vFW 2022-05-30 04-03-37","serviceVersion":"1.0","serviceUUID":"df46a645-1a4d-4bc0-94e6-8653b3583647","serviceDescription":"catalog service description","serviceInvariantUUID":"4f2aca4a-fdad-4540-9b70-ccdb98cfe211","resources":[{"resourceInstanceName":"vFW 50c306b0-c9f0 0","resourceName":"vFW 50c306b0-c9f0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9f442c1d-e7ea-4279-9453-4754a1dc945d","resourceInvariantUUID":"99f6f5cf-3d69-4c28-a7e1-3895adf8406f","resourceCustomizationUUID":"a48a25c0-aacc-4b6f-8663-7dc4bf83b3b2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vf-license-model.xml","artifactChecksum":"YmMzMzk1ZWJlNWM3NDkwYWMwMzNmOTk4YjM2ODJhNzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0c7b3cad-c739-41f0-b5a0-534d387668f3","artifactVersion":"1"},{"artifactName":"vfw50c306b0c9f00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json","artifactChecksum":"MTlkM2U1MDYzMzUyY2Q3MGE3MzJjMTFkZmE2MWNhYjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"63a86733-a8fb-4596-9ae6-dbaff7402885","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f4acd4ef-7d64-44fa-adf1-7a5807e97908","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vendor-license-model.xml","artifactChecksum":"NWFmNjdjNTVmNTRlZjNkYjE0MGFiMzMzMzNmOTk0M2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"78e486dd-a372-45ab-bf56-09f84b599228","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c69c9a1b-7aaa-4939-9b67-83fabddb520e","artifactVersion":"2","generatedFromUUID":"f4acd4ef-7d64-44fa-adf1-7a5807e97908"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220530040337-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-template.yml","artifactChecksum":"MzBiMzQ1MmFkZDExOGQ2NzE3ZWM0OGNlZmFmZTQ2MmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a7435fa5-6b90-4be3-8642-2c6c6013a9f5","artifactVersion":"1"},{"artifactName":"service-Vfw20220530040337-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar","artifactChecksum":"ZWM3NTg0MTRkMGQ4OGZiNDBkMGJlMzMwOTdjYjkwY2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"12fb0b8e-2136-4277-80de-3300fcfc63b2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-30T04:05:25.844Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T04:05:25.845Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:05:25.847Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:05:25.847Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883524012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:05:25.947Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T04:05:25.948Z||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-05-30T04:05:25.949Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:05:25.961Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:05:25.962Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-30T04:05:26.847Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T04:05:26.849Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:05:26.851Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:05:26.851Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883524012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json",
"status": "NOTIFIED"
}
2022-05-30T04:05:26.951Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T04:05:26.952Z||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-05-30T04:05:26.952Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:05:26.969Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:05:26.970Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-30T04:05:27.852Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T04:05:27.853Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:05:27.854Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:05:27.854Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883524012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-30T04:05:27.955Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-30T04:05:27.956Z||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-05-30T04:05:27.956Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:05:27.978Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:05:27.979Z||pool-21-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-05-30T04:05:28.855Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T04:05:28.857Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:05:28.859Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:05:28.860Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883524012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:05:28.960Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T04:05:28.961Z||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-05-30T04:05:28.962Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:05:28.975Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:05:28.975Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-30T04:05:29.864Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T04:05:29.864Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:05:29.866Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:05:29.866Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883524012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-30T04:05:29.967Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-30T04:05:29.968Z||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-05-30T04:05:29.968Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:05:29.996Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:05:29.997Z||pool-23-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-05-30T04:05:30.867Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T04:05:30.868Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:05:30.869Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:05:30.869Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883524012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:05:30.970Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-30T04:05:30.971Z||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-05-30T04:05:30.971Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:05:30.991Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:05:30.991Z||pool-24-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-30T04:05:31.870Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T04:05:31.871Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:05:31.872Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:05:31.872Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883524012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar",
"status": "NOTIFIED"
}
2022-05-30T04:05:31.973Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T04:05:31.974Z||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-05-30T04:05:31.974Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:05:31.995Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:05:31.996Z||pool-25-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-05-30T04:05:32.875Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"serviceName": "vFW 2022-05-30 04-03-37",
"serviceVersion": "1.0",
"serviceUUID": "df46a645-1a4d-4bc0-94e6-8653b3583647",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "4f2aca4a-fdad-4540-9b70-ccdb98cfe211",
"resources": [
{
"resourceInstanceName": "vFW 50c306b0-c9f0 0",
"resourceCustomizationUUID": "a48a25c0-aacc-4b6f-8663-7dc4bf83b3b2",
"resourceName": "vFW 50c306b0-c9f0",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "9f442c1d-e7ea-4279-9453-4754a1dc945d",
"resourceInvariantUUID": "99f6f5cf-3d69-4c28-a7e1-3895adf8406f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw50c306b0c9f00_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json",
"artifactChecksum": "MTlkM2U1MDYzMzUyY2Q3MGE3MzJjMTFkZmE2MWNhYjM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "63a86733-a8fb-4596-9ae6-dbaff7402885",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f4acd4ef-7d64-44fa-adf1-7a5807e97908",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c69c9a1b-7aaa-4939-9b67-83fabddb520e",
"generatedFromUUID": "f4acd4ef-7d64-44fa-adf1-7a5807e97908"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c69c9a1b-7aaa-4939-9b67-83fabddb520e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220530040337-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar",
"artifactChecksum": "ZWM3NTg0MTRkMGQ4OGZiNDBkMGJlMzMwOTdjYjkwY2U\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "12fb0b8e-2136-4277-80de-3300fcfc63b2"
}
],
"workloadContext": "Production"
}
2022-05-30T04:05:32.876Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-30T04:05:32.876Z|e1003a4d-9b83-4bd9-b56a-a456007ba15b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 df46a645-1a4d-4bc0-94e6-8653b3583647 ASDC
2022-05-30T04:05:32.876Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:292f8761-b606-42d5-b544-27dd89817031
ServiceName:vFW 2022-05-30 04-03-37
ServiceVersion:1.0
ServiceUUID:df46a645-1a4d-4bc0-94e6-8653b3583647
ServiceInvariantUUID:4f2aca4a-fdad-4540-9b70-ccdb98cfe211
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220530040337-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar
ArtifactUUID:12fb0b8e-2136-4277-80de-3300fcfc63b2
ArtifactChecksum:ZWM3NTg0MTRkMGQ4OGZiNDBkMGJlMzMwOTdjYjkwY2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 50c306b0-c9f0 0
ResourceCustomizationUUID:a48a25c0-aacc-4b6f-8663-7dc4bf83b3b2
ResourceInvariantUUID:99f6f5cf-3d69-4c28-a7e1-3895adf8406f
ResourceName:vFW 50c306b0-c9f0
ResourceType:VF
ResourceUUID:9f442c1d-e7ea-4279-9453-4754a1dc945d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw50c306b0c9f00_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json
ArtifactUUID:63a86733-a8fb-4596-9ae6-dbaff7402885
ArtifactChecksum:MTlkM2U1MDYzMzUyY2Q3MGE3MzJjMTFkZmE2MWNhYjM=
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/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml
ArtifactUUID:f4acd4ef-7d64-44fa-adf1-7a5807e97908
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/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env
ArtifactUUID:c69c9a1b-7aaa-4939-9b67-83fabddb520e
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/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env
ArtifactUUID:c69c9a1b-7aaa-4939-9b67-83fabddb520e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-30T04:05:32.877Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df46a645-1a4d-4bc0-94e6-8653b3583647 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-05-30T04:05:32.903Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-30T04:05:32.903Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-30T04:05:32.903Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-30T04:05:32.903Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 12fb0b8e-2136-4277-80de-3300fcfc63b2 from URL: /sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar
2022-05-30T04:05:32.904Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-30T04:05:32.904Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar
2022-05-30T04:05:33.323Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-30T04:05:33.327Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar 12fb0b8e-2136-4277-80de-3300fcfc63b2 99012
2022-05-30T04:05:33.327Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar ASDC sendASDCNotification
2022-05-30T04:05:33.327Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar
2022-05-30T04:05:33.327Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T04:05:33.328Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:05:33.329Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:05:33.329Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883533327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-30T04:05:33.430Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T04:05:33.431Z||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-05-30T04:05:33.431Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:05:33.445Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:05:33.446Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-30T04:05:34.330Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-30T04:05:34.331Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-30T04:05:34.331Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 12fb0b8e-2136-4277-80de-3300fcfc63b2, URL: /sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar to file: /app/ASDC/1/service-Vfw20220530040337-csar.csar
2022-05-30T04:05:34.332Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220530040337-csar.csar
2022-05-30T04:05:34.333Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220530040337-csar.csar
2022-05-30T04:05:34.333Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220530040337-csar.csar
2022-05-30T04:05:34.501Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4323814961426693359/Definitions/service-Vfw20220530040337-template.yml
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
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
2022-05-30T04:05:35.911Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-30T04:05:35.911Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-30T04:05:35.911Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220530040337-csar.csar
2022-05-30T04:05:35.911Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-30T04:05:35.911Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220530040337-csar.csar
2022-05-30T04:05:35.911Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220530040337-csar.csar
2022-05-30T04:05:35.911Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220530040337-csar.csar
2022-05-30T04:05:35.911Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220530040337-csar.csar
2022-05-30T04:05:35.911Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220530040337-csar.csar
2022-05-30T04:05:35.911Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220530040337-csar.csar
2022-05-30T04:05:35.912Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220530040337-csar.csar
2022-05-30T04:05:35.912Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220530040337-csar.csar
2022-05-30T04:05:35.912Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220530040337-csar.csar
2022-05-30T04:05:35.912Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220530040337-csar.csar
2022-05-30T04:05:35.912Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220530040337-csar.csar
2022-05-30T04:05:35.912Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 50c306b0-c9f0 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-Vfw20220530040337-csar.csar
2022-05-30T04:05:35.912Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220530040337-csar.csar
2022-05-30T04:05:35.912Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-30T04:05:35.912Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:05:35.912Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-03-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T04:05:35.912Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vFW 50c306b0-c9f0 0 is matching search criteria
2022-05-30T04:05:35.912Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-30T04:05:35.912Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 50c306b0-c9f0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-30T04:05:35.913Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:05:35.913Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-03-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T04:05:35.913Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vFW 50c306b0-c9f0 0 is matching search criteria
2022-05-30T04:05:35.913Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-30T04:05:35.913Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 50c306b0-c9f0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-30T04:05:35.913Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:05:35.913Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-03-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T04:05:35.913Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:05:35.913Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vFW 50c306b0-c9f0 0 is not matching search criteria
2022-05-30T04:05:35.913Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-30T04:05:35.913Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-30T04:05:35.913Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-30T04:05:35.913Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-30T04:05:35.913Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-30T04:05:35.913Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T04:05:35.914Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-30T04:05:35.914Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-30T04:05:35.914Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-30T04:05:35.914Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-30T04:05:35.914Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-30T04:05:35.914Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-30T04:05:35.914Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-30T04:05:35.914Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-30T04:05:35.914Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T04:05:35.914Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-30T04:05:35.914Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:05:35.914Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-03-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-30T04:05:35.914Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:05:35.914Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vFW 50c306b0-c9f0 0 is matching search criteria
2022-05-30T04:05:35.914Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 50c306b0-c9f0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T04:05:35.915Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:05:35.915Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vFW 50c306b0-c9f0 0 is matching search criteria
2022-05-30T04:05:35.915Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 50c306b0-c9f0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T04:05:35.915Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:05:35.915Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vFW 50c306b0-c9f0 0 is matching search criteria
2022-05-30T04:05:35.915Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 50c306b0-c9f0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T04:05:35.915Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:05:35.915Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vFW 50c306b0-c9f0 0 is not matching search criteria
2022-05-30T04:05:35.915Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-30T04:05:35.915Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-30T04:05:35.915Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-30T04:05:35.915Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-30T04:05:35.915Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-30T04:05:35.916Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-30T04:05:35.916Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-30T04:05:35.916Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-30T04:05:35.916Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-30T04:05:35.916Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-30T04:05:35.916Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T04:05:35.916Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4d12b987-c296-42a7-be67-91347cedff77
2022-05-30T04:05:35.916Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:05:35.916Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vFW 50c306b0-c9f0 0 is not matching search criteria
2022-05-30T04:05:35.916Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-30T04:05:35.916Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-30T04:05:35.916Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-30T04:05:35.916Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-30T04:05:35.916Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-30T04:05:35.916Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T04:05:35.916Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-30T04:05:35.917Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-30T04:05:35.917Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-30T04:05:35.917Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-30T04:05:35.917Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-30T04:05:35.917Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T04:05:35.917Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cd9eceb5-1ea0-4039-a18f-ab461dd6bb53
2022-05-30T04:05:35.917Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:05:35.917Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vFW 50c306b0-c9f0 0 is not matching search criteria
2022-05-30T04:05:35.917Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-30T04:05:35.917Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-30T04:05:35.917Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-30T04:05:35.917Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-30T04:05:35.917Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-30T04:05:35.917Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T04:05:35.917Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-30T04:05:35.917Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-30T04:05:35.917Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-30T04:05:35.918Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-30T04:05:35.918Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-30T04:05:35.918Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-30T04:05:35.918Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a0a0f663-aa00-48ff-b839-be5620b809a2
2022-05-30T04:05:35.918Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:05:35.918Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-03-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T04:05:35.918Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:05:35.918Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-03-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T04:05:35.918Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:05:35.918Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-03-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T04:05:35.918Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:05:35.918Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-03-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T04:05:35.918Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-05-30 04-03-37
Description:catalog service description
Model UUID:df46a645-1a4d-4bc0-94e6-8653b3583647
Model Version:NULL
Model InvariantUuid:4f2aca4a-fdad-4540-9b70-ccdb98cfe211
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 50c306b0-c9f0
Model UUID:65273ca2-0091-4638-a8f4-7917fc6e2851
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:99f6f5cf-3d69-4c28-a7e1-3895adf8406f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a48a25c0-aacc-4b6f-8663-7dc4bf83b3b2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c1d9096a-ee05-4607-8ecc-16d4f272115c
ModelName:Vfw50c306b0C9f0..base_vfw..module-0
ModelUuid:76039c1c-a6eb-4ed3-9c2a-700d259b193c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:4d12b987-c296-42a7-be67-91347cedff77
ModelInvariantUuid:fb4539a8-c566-41e3-8c12-0c9f0c0d7a9a
ModelName:vFW 50c306b0-c9f0-nodes.vfwCvfc
ModelUuid:f50807f4-0fde-4eef-b3c9-72898064599d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:490c418d-62f1-4be6-950a-6e581ea1874c
ModelInvariantUuid:f75b6643-c181-4c15-b727-41dbb870eb2f
ModelName:Vfw50c306b0C9f0.compute.nodes.heat.vfw
ModelUuid:2d035713-7bda-40ed-9bd5-7e2a0702edef
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:cd9eceb5-1ea0-4039-a18f-ab461dd6bb53
ModelInvariantUuid:99523a9e-7615-4c50-953f-d488dce6c32d
ModelName:vFW 50c306b0-c9f0-nodes.vsnCvfc
ModelUuid:8d2ca77d-b01b-4a80-8856-6e6f805324cb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:0af8fd7a-1d3b-4113-939b-06f35a6243bc
ModelInvariantUuid:414ae3db-4a9b-4af4-bc65-d155fa085363
ModelName:Vfw50c306b0C9f0.compute.nodes.heat.vsn
ModelUuid:e8e08fc9-8d89-4c0e-8c19-2e84a43f8e4a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a0a0f663-aa00-48ff-b839-be5620b809a2
ModelInvariantUuid:9025d98b-24af-4c12-a4ae-7008cedea0c5
ModelName:vFW 50c306b0-c9f0-nodes.vpgCvfc
ModelUuid:67a79d96-e896-4aa7-ba99-e81f855e07a1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:fd2b9e84-aea8-426f-8316-6a3a58e3fb44
ModelInvariantUuid:edf56baf-5c6c-47ab-8712-b08a77ffc34e
ModelName:Vfw50c306b0C9f0.compute.nodes.heat.vpg
ModelUuid:1e8ce634-0c66-4422-8fa5-36114a71843a
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-05-30T04:05:35.924Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 9f442c1d-e7ea-4279-9453-4754a1dc945d
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-05-30T04:05:35.926Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||vFW 50c306b0-c9f0 0
2022-05-30T04:05:35.927Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9f442c1d-e7ea-4279-9453-4754a1dc945d
2022-05-30T04:05:35.927Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 63a86733-a8fb-4596-9ae6-dbaff7402885 from URL: /sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json
2022-05-30T04:05:35.927Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-30T04:05:35.927Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json
2022-05-30T04:05:36.126Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-30T04:05:36.126Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json 63a86733-a8fb-4596-9ae6-dbaff7402885 785
2022-05-30T04:05:36.127Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json ASDC sendASDCNotification
2022-05-30T04:05:36.127Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json
2022-05-30T04:05:36.127Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T04:05:36.128Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:05:36.130Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:05:36.131Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883536127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-30T04:05:36.231Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-30T04:05:36.232Z||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-05-30T04:05:36.232Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:05:36.244Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:05:36.245Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-30T04:05:37.132Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw50c306b0C9f0..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c1d9096a-ee05-4607-8ecc-16d4f272115c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "76039c1c-a6eb-4ed3-9c2a-700d259b193c",
"vfModuleModelCustomizationUUID": "010dfdcd-2b39-4132-a61a-4ec798b3c246",
"isBase": true,
"artifacts": [
"f4acd4ef-7d64-44fa-adf1-7a5807e97908",
"c69c9a1b-7aaa-4939-9b67-83fabddb520e"
],
"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-05-30T04:05:37.137Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw50c306b0C9f0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:76039c1c-a6eb-4ed3-9c2a-700d259b193c
VfModuleModelInvariantUUID:c1d9096a-ee05-4607-8ecc-16d4f272115c
VfModuleModelDescription:NULL
Artifacts UUID List:{
f4acd4ef-7d64-44fa-adf1-7a5807e97908
,
c69c9a1b-7aaa-4939-9b67-83fabddb520e
}
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-05-30T04:05:37.139Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw50c306b0C9f0..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c1d9096a-ee05-4607-8ecc-16d4f272115c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "76039c1c-a6eb-4ed3-9c2a-700d259b193c",
"vfModuleModelCustomizationUUID": "010dfdcd-2b39-4132-a61a-4ec798b3c246",
"isBase": true,
"artifacts": [
"f4acd4ef-7d64-44fa-adf1-7a5807e97908",
"c69c9a1b-7aaa-4939-9b67-83fabddb520e"
],
"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-05-30T04:05:37.139Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw50c306b0C9f0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:76039c1c-a6eb-4ed3-9c2a-700d259b193c
VfModuleModelInvariantUUID:c1d9096a-ee05-4607-8ecc-16d4f272115c
VfModuleModelDescription:NULL
Artifacts UUID List:{
f4acd4ef-7d64-44fa-adf1-7a5807e97908
,
c69c9a1b-7aaa-4939-9b67-83fabddb520e
}
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-05-30T04:05:37.139Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f4acd4ef-7d64-44fa-adf1-7a5807e97908 from URL: /sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml
2022-05-30T04:05:37.139Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-30T04:05:37.139Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml
2022-05-30T04:05:37.440Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-30T04:05:37.442Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml f4acd4ef-7d64-44fa-adf1-7a5807e97908 20368
2022-05-30T04:05:37.442Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-30T04:05:37.442Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml
2022-05-30T04:05:37.442Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T04:05:37.443Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:05:37.445Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:05:37.445Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883537442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-30T04:05:37.545Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T04:05:37.546Z||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-05-30T04:05:37.547Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:05:37.561Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:05:37.562Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-30T04:05:38.446Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c69c9a1b-7aaa-4939-9b67-83fabddb520e from URL: /sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env
2022-05-30T04:05:38.446Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-30T04:05:38.446Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env
2022-05-30T04:05:38.820Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-30T04:05:38.820Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env c69c9a1b-7aaa-4939-9b67-83fabddb520e 2098
2022-05-30T04:05:38.821Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-30T04:05:38.821Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env
2022-05-30T04:05:38.821Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T04:05:38.821Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:05:38.823Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:05:38.823Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883538821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-30T04:05:38.923Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T04:05:38.925Z||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-05-30T04:05:38.925Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:05:38.944Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:05:38.945Z||pool-29-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-30T04:05:39.823Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: df46a645-1a4d-4bc0-94e6-8653b3583647
2022-05-30T04:05:39.824Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 50c306b0-c9f0 0 9f442c1d-e7ea-4279-9453-4754a1dc945d 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-05-30T04:05:39.846Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@21163256, org.onap.sdc.toscaparser.api.parameters.Input@4aa32272, org.onap.sdc.toscaparser.api.parameters.Input@85a8f18, org.onap.sdc.toscaparser.api.parameters.Input@4a2cf26d, org.onap.sdc.toscaparser.api.parameters.Input@5a38fdfc]
2022-05-30T04:05:39.847Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:05:39.847Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-03-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T04:05:39.848Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-05-30T04:05:39.848Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= a48a25c0-aacc-4b6f-8663-7dc4bf83b3b2
2022-05-30T04:05:39.848Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a48a25c0-aacc-4b6f-8663-7dc4bf83b3b2 matches Tosca VF Customization UUID: a48a25c0-aacc-4b6f-8663-7dc4bf83b3b2
2022-05-30T04:05:39.848Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: a48a25c0-aacc-4b6f-8663-7dc4bf83b3b2 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-05-30T04:05:39.851Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:05:39.851Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-03-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T04:05:39.852Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id a48a25c0-aacc-4b6f-8663-7dc4bf83b3b2: {\"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-05-30T04:05:39.852Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7837a754
2022-05-30T04:05:39.852Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:05:39.852Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-03-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-30T04:05:39.852Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 010dfdcd-2b39-4132-a61a-4ec798b3c246
2022-05-30T04:05:39.853Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 010dfdcd-2b39-4132-a61a-4ec798b3c246
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-05-30T04:05:39.854Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:05:39.855Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vFW 50c306b0-c9f0 0 is matching search criteria
2022-05-30T04:05:39.855Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 50c306b0-c9f0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T04:05:39.855Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:05:39.855Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vFW 50c306b0-c9f0 0 is matching search criteria
2022-05-30T04:05:39.855Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 50c306b0-c9f0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T04:05:39.855Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:05:39.855Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vFW 50c306b0-c9f0 0 is not matching search criteria
2022-05-30T04:05:39.855Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-30T04:05:39.856Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-30T04:05:39.856Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-30T04:05:39.856Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-30T04:05:39.856Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-30T04:05:39.856Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-30T04:05:39.856Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-30T04:05:39.856Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-30T04:05:39.856Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-30T04:05:39.856Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-30T04:05:39.856Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T04:05:39.856Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4d12b987-c296-42a7-be67-91347cedff77
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-05-30T04:05:39.858Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:05:39.859Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vFW 50c306b0-c9f0 0 is matching search criteria
2022-05-30T04:05:39.859Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 50c306b0-c9f0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T04:05:39.859Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:05:39.859Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vFW 50c306b0-c9f0 0 is not matching search criteria
2022-05-30T04:05:39.859Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-30T04:05:39.859Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-30T04:05:39.859Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-30T04:05:39.859Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-30T04:05:39.859Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-30T04:05:39.859Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T04:05:39.860Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-30T04:05:39.860Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-30T04:05:39.860Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-30T04:05:39.860Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-30T04:05:39.860Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-30T04:05:39.860Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T04:05:39.860Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cd9eceb5-1ea0-4039-a18f-ab461dd6bb53
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-05-30T04:05:39.862Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:05:39.862Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vFW 50c306b0-c9f0 0 is matching search criteria
2022-05-30T04:05:39.862Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 50c306b0-c9f0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T04:05:39.865Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:05:39.865Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vFW 50c306b0-c9f0 0 is not matching search criteria
2022-05-30T04:05:39.865Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-30T04:05:39.865Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-30T04:05:39.865Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-30T04:05:39.865Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-30T04:05:39.865Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-30T04:05:39.865Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T04:05:39.866Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-30T04:05:39.866Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-30T04:05:39.866Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-30T04:05:39.866Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-30T04:05:39.866Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-30T04:05:39.866Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-30T04:05:39.866Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a0a0f663-aa00-48ff-b839-be5620b809a2
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-05-30T04:05:39.868Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:05:39.869Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vFW 50c306b0-c9f0 0 is matching search criteria
2022-05-30T04:05:39.869Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 50c306b0-c9f0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T04:05:39.869Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:05:39.869Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Node template vFW 50c306b0-c9f0 0 is matching search criteria
2022-05-30T04:05:39.869Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 50c306b0-c9f0 0] matching following query criteria: sdcType=VF, customizationUUID=a48a25c0-aacc-4b6f-8663-7dc4bf83b3b2
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-05-30T04:05:39.870Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:05:39.871Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-03-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T04:05:39.871Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid df46a645-1a4d-4bc0-94e6-8653b3583647: vFW 50c306b0-c9f0
2022-05-30T04:05:39.871Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:05:39.871Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-03-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T04:05:39.871Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:05:39.871Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-03-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T04:05:39.871Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:05:39.871Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-03-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T04:05:39.871Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:05:39.871Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-03-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T04:05:39.871Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:05:39.871Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-03-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T04:05:39.871Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-05-30 04-03-37
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-05-30T04:05:40.051Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 50c306b0-c9f0 9f442c1d-e7ea-4279-9453-4754a1dc945d 1 ASDC deployResourceStructure
2022-05-30T04:05:40.052Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json ASDC sendASDCNotification
2022-05-30T04:05:40.052Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json
2022-05-30T04:05:40.052Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T04:05:40.052Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:05:40.054Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:05:40.054Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883540051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json",
"status": "DEPLOY_OK"
}
2022-05-30T04:05:40.154Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T04:05:40.155Z||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-05-30T04:05:40.155Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:05:40.173Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:05:40.174Z||pool-30-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-30T04:05:41.055Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-30T04:05:41.055Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml
2022-05-30T04:05:41.055Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T04:05:41.056Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:05:41.059Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:05:41.059Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883541055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-30T04:05:41.159Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T04:05:41.160Z||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-05-30T04:05:41.160Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:05:41.199Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:05:41.200Z||pool-31-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-05-30T04:05:42.061Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-30T04:05:42.061Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env
2022-05-30T04:05:42.061Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T04:05:42.062Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:05:42.065Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:05:42.065Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883542061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-30T04:05:42.165Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T04:05:42.166Z||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-05-30T04:05:42.166Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:05:42.183Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:05:42.184Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-05-30T04:05:43.066Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar ASDC sendASDCNotification
2022-05-30T04:05:43.066Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar
2022-05-30T04:05:43.066Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T04:05:43.067Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:05:43.068Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:05:43.069Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883543065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-30T04:05:43.169Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T04:05:43.170Z||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-05-30T04:05:43.170Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:05:43.190Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:05:43.191Z||pool-33-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-05-30T04:05:44.070Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 292f8761-b606-42d5-b544-27dd89817031
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-05-30T04:05:44.090Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 292f8761-b606-42d5-b544-27dd89817031
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-05-30T04:05:44.093Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T04:05:44.093Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-30T04:05:44.093Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-30T04:06:14.093Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 292f8761-b606-42d5-b544-27dd89817031
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-05-30T04:06:14.111Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 292f8761-b606-42d5-b544-27dd89817031
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-05-30T04:06:14.113Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T04:06:14.113Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-30T04:06:14.113Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-30T04:06:24.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T04:06:24.015Z||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-05-30T04:06:24.015Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:06:24.048Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:06:24.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:06:24.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883464012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json",
"status": "NOTIFIED"
}
2022-05-30T04:06:24.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:06:24.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:06:24.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883464012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-30T04:06:24.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:06:24.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:06:24.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883464012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:06:24.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:06:24.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:06:24.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883464012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-30T04:06:24.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:06:24.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:06:24.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883464012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:06:24.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:06:24.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:06:24.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883464012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar",
"status": "NOTIFIED"
}
2022-05-30T04:06:24.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:06:24.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:06:24.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883472258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-30T04:06:24.052Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:06:24.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:06:24.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883475224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-30T04:06:24.052Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:06:24.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:06:24.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883476427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-30T04:06:24.052Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:06:24.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:06:24.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883477557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-30T04:06:24.053Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:06:24.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:06:24.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883478779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/basic_onboard_ajbvpq0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-30T04:06:24.053Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:06:24.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:06:24.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883479782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-30T04:06:24.053Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:06:24.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:06:24.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883480785,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/resourceInstances/basic_onboard_ajbvpq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-30T04:06:24.053Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:06:24.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:06:24.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883481789,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAjbvpq/1.0/artifacts/service-BasicOnboardAjbvpq-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-30T04:06:24.054Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:06:24.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:06:24.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1003a4d-9b83-4bd9-b56a-a456007ba15b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883522617,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-30T04:06:24.054Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:06:44.114Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 292f8761-b606-42d5-b544-27dd89817031
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-05-30T04:06:44.129Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 292f8761-b606-42d5-b544-27dd89817031
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-05-30T04:06:44.131Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T04:06:44.131Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-30T04:06:44.131Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-30T04:07:14.131Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 292f8761-b606-42d5-b544-27dd89817031
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-05-30T04:07:14.147Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 292f8761-b606-42d5-b544-27dd89817031
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-05-30T04:07:14.149Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T04:07:14.149Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-30T04:07:14.149Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-30T04:07:24.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T04:07:24.016Z||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-05-30T04:07:24.016Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:07:24.560Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:07:24.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653883523208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.568Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653883524358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "policy-id",
"timestamp": 1653883518763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883524012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653883523208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json",
"status": "NOTIFIED"
}
2022-05-30T04:07:24.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653883524358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "policy-id",
"timestamp": 1653883518763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883524012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json",
"status": "NOTIFIED"
}
2022-05-30T04:07:24.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653883523208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-30T04:07:24.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653883524358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "policy-id",
"timestamp": 1653883518763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-30T04:07:24.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883524012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-30T04:07:24.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653883523208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653883524358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "policy-id",
"timestamp": 1653883518763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883524012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653883523208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-30T04:07:24.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653883524358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.576Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "policy-id",
"timestamp": 1653883518763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.576Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883524012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-30T04:07:24.576Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "cds",
"timestamp": 1653883529087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.577Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653883523208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.577Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653883524358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.577Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "policy-id",
"timestamp": 1653883518763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.577Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883524012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "cds",
"timestamp": 1653883529087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653883523208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar",
"status": "NOTIFIED"
}
2022-05-30T04:07:24.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653883524358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar",
"status": "NOTIFIED"
}
2022-05-30T04:07:24.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "policy-id",
"timestamp": 1653883518763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar",
"status": "NOTIFIED"
}
2022-05-30T04:07:24.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883524012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar",
"status": "NOTIFIED"
}
2022-05-30T04:07:24.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "cds",
"timestamp": 1653883529087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "cds",
"timestamp": 1653883529087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653883532094,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-30T04:07:24.579Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:07:24.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653883532783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-30T04:07:24.580Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:07:24.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "policy-id",
"timestamp": 1653883532879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-30T04:07:24.580Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:07:24.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883533327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-30T04:07:24.580Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:07:24.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "cds",
"timestamp": 1653883529087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "policy-id",
"timestamp": 1653883533883,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-30T04:07:24.580Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:07:24.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653883533300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-30T04:07:24.581Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:07:24.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "ves-openapi-manager",
"timestamp": 1653883533181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.581Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "cds",
"timestamp": 1653883529087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.581Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "policy-id",
"timestamp": 1653883534886,
"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-05-30T04:07:24.592Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 292f8761-b606-42d5-b544-27dd89817031
2022-05-30T04:07:24.592Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 292f8761-b606-42d5-b544-27dd89817031 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-05-30T04:07:24.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653883534597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-30T04:07:24.603Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:07:24.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "ves-openapi-manager",
"timestamp": 1653883533181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.603Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "cds",
"timestamp": 1653883529087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar",
"status": "NOTIFIED"
}
2022-05-30T04:07:24.603Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883536127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-30T04:07:24.603Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:07:24.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "aai-ml",
"timestamp": 1653883535844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.603Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653883535617,
"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-05-30T04:07:24.609Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 292f8761-b606-42d5-b544-27dd89817031
2022-05-30T04:07:24.610Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 292f8761-b606-42d5-b544-27dd89817031 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-05-30T04:07:24.620Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.620Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653883536415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-30T04:07:24.620Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:07:24.620Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.620Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "ves-openapi-manager",
"timestamp": 1653883533181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.621Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "cds",
"timestamp": 1653883537084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-30T04:07:24.621Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:07:24.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883537442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-30T04:07:24.621Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:07:24.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "aai-ml",
"timestamp": 1653883535844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.621Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653883536621,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json",
"status": "DEPLOY_OK"
}
2022-05-30T04:07:24.621Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:07:24.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653883537421,
"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-05-30T04:07:24.626Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 292f8761-b606-42d5-b544-27dd89817031
2022-05-30T04:07:24.627Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 292f8761-b606-42d5-b544-27dd89817031 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-05-30T04:07:24.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "ves-openapi-manager",
"timestamp": 1653883533181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "cds",
"timestamp": 1653883538094,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-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-05-30T04:07:24.643Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 292f8761-b606-42d5-b544-27dd89817031
2022-05-30T04:07:24.643Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 292f8761-b606-42d5-b544-27dd89817031 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-05-30T04:07:24.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "aai-ml",
"timestamp": 1653883535844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883538821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-30T04:07:24.653Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:07:24.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "ves-openapi-manager",
"timestamp": 1653883533181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "clamp",
"timestamp": 1653883538881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "aai-ml",
"timestamp": 1653883535844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "ves-openapi-manager",
"timestamp": 1653883533181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883540051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json",
"status": "DEPLOY_OK"
}
2022-05-30T04:07:24.654Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:07:24.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "clamp",
"timestamp": 1653883538881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vfw50c306b0c9f00_modules.json",
"status": "NOTIFIED"
}
2022-05-30T04:07:24.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "aai-ml",
"timestamp": 1653883535844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "ves-openapi-manager",
"timestamp": 1653883533181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883541055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-30T04:07:24.655Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:07:24.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "clamp",
"timestamp": 1653883538881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "aai-ml",
"timestamp": 1653883535844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883542061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-30T04:07:24.655Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:07:24.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "clamp",
"timestamp": 1653883538881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "aai-ml",
"timestamp": 1653883535844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar",
"status": "NOTIFIED"
}
2022-05-30T04:07:24.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883543065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-30T04:07:24.656Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:07:24.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "clamp",
"timestamp": 1653883538881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/resourceInstances/vfw50c306b0c9f00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.656Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "aai-ml",
"timestamp": 1653883544180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-30T04:07:24.656Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:07:24.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "clamp",
"timestamp": 1653883538881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:07:24.656Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "clamp",
"timestamp": 1653883538881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar",
"status": "NOTIFIED"
}
2022-05-30T04:07:24.656Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T04:07:24.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "aai-ml",
"timestamp": 1653883551598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-30T04:07:24.656Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:07:24.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.657Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "clamp",
"timestamp": 1653883552386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-30T04:07:24.657Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:07:24.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.657Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "aai-ml",
"timestamp": 1653883552608,
"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-05-30T04:07:24.663Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 292f8761-b606-42d5-b544-27dd89817031
2022-05-30T04:07:24.663Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 292f8761-b606-42d5-b544-27dd89817031 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-05-30T04:07:24.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "clamp",
"timestamp": 1653883553405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040337/1.0/artifacts/service-Vfw20220530040337-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-30T04:07:24.674Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:07:24.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:07:24.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "clamp",
"timestamp": 1653883554408,
"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-05-30T04:07:24.679Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 292f8761-b606-42d5-b544-27dd89817031
2022-05-30T04:07:24.679Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 292f8761-b606-42d5-b544-27dd89817031 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-05-30T04:07:44.149Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 292f8761-b606-42d5-b544-27dd89817031
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-05-30T04:07:44.163Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 292f8761-b606-42d5-b544-27dd89817031
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-05-30T04:07:44.167Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T04:07:44.167Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-30T04:07:44.167Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-30T04:07:44.167Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-30T04:07:44.167Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-30T04:07:44.168Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-30T04:07:44.168Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-30T04:07:44.168Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-30T04:07:44.168Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-30T04:07:44.168Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-30T04:07:44.168Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T04:07:44.173Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-30T04:08:14.173Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 292f8761-b606-42d5-b544-27dd89817031 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-05-30T04:08:14.187Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 292f8761-b606-42d5-b544-27dd89817031 and serviceModelVersionId: df46a645-1a4d-4bc0-94e6-8653b3583647
2022-05-30T04:08:14.188Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4f2aca4a-fdad-4540-9b70-ccdb98cfe211
2022-05-30T04:08:14.189Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4f2aca4a-fdad-4540-9b70-ccdb98cfe211/model-vers/model-ver/df46a645-1a4d-4bc0-94e6-8653b3583647?depth=0
2022-05-30T04:08:14.194Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-30T04:08:14.229Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f2aca4a-fdad-4540-9b70-ccdb98cfe211/model-vers/model-ver/df46a645-1a4d-4bc0-94e6-8653b3583647?depth=0|INFO|500||Invoke
2022-05-30T04:08:14.230Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f2aca4a-fdad-4540-9b70-ccdb98cfe211/model-vers/model-ver/df46a645-1a4d-4bc0-94e6-8653b3583647?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f2aca4a-fdad-4540-9b70-ccdb98cfe211/model-vers/model-ver/df46a645-1a4d-4bc0-94e6-8653b3583647?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[292f8761-b606-42d5-b544-27dd89817031], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e61a68ab-f65b-4a5a-9b96-dbd949141a30], X-ECOMP-RequestID=[292f8761-b606-42d5-b544-27dd89817031], X-TransactionId=[], X-ONAP-RequestID=[292f8761-b606-42d5-b544-27dd89817031], Content-Type=[application/merge-patch+json]}
2022-05-30T04:08:14.248Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f2aca4a-fdad-4540-9b70-ccdb98cfe211/model-vers/model-ver/df46a645-1a4d-4bc0-94e6-8653b3583647?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-30T04:08:14.785Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f2aca4a-fdad-4540-9b70-ccdb98cfe211/model-vers/model-ver/df46a645-1a4d-4bc0-94e6-8653b3583647?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/4f2aca4a-fdad-4540-9b70-ccdb98cfe211/model-vers/model-ver/df46a645-1a4d-4bc0-94e6-8653b3583647?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220530-04:08:13:217-39051], vertex-id=[106632], Content-Length=[0], Date=[Mon, 30 May 2022 04:08:13 GMT], Content-Type=[application/json]}
2022-05-30T04:08:14.786Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f2aca4a-fdad-4540-9b70-ccdb98cfe211/model-vers/model-ver/df46a645-1a4d-4bc0-94e6-8653b3583647?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-30T04:08:14.788Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f2aca4a-fdad-4540-9b70-ccdb98cfe211/model-vers/model-ver/df46a645-1a4d-4bc0-94e6-8653b3583647?depth=0|INFO|500||InvokeReturn
2022-05-30T04:08:14.789Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-30T04:08:14.789Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T04:08:14.795Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-30T04:08:14.795Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 292f8761-b606-42d5-b544-27dd89817031 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-30T04:08:14.796Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-30T04:08:14.796Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:08:14.798Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:08:14.798Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883694796,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-30T04:08:14.899Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-30T04:08:14.900Z||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-05-30T04:08:14.901Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:08:14.918Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:08:14.919Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 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-05-30T04:08:15.813Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T04:08:15.814Z|292f8761-b606-42d5-b544-27dd89817031|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-05-30T04:08:15.814Z|292f8761-b606-42d5-b544-27dd89817031|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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:08:24.013Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T04:08:24.014Z||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-05-30T04:08:24.015Z||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 Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:08:24.644Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:08:24.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T04:08:24.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "292f8761-b606-42d5-b544-27dd89817031",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883694796,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-30T04:08:24.645Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T04:08:26.115Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:08:26.116Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T04:08:26.116Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"f6d12018-9568-4f35-96a7-b462b5ea9252","serviceName":"vFW 2022-05-30 04-06-52","serviceVersion":"1.0","serviceUUID":"4991ec59-73b1-4d86-a6de-9fcfda40a906","serviceDescription":"catalog service description","serviceInvariantUUID":"44a31d9e-180a-4a4c-a283-7ef1c2ea7399","resources":[{"resourceInstanceName":"vFW 1e534f88-b41d 0","resourceName":"vFW 1e534f88-b41d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5451487c-2cf9-4c73-b148-0ecac05c9340","resourceInvariantUUID":"10fdce18-3c4b-45f7-8e1b-279228f62eef","resourceCustomizationUUID":"bf6c30de-e8f6-401b-b399-e8c0dc20174b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vf-license-model.xml","artifactChecksum":"ZjMzYmU0Y2M2NDIyNTBmMDRiYmQ0ZmFkYjM1MjZiM2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7707c14f-f453-4dfa-b8b5-10d5daedd632","artifactVersion":"1"},{"artifactName":"vfw1e534f88b41d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vfw1e534f88b41d0_modules.json","artifactChecksum":"NDk3MDg2ZTkwZjhjOWU4NTU5ZGQ5MTc4N2U3M2JhMmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4f507d73-75a2-40e7-a7e4-f669d72388a6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4972f1ba-b397-4c9c-a088-e52958f35b02","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vendor-license-model.xml","artifactChecksum":"NDBhMTM5YjE0MjQ2ZmZkNGFiNmNjNGJjYTIyZDY4MmQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f78b801d-2dd3-48a4-9024-0d444ddf1371","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6abbb472-b232-4540-a918-c60b0cf71586","artifactVersion":"2","generatedFromUUID":"4972f1ba-b397-4c9c-a088-e52958f35b02"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220530040652-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-template.yml","artifactChecksum":"MDRlMGIzMDgxNzEzYTZkYTM5YWU5MDQ5NGM0NzNkYzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9cb9c585-f150-4405-925d-1cde4658eaa2","artifactVersion":"1"},{"artifactName":"service-Vfw20220530040652-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar","artifactChecksum":"YTA2OTE3NTJkMjg2MWEyOTI0YzRmZDZlN2U2YmMxODU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6cb23520-c343-4793-b80c-f157e995086c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-30T04:08:26.118Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T04:08:26.119Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:08:26.121Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:08:26.121Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883695813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:08:26.221Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T04:08:26.223Z||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-05-30T04:08:26.223Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:08:26.236Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:08:26.237Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-30T04:08:27.122Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T04:08:27.123Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:08:27.126Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:08:27.127Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883695813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vfw1e534f88b41d0_modules.json",
"status": "NOTIFIED"
}
2022-05-30T04:08:27.227Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-30T04:08:27.228Z||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-05-30T04:08:27.228Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:08:27.244Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:08:27.244Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-30T04:08:28.128Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T04:08:28.128Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:08:28.130Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:08:28.130Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883695813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-30T04:08:28.231Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T04:08:28.232Z||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-05-30T04:08:28.232Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:08:28.261Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:08:28.263Z||pool-37-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-05-30T04:08:29.131Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T04:08:29.132Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:08:29.133Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:08:29.133Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883695813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:08:29.234Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-30T04:08:29.235Z||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-05-30T04:08:29.235Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:08:29.286Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:08:29.287Z||pool-38-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-05-30T04:08:30.134Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T04:08:30.135Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:08:30.137Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:08:30.137Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883695813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-30T04:08:30.237Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T04:08:30.238Z||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-05-30T04:08:30.238Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:08:30.255Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:08:30.255Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-30T04:08:31.137Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T04:08:31.138Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:08:31.140Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:08:31.140Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883695813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-30T04:08:31.240Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T04:08:31.241Z||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-05-30T04:08:31.241Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:08:31.258Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:08:31.259Z||pool-40-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-30T04:08:32.140Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T04:08:32.141Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:08:32.144Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:08:32.144Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883695813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar",
"status": "NOTIFIED"
}
2022-05-30T04:08:32.244Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T04:08:32.247Z||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-05-30T04:08:32.248Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:08:32.266Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:08:32.266Z||pool-41-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-30T04:08:33.145Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252",
"serviceName": "vFW 2022-05-30 04-06-52",
"serviceVersion": "1.0",
"serviceUUID": "4991ec59-73b1-4d86-a6de-9fcfda40a906",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "44a31d9e-180a-4a4c-a283-7ef1c2ea7399",
"resources": [
{
"resourceInstanceName": "vFW 1e534f88-b41d 0",
"resourceCustomizationUUID": "bf6c30de-e8f6-401b-b399-e8c0dc20174b",
"resourceName": "vFW 1e534f88-b41d",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "5451487c-2cf9-4c73-b148-0ecac05c9340",
"resourceInvariantUUID": "10fdce18-3c4b-45f7-8e1b-279228f62eef",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw1e534f88b41d0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vfw1e534f88b41d0_modules.json",
"artifactChecksum": "NDk3MDg2ZTkwZjhjOWU4NTU5ZGQ5MTc4N2U3M2JhMmU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4f507d73-75a2-40e7-a7e4-f669d72388a6",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4972f1ba-b397-4c9c-a088-e52958f35b02",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6abbb472-b232-4540-a918-c60b0cf71586",
"generatedFromUUID": "4972f1ba-b397-4c9c-a088-e52958f35b02"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6abbb472-b232-4540-a918-c60b0cf71586",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220530040652-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar",
"artifactChecksum": "YTA2OTE3NTJkMjg2MWEyOTI0YzRmZDZlN2U2YmMxODU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6cb23520-c343-4793-b80c-f157e995086c"
}
],
"workloadContext": "Production"
}
2022-05-30T04:08:33.146Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-30T04:08:33.146Z|292f8761-b606-42d5-b544-27dd89817031|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4991ec59-73b1-4d86-a6de-9fcfda40a906 ASDC
2022-05-30T04:08:33.146Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:f6d12018-9568-4f35-96a7-b462b5ea9252
ServiceName:vFW 2022-05-30 04-06-52
ServiceVersion:1.0
ServiceUUID:4991ec59-73b1-4d86-a6de-9fcfda40a906
ServiceInvariantUUID:44a31d9e-180a-4a4c-a283-7ef1c2ea7399
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220530040652-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar
ArtifactUUID:6cb23520-c343-4793-b80c-f157e995086c
ArtifactChecksum:YTA2OTE3NTJkMjg2MWEyOTI0YzRmZDZlN2U2YmMxODU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1e534f88-b41d 0
ResourceCustomizationUUID:bf6c30de-e8f6-401b-b399-e8c0dc20174b
ResourceInvariantUUID:10fdce18-3c4b-45f7-8e1b-279228f62eef
ResourceName:vFW 1e534f88-b41d
ResourceType:VF
ResourceUUID:5451487c-2cf9-4c73-b148-0ecac05c9340
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1e534f88b41d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vfw1e534f88b41d0_modules.json
ArtifactUUID:4f507d73-75a2-40e7-a7e4-f669d72388a6
ArtifactChecksum:NDk3MDg2ZTkwZjhjOWU4NTU5ZGQ5MTc4N2U3M2JhMmU=
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/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.yaml
ArtifactUUID:4972f1ba-b397-4c9c-a088-e52958f35b02
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/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.env
ArtifactUUID:6abbb472-b232-4540-a918-c60b0cf71586
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/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.env
ArtifactUUID:6abbb472-b232-4540-a918-c60b0cf71586
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-30T04:08:33.147Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4991ec59-73b1-4d86-a6de-9fcfda40a906 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-05-30T04:08:33.180Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-30T04:08:33.181Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-30T04:08:33.181Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-30T04:08:33.181Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6cb23520-c343-4793-b80c-f157e995086c from URL: /sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar
2022-05-30T04:08:33.181Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-30T04:08:33.181Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar
2022-05-30T04:08:33.516Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-30T04:08:33.521Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar 6cb23520-c343-4793-b80c-f157e995086c 99017
2022-05-30T04:08:33.521Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar ASDC sendASDCNotification
2022-05-30T04:08:33.521Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar
2022-05-30T04:08:33.521Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T04:08:33.521Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:08:33.523Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:08:33.523Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883713521,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-30T04:08:33.625Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-30T04:08:33.626Z||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-05-30T04:08:33.626Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:08:33.638Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:08:33.638Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-30T04:08:34.524Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-30T04:08:34.525Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-30T04:08:34.525Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 6cb23520-c343-4793-b80c-f157e995086c, URL: /sdc/v1/catalog/services/Vfw20220530040652/1.0/artifacts/service-Vfw20220530040652-csar.csar to file: /app/ASDC/1/service-Vfw20220530040652-csar.csar
2022-05-30T04:08:34.525Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220530040652-csar.csar
2022-05-30T04:08:34.526Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220530040652-csar.csar
2022-05-30T04:08:34.526Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220530040652-csar.csar
2022-05-30T04:08:34.633Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6401953348754689920/Definitions/service-Vfw20220530040652-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-05-30T04:08:36.071Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-30T04:08:36.072Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-30T04:08:36.072Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220530040652-csar.csar
2022-05-30T04:08:36.072Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-30T04:08:36.072Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220530040652-csar.csar
2022-05-30T04:08:36.072Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220530040652-csar.csar
2022-05-30T04:08:36.072Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220530040652-csar.csar
2022-05-30T04:08:36.072Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220530040652-csar.csar
2022-05-30T04:08:36.072Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220530040652-csar.csar
2022-05-30T04:08:36.072Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220530040652-csar.csar
2022-05-30T04:08:36.072Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220530040652-csar.csar
2022-05-30T04:08:36.072Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220530040652-csar.csar
2022-05-30T04:08:36.072Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220530040652-csar.csar
2022-05-30T04:08:36.072Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220530040652-csar.csar
2022-05-30T04:08:36.072Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220530040652-csar.csar
2022-05-30T04:08:36.072Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220530040652-csar.csar
2022-05-30T04:08:36.073Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1e534f88-b41d 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-Vfw20220530040652-csar.csar
2022-05-30T04:08:36.073Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-30T04:08:36.073Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:08:36.073Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-06-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T04:08:36.073Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e534f88-b41d 0 is matching search criteria
2022-05-30T04:08:36.073Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-30T04:08:36.073Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e534f88-b41d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-30T04:08:36.073Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:08:36.073Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-06-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T04:08:36.074Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e534f88-b41d 0 is matching search criteria
2022-05-30T04:08:36.074Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-30T04:08:36.074Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e534f88-b41d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-30T04:08:36.074Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:08:36.074Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-06-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T04:08:36.074Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:08:36.074Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e534f88-b41d 0 is not matching search criteria
2022-05-30T04:08:36.074Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-30T04:08:36.075Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-30T04:08:36.075Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-30T04:08:36.075Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-30T04:08:36.075Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-30T04:08:36.075Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-30T04:08:36.075Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T04:08:36.075Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-30T04:08:36.075Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-30T04:08:36.075Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-30T04:08:36.075Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-30T04:08:36.075Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-30T04:08:36.075Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-30T04:08:36.076Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-30T04:08:36.076Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T04:08:36.076Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-30T04:08:36.076Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:08:36.076Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-06-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-30T04:08:36.076Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:08:36.076Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e534f88-b41d 0 is matching search criteria
2022-05-30T04:08:36.076Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e534f88-b41d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T04:08:36.076Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:08:36.076Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e534f88-b41d 0 is matching search criteria
2022-05-30T04:08:36.077Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e534f88-b41d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T04:08:36.077Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:08:36.077Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e534f88-b41d 0 is matching search criteria
2022-05-30T04:08:36.077Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e534f88-b41d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T04:08:36.077Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:08:36.077Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e534f88-b41d 0 is not matching search criteria
2022-05-30T04:08:36.077Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-30T04:08:36.077Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-30T04:08:36.077Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-30T04:08:36.077Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-30T04:08:36.077Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-30T04:08:36.078Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-30T04:08:36.078Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-30T04:08:36.078Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-30T04:08:36.078Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-30T04:08:36.078Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-30T04:08:36.078Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T04:08:36.078Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cbefbb66-7dba-426a-ba84-f9a8adeab245
2022-05-30T04:08:36.078Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:08:36.078Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e534f88-b41d 0 is not matching search criteria
2022-05-30T04:08:36.078Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-30T04:08:36.078Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-30T04:08:36.079Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-30T04:08:36.079Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-30T04:08:36.079Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-30T04:08:36.079Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-30T04:08:36.079Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T04:08:36.079Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-30T04:08:36.079Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-30T04:08:36.079Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-30T04:08:36.079Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-30T04:08:36.079Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T04:08:36.079Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=90f08480-0e16-41e9-9e5b-622ea831969a
2022-05-30T04:08:36.079Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:08:36.080Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e534f88-b41d 0 is not matching search criteria
2022-05-30T04:08:36.080Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-30T04:08:36.080Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-30T04:08:36.080Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-30T04:08:36.080Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-30T04:08:36.080Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-30T04:08:36.080Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-30T04:08:36.080Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T04:08:36.080Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-30T04:08:36.080Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-30T04:08:36.080Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-30T04:08:36.080Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-30T04:08:36.080Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-30T04:08:36.081Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=db9ae26a-589d-4576-97de-bea852cca3be
2022-05-30T04:08:36.081Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:08:36.081Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-06-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T04:08:36.081Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:08:36.081Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-06-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T04:08:36.081Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:08:36.081Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-06-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T04:08:36.081Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:08:36.081Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-06-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T04:08:36.081Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-05-30 04-06-52
Description:catalog service description
Model UUID:4991ec59-73b1-4d86-a6de-9fcfda40a906
Model Version:NULL
Model InvariantUuid:44a31d9e-180a-4a4c-a283-7ef1c2ea7399
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 1e534f88-b41d
Model UUID:25de3d54-3da7-42de-88c3-b93883b4220f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:10fdce18-3c4b-45f7-8e1b-279228f62eef
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:bf6c30de-e8f6-401b-b399-e8c0dc20174b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d2f0d23c-23fa-4d84-828b-f0237d0036d9
ModelName:Vfw1e534f88B41d..base_vfw..module-0
ModelUuid:05b85d77-c6bb-4886-80a3-367f4beec6ed
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:cbefbb66-7dba-426a-ba84-f9a8adeab245
ModelInvariantUuid:f018af89-d269-4b59-81fc-1db895b0c5d6
ModelName:vFW 1e534f88-b41d-nodes.vfwCvfc
ModelUuid:7750a10b-54f4-4423-820b-2248090010a9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:3ce265da-540c-41d7-865c-3240815f107c
ModelInvariantUuid:208ac67d-0f78-48d2-91b4-892e14fe57b1
ModelName:Vfw1e534f88B41d.compute.nodes.heat.vfw
ModelUuid:fb17431c-9eb8-4fe2-9ed7-4630e157e478
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:90f08480-0e16-41e9-9e5b-622ea831969a
ModelInvariantUuid:62fca7cd-4a6b-421a-b515-844f07624e17
ModelName:vFW 1e534f88-b41d-nodes.vsnCvfc
ModelUuid:9699dac7-bf09-4b5c-97e1-bc001f06338e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:4a516127-bdcc-4485-a99c-c7c5ae52716a
ModelInvariantUuid:1ae3bb21-a53c-4431-bfdb-138822fa3703
ModelName:Vfw1e534f88B41d.compute.nodes.heat.vsn
ModelUuid:91b61079-8885-4363-b9dc-1f0c5c2bcab0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:db9ae26a-589d-4576-97de-bea852cca3be
ModelInvariantUuid:b7e79d5b-ed4a-467b-bad1-9666e2d815e4
ModelName:vFW 1e534f88-b41d-nodes.vpgCvfc
ModelUuid:1f3e49c0-b417-4b4e-a801-754c4dcad388
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:f9f47be9-b6b6-4a9c-a33f-0b825a9df31f
ModelInvariantUuid:135b7f86-6059-42ae-b3c1-c240e68cf1f4
ModelName:Vfw1e534f88B41d.compute.nodes.heat.vpg
ModelUuid:ac062b63-f4ee-4069-ac8c-5d225bf330bd
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-05-30T04:08:36.086Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 5451487c-2cf9-4c73-b148-0ecac05c9340
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-05-30T04:08:36.089Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||vFW 1e534f88-b41d 0
2022-05-30T04:08:36.089Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5451487c-2cf9-4c73-b148-0ecac05c9340
2022-05-30T04:08:36.089Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4f507d73-75a2-40e7-a7e4-f669d72388a6 from URL: /sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vfw1e534f88b41d0_modules.json
2022-05-30T04:08:36.089Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-30T04:08:36.089Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vfw1e534f88b41d0_modules.json
2022-05-30T04:08:36.234Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-30T04:08:36.235Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vfw1e534f88b41d0_modules.json 4f507d73-75a2-40e7-a7e4-f669d72388a6 785
2022-05-30T04:08:36.235Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vfw1e534f88b41d0_modules.json ASDC sendASDCNotification
2022-05-30T04:08:36.235Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vfw1e534f88b41d0_modules.json
2022-05-30T04:08:36.236Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T04:08:36.236Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:08:36.238Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:08:36.238Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883716235,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/vfw1e534f88b41d0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-30T04:08:36.338Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T04:08:36.339Z||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-05-30T04:08:36.340Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:08:36.354Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:08:36.355Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-30T04:08:37.238Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1e534f88B41d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d2f0d23c-23fa-4d84-828b-f0237d0036d9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "05b85d77-c6bb-4886-80a3-367f4beec6ed",
"vfModuleModelCustomizationUUID": "67a5ece2-db67-4231-b239-ac7d577a0996",
"isBase": true,
"artifacts": [
"4972f1ba-b397-4c9c-a088-e52958f35b02",
"6abbb472-b232-4540-a918-c60b0cf71586"
],
"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-05-30T04:08:37.242Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1e534f88B41d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:05b85d77-c6bb-4886-80a3-367f4beec6ed
VfModuleModelInvariantUUID:d2f0d23c-23fa-4d84-828b-f0237d0036d9
VfModuleModelDescription:NULL
Artifacts UUID List:{
4972f1ba-b397-4c9c-a088-e52958f35b02
,
6abbb472-b232-4540-a918-c60b0cf71586
}
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-05-30T04:08:37.244Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1e534f88B41d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d2f0d23c-23fa-4d84-828b-f0237d0036d9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "05b85d77-c6bb-4886-80a3-367f4beec6ed",
"vfModuleModelCustomizationUUID": "67a5ece2-db67-4231-b239-ac7d577a0996",
"isBase": true,
"artifacts": [
"4972f1ba-b397-4c9c-a088-e52958f35b02",
"6abbb472-b232-4540-a918-c60b0cf71586"
],
"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-05-30T04:08:37.244Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1e534f88B41d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:05b85d77-c6bb-4886-80a3-367f4beec6ed
VfModuleModelInvariantUUID:d2f0d23c-23fa-4d84-828b-f0237d0036d9
VfModuleModelDescription:NULL
Artifacts UUID List:{
4972f1ba-b397-4c9c-a088-e52958f35b02
,
6abbb472-b232-4540-a918-c60b0cf71586
}
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-05-30T04:08:37.244Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4972f1ba-b397-4c9c-a088-e52958f35b02 from URL: /sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.yaml
2022-05-30T04:08:37.244Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-30T04:08:37.244Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.yaml
2022-05-30T04:08:37.339Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-30T04:08:37.340Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.yaml 4972f1ba-b397-4c9c-a088-e52958f35b02 20368
2022-05-30T04:08:37.340Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-30T04:08:37.340Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.yaml
2022-05-30T04:08:37.340Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T04:08:37.341Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:08:37.343Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:08:37.343Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883717340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-30T04:08:37.443Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T04:08:37.444Z||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-05-30T04:08:37.444Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:08:37.460Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:08:37.461Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-30T04:08:38.343Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6abbb472-b232-4540-a918-c60b0cf71586 from URL: /sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.env
2022-05-30T04:08:38.344Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-30T04:08:38.344Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.env
2022-05-30T04:08:38.525Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-30T04:08:38.526Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.env 6abbb472-b232-4540-a918-c60b0cf71586 2098
2022-05-30T04:08:38.526Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-30T04:08:38.527Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.env
2022-05-30T04:08:38.527Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T04:08:38.527Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T04:08:38.530Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T04:08:38.530Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f6d12018-9568-4f35-96a7-b462b5ea9252",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653883718526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530040652/1.0/resourceInstances/vfw1e534f88b41d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-30T04:08:38.630Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T04:08:38.631Z||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-05-30T04:08:38.631Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Yjhiu5d2ZxmJTQjU) ...
2022-05-30T04:08:38.646Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T04:08:38.646Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-30T04:08:39.531Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 4991ec59-73b1-4d86-a6de-9fcfda40a906
2022-05-30T04:08:39.532Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1e534f88-b41d 0 5451487c-2cf9-4c73-b148-0ecac05c9340 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-05-30T04:08:39.549Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@627031dc, org.onap.sdc.toscaparser.api.parameters.Input@4b2bd1da, org.onap.sdc.toscaparser.api.parameters.Input@67c467f8, org.onap.sdc.toscaparser.api.parameters.Input@6924e4ca, org.onap.sdc.toscaparser.api.parameters.Input@ab9d6e3]
2022-05-30T04:08:39.550Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:08:39.551Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-06-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T04:08:39.551Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-05-30T04:08:39.551Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= bf6c30de-e8f6-401b-b399-e8c0dc20174b
2022-05-30T04:08:39.551Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bf6c30de-e8f6-401b-b399-e8c0dc20174b matches Tosca VF Customization UUID: bf6c30de-e8f6-401b-b399-e8c0dc20174b
2022-05-30T04:08:39.551Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: bf6c30de-e8f6-401b-b399-e8c0dc20174b 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-05-30T04:08:39.554Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:08:39.555Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-06-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T04:08:39.555Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id bf6c30de-e8f6-401b-b399-e8c0dc20174b: {\"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-05-30T04:08:39.556Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@157a91c9
2022-05-30T04:08:39.556Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:08:39.556Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 04-06-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-30T04:08:39.556Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 67a5ece2-db67-4231-b239-ac7d577a0996
2022-05-30T04:08:39.556Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 67a5ece2-db67-4231-b239-ac7d577a0996
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-05-30T04:08:39.559Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:08:39.559Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e534f88-b41d 0 is matching search criteria
2022-05-30T04:08:39.559Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e534f88-b41d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T04:08:39.560Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:08:39.560Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e534f88-b41d 0 is matching search criteria
2022-05-30T04:08:39.560Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e534f88-b41d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T04:08:39.560Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:08:39.560Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e534f88-b41d 0 is not matching search criteria
2022-05-30T04:08:39.561Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-30T04:08:39.561Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-30T04:08:39.561Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-30T04:08:39.561Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-30T04:08:39.561Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-30T04:08:39.561Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-30T04:08:39.561Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-30T04:08:39.562Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-30T04:08:39.562Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-30T04:08:39.562Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-30T04:08:39.562Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T04:08:39.562Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cbefbb66-7dba-426a-ba84-f9a8adeab245
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-05-30T04:08:39.566Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T04:08:39.567Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e534f88-b41d 0 is matching search criteria
2022-05-30T04:08:39.567Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e534f88-b41d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T04:08:39.567Z|f6d12018-9568-4f35-96a7-b462b5ea9252|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery