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-04-15T03:20:28.364Z||main|||||INFO|500||The following profiles are active: basic
2022-04-15T03:20:39.885Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-15T03:20:39.885Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-15T03:20:40.001Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-15T03:20:44.593Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-15T03:20:45.063Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-15T03:20:45.615Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-15T03:20:45.631Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-15T03:20:45.795Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-15T03:20:46.032Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-15T03:20:46.655Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-15T03:20:48.683Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-15T03:20:51.307Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-15T03:20:51.380Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-15T03:20:52.049Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-15T03:20:52.218Z||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-04-15T03:20:53.599Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-15T03:20:54.657Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-04-15T03:20:54.682Z||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$$36dd570f.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-04-15T03:20:54.683Z||main|||||WARN|500||The sdc end point is not alive
2022-04-15T03:20:57.691Z||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-04-15T03:21:00.477Z||main|||||WARN|500||---
2022-04-15T03:21:00.477Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-15T03:21:00.477Z||main|||||WARN|500||---
2022-04-15T03:21:00.868Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-15T03:21:05.966Z||main|||||INFO|500||Started Application in 40.684 seconds (JVM running for 42.646)
2022-04-15T03:21:06.021Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-15T03:21:06.023Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-15T03:21:06.042Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-15T03:21:06.076Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-15T03:21:06.147Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c2e9a9b7-8159-4bb0-a923-cbd5e55f3221 url= /sdc/v1/artifactTypes
2022-04-15T03:21:06.148Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-15T03:21:06.556Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-15T03:21:06.594Z||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-04-15T03:21:06.618Z||scheduling-1|||||DEBUG|500||create keys
2022-04-15T03:21:06.627Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-15T03:21:06.668Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:21:06.702Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a591105a-1132-4b74-8ab4-67c10c558f5b url= /sdc/v1/registerForDistribution
2022-04-15T03:21:06.818Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= a591105a-1132-4b74-8ab4-67c10c558f5b url= /sdc/v1/registerForDistribution
2022-04-15T03:21:06.820Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-15T03:21:06.850Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:21:06.852Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:21:06.871Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-15T03:21:06.876Z||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-04-15T03:21:06.877Z||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-04-15T03:21:06.877Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:21:06.877Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:21:17.203Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:21:17.204Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:22:06.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:22:06.839Z||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-04-15T03:22:06.839Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:22:06.841Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:22:06.842Z||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-04-15T03:22:06.843Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:22:16.402Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:22:16.403Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:23:06.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:23:06.839Z||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-04-15T03:23:06.839Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:23:06.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:23:06.843Z||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-04-15T03:23:06.843Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:23:16.393Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:23:16.394Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:24:06.837Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:24:06.839Z||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-04-15T03:24:06.840Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:24:06.842Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:24:06.843Z||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-04-15T03:24:06.844Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:24:16.408Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:24:16.409Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:25:06.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:25:06.839Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-15T03:25:06.839Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ...
2022-04-15T03:25:06.841Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:25:06.842Z||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-04-15T03:25:06.842Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:25:16.405Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:25:16.405Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:26:06.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:26:06.838Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-15T03:26:06.839Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ...
2022-04-15T03:26:06.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:26:06.842Z||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-04-15T03:26:06.842Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:26:16.391Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:26:16.393Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:27:06.838Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:27:06.842Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:27:06.843Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-15T03:27:06.843Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ...
2022-04-15T03:27:06.843Z||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-04-15T03:27:06.845Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:27:16.395Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:27:16.396Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:28:06.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:28:06.839Z||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-04-15T03:28:06.840Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:28:06.841Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:28:06.845Z||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-04-15T03:28:06.845Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:28:16.395Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:28:16.395Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:29:06.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:29:06.838Z||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-04-15T03:29:06.839Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:29:06.842Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:29:06.842Z||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-04-15T03:29:06.843Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:29:16.396Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:29:16.398Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:30:06.838Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:30:06.840Z||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-04-15T03:30:06.840Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:30:06.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:30:06.842Z||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-04-15T03:30:06.842Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:30:16.387Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:30:16.391Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:31:06.838Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:31:06.839Z||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-04-15T03:31:06.840Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:31:06.842Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:31:06.843Z||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-04-15T03:31:06.843Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:31:16.394Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:31:16.394Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:31:19.548Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-15T03:32:06.838Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:32:06.839Z||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-04-15T03:32:06.839Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:32:06.841Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:32:06.842Z||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-04-15T03:32:06.842Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:32:16.385Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:32:16.389Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:33:06.838Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:33:06.839Z||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-04-15T03:33:06.840Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:33:06.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:33:06.843Z||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-04-15T03:33:06.843Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:33:16.392Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:33:16.392Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:34:06.838Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:34:06.840Z||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-04-15T03:34:06.840Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:34:06.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:34:06.843Z||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-04-15T03:34:06.843Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:34:16.396Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:34:16.397Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:35:06.838Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:35:06.839Z||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-04-15T03:35:06.840Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:35:06.846Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:35:06.847Z||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-04-15T03:35:06.847Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:35:16.399Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:35:16.407Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:36:06.837Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:36:06.838Z||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-04-15T03:36:06.839Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:36:06.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:36:06.842Z||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-04-15T03:36:06.842Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:36:16.394Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:36:16.394Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:37:06.837Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:37:06.839Z||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-04-15T03:37:06.839Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:37:06.842Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:37:06.842Z||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-04-15T03:37:06.842Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:37:16.395Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:37:16.395Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:38:06.837Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:38:06.839Z||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-04-15T03:38:06.839Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:38:06.842Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:38:06.844Z||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-04-15T03:38:06.844Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:38:16.399Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:38:16.401Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:39:06.838Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:39:06.839Z||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-04-15T03:39:06.840Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:39:06.841Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:39:06.842Z||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-04-15T03:39:06.843Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:39:16.388Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:39:16.388Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:40:06.838Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:40:06.841Z||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-04-15T03:40:06.842Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:40:06.842Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:40:06.843Z||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-04-15T03:40:06.843Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:40:16.402Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:40:16.402Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:41:06.838Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:41:06.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:41:06.842Z||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-04-15T03:41:06.843Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:41:06.842Z||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-04-15T03:41:06.843Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:41:16.401Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:41:16.407Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:42:06.837Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:42:06.839Z||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-04-15T03:42:06.839Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:42:06.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:42:06.843Z||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-04-15T03:42:06.843Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:42:16.402Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:42:16.403Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:43:06.837Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:43:06.838Z||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-04-15T03:43:06.839Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:43:06.841Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:43:06.842Z||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-04-15T03:43:06.842Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:43:16.391Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:43:16.395Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:44:06.837Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:44:06.838Z||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-04-15T03:44:06.839Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:44:06.842Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:44:06.842Z||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-04-15T03:44:06.843Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:44:16.383Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:44:16.390Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:45:06.837Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:45:06.838Z||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-04-15T03:45:06.839Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:45:06.842Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:45:06.842Z||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-04-15T03:45:06.843Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:45:16.389Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:45:16.390Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:46:06.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:46:06.840Z||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-04-15T03:46:06.840Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:46:06.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:46:06.842Z||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-04-15T03:46:06.842Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:46:16.386Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:46:16.389Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:47:06.838Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:47:06.840Z||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-04-15T03:47:06.840Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:47:06.841Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:47:06.842Z||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-04-15T03:47:06.842Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:47:16.434Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:47:16.475Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:48:06.838Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:48:06.840Z||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-04-15T03:48:06.840Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:48:06.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:48:06.842Z||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-04-15T03:48:06.843Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:48:16.390Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:48:16.390Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:49:06.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:49:06.838Z||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-04-15T03:49:06.839Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:49:06.841Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:49:06.842Z||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-04-15T03:49:06.842Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:49:16.383Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:49:16.385Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:50:06.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:50:06.838Z||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-04-15T03:50:06.838Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:50:06.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:50:06.842Z||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-04-15T03:50:06.842Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:50:16.391Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:50:16.394Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:51:06.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:51:06.838Z||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-04-15T03:51:06.838Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:51:06.842Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:51:06.842Z||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-04-15T03:51:06.843Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:51:16.385Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:51:16.392Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:52:06.838Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:52:06.839Z||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-04-15T03:52:06.840Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:52:06.842Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:52:06.843Z||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-04-15T03:52:06.843Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:52:16.403Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:52:16.405Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:53:06.837Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:53:06.838Z||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-04-15T03:53:06.838Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:53:06.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:53:06.844Z||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-04-15T03:53:06.844Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:53:16.390Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:53:16.391Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:54:06.838Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:54:06.839Z||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-04-15T03:54:06.840Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:54:06.842Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:54:06.843Z||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-04-15T03:54:06.843Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:54:16.396Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:54:16.396Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:55:06.838Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:55:06.841Z||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-04-15T03:55:06.841Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:55:06.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:55:06.842Z||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-04-15T03:55:06.843Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:55:16.393Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:55:16.395Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:55:40.007Z||http-nio-8085-exec-6|||||INFO|500||Error parsing HTTP request header
Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-15T03:56:06.838Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:56:06.839Z||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-04-15T03:56:06.839Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:56:06.842Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:56:06.843Z||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-04-15T03:56:06.843Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:56:16.388Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:56:16.388Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:57:06.837Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:57:06.838Z||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-04-15T03:57:06.838Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:57:06.842Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:57:06.842Z||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-04-15T03:57:06.843Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:57:16.387Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:57:16.387Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:58:06.837Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:58:06.838Z||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-04-15T03:58:06.838Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:58:06.841Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:58:06.842Z||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-04-15T03:58:06.842Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:58:16.390Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:58:16.390Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:59:06.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:59:06.838Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-15T03:59:06.839Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ...
2022-04-15T03:59:06.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T03:59:06.842Z||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-04-15T03:59:06.842Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T03:59:16.393Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T03:59:16.393Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:00:06.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T04:00:06.838Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-15T04:00:06.839Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:00:06.841Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T04:00:06.843Z||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-04-15T04:00:06.843Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T04:00:16.404Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:00:16.407Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:01:06.838Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T04:01:06.839Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-15T04:01:06.839Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:01:06.841Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T04:01:06.842Z||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-04-15T04:01:06.842Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T04:01:16.392Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:01:16.393Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:02:06.838Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T04:02:06.840Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-15T04:02:06.841Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:02:06.842Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T04:02:06.843Z||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-04-15T04:02:06.843Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T04:02:16.395Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:02:16.395Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:03:06.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T04:03:06.839Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-15T04:03:06.840Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:03:06.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T04:03:06.843Z||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-04-15T04:03:06.843Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T04:03:07.455Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:03:07.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.464Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "clamp",
"timestamp": 1649995363126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.481Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:03:07.483Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"b4945e46-e6ab-43bd-81b9-5a6edf22005e","serviceName":"vFW 2022-04-15 04-00-22","serviceVersion":"1.0","serviceUUID":"8d0f5d58-6264-4852-888e-b6ad91dbe975","serviceDescription":"catalog service description","serviceInvariantUUID":"7f3ccd76-c5bf-4e2a-b6d4-616b8ab8e6ac","resources":[{"resourceInstanceName":"vFW 19835446-e999 0","resourceName":"vFW 19835446-e999","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1ddf9927-f5d5-41f2-8d56-1602008a446d","resourceInvariantUUID":"35526368-7269-422d-825b-7c083ae8e320","resourceCustomizationUUID":"53145558-22a7-42d6-b780-735469fd4983","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vf-license-model.xml","artifactChecksum":"N2Q2Y2Q5MjhkNjM4NjA5MWYxZDg5MmUzMzgwMDc1MjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"817065e3-a4f9-43e4-ae1f-0b76dbbe049b","artifactVersion":"1"},{"artifactName":"vfw19835446e9990_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json","artifactChecksum":"OTgzMWMwMjBhNDJiMTMwZWZmZTE2YWRlZjBmMTQ0Mjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"05fe550c-834b-4e94-8c72-7b907a737423","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"121fb761-5627-40a5-a247-1d808d1dc29c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vendor-license-model.xml","artifactChecksum":"NjIxNzBlMGJhMTUzMjAwZTBlYzZhZmFkMTU5ZjFkNjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8e9d05a4-2a0b-4bc4-814c-db051cb66c1b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0b8c9a92-a562-4e6a-9497-b117fac09eb3","artifactVersion":"2","generatedFromUUID":"121fb761-5627-40a5-a247-1d808d1dc29c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220415040022-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-template.yml","artifactChecksum":"YTk3NjZhN2QwYzBkOTg1YTFmM2UyZTBjOWJkNzQyM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b6b8b012-7ecb-4b11-9c6e-8eb9cde4e824","artifactVersion":"1"},{"artifactName":"service-Vfw20220415040022-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar","artifactChecksum":"YzI0OWQxN2QwNWFhM2MxMGY4MDIwNjU3OWI5MThhYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6ef6a8e7-b64b-49b0-83b8-38b067359338","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-15T04:03:07.499Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-15T04:03:07.499Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "cds",
"timestamp": 1649995358998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.500Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "aai-ml",
"timestamp": 1649995358828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.500Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "clamp",
"timestamp": 1649995363126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json",
"status": "NOTIFIED"
}
2022-04-15T04:03:07.501Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.501Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "cds",
"timestamp": 1649995358998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.501Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.501Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "aai-ml",
"timestamp": 1649995358828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.502Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "clamp",
"timestamp": 1649995363126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.502Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "cds",
"timestamp": 1649995358998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.503Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "aai-ml",
"timestamp": 1649995358828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.503Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "policy-id",
"timestamp": 1649995367614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "clamp",
"timestamp": 1649995363126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "cds",
"timestamp": 1649995358998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "aai-ml",
"timestamp": 1649995358828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "policy-id",
"timestamp": 1649995367614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "clamp",
"timestamp": 1649995363126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "cds",
"timestamp": 1649995358998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "aai-ml",
"timestamp": 1649995358828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "policy-id",
"timestamp": 1649995367614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-15T04:03:07.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "clamp",
"timestamp": 1649995363126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "cds",
"timestamp": 1649995358998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "aai-ml",
"timestamp": 1649995358828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.510Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "policy-id",
"timestamp": 1649995367614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.511Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.511Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.511Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "clamp",
"timestamp": 1649995363126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar",
"status": "NOTIFIED"
}
2022-04-15T04:03:07.511Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.511Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.511Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "cds",
"timestamp": 1649995358998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar",
"status": "NOTIFIED"
}
2022-04-15T04:03:07.511Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "aai-ml",
"timestamp": 1649995358828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar",
"status": "NOTIFIED"
}
2022-04-15T04:03:07.512Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "dcae-sch",
"timestamp": 1649995370933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.512Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "policy-id",
"timestamp": 1649995367614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.513Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "ves-openapi-manager",
"timestamp": 1649995371992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.513Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "dcae-sch",
"timestamp": 1649995370933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.514Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "cds",
"timestamp": 1649995373517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-15T04:03:07.514Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:03:07.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "aai-ml",
"timestamp": 1649995372866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-15T04:03:07.515Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:03:07.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.515Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:03:07.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "policy-id",
"timestamp": 1649995367614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "ves-openapi-manager",
"timestamp": 1649995371992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "dcae-sch",
"timestamp": 1649995370933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "cds",
"timestamp": 1649995374539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-04-15T04:03:07.530Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:03:07.530Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995386837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-15T04:03:07.630Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-15T04:03:07.635Z||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-04-15T04:03:07.636Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
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-04-15T04:03:07.654Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:03:07.655Z||pool-3-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-15T04:03:07.716Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b4945e46-e6ab-43bd-81b9-5a6edf22005e
2022-04-15T04:03:07.740Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4945e46-e6ab-43bd-81b9-5a6edf22005e 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-04-15T04:03:07.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "policy-id",
"timestamp": 1649995367614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar",
"status": "NOTIFIED"
}
2022-04-15T04:03:07.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "ves-openapi-manager",
"timestamp": 1649995371992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "dcae-sch",
"timestamp": 1649995370933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649995374959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.765Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "policy-id",
"timestamp": 1649995375703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-15T04:03:07.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:03:07.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "ves-openapi-manager",
"timestamp": 1649995371992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.766Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "cds",
"timestamp": 1649995375546,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.766Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "dcae-sch",
"timestamp": 1649995370933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.767Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649995374959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json",
"status": "NOTIFIED"
}
2022-04-15T04:03:07.767Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "policy-id",
"timestamp": 1649995376711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-15T04:03:07.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:03:07.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "ves-openapi-manager",
"timestamp": 1649995371992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.768Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "cds",
"timestamp": 1649995375546,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.769Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "dcae-sch",
"timestamp": 1649995370933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.769Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.770Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649995374959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-15T04:03:07.770Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.770Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "policy-id",
"timestamp": 1649995377717,
"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-04-15T04:03:07.784Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b4945e46-e6ab-43bd-81b9-5a6edf22005e
2022-04-15T04:03:07.784Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4945e46-e6ab-43bd-81b9-5a6edf22005e 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-04-15T04:03:07.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "ves-openapi-manager",
"timestamp": 1649995371992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.790Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "cds",
"timestamp": 1649995375546,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.791Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.791Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649995376733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.791Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.791Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "dcae-sch",
"timestamp": 1649995370933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.791Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649995374959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.792Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "ves-openapi-manager",
"timestamp": 1649995371992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.792Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "cds",
"timestamp": 1649995375546,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.793Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649995376733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.793Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "dcae-sch",
"timestamp": 1649995370933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.794Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649995374959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-15T04:03:07.794Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "ves-openapi-manager",
"timestamp": 1649995371992,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "cds",
"timestamp": 1649995375546,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649995376733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "clamp",
"timestamp": 1649995379975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-15T04:03:07.796Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:03:07.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "dcae-sch",
"timestamp": 1649995370933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649995374959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "ves-openapi-manager",
"timestamp": 1649995371992,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "cds",
"timestamp": 1649995375546,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649995376733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.798Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.799Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.799Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "dcae-sch",
"timestamp": 1649995370933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.799Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.799Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.799Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649995374959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar",
"status": "NOTIFIED"
}
2022-04-15T04:03:07.800Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "ves-openapi-manager",
"timestamp": 1649995371992,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.800Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "cds",
"timestamp": 1649995375546,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar",
"status": "NOTIFIED"
}
2022-04-15T04:03:07.800Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649995376733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.801Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "clamp",
"timestamp": 1649995381991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-15T04:03:07.801Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:03:07.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "dcae-sch",
"timestamp": 1649995370933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649995382899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-15T04:03:07.802Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:03:07.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "ves-openapi-manager",
"timestamp": 1649995371992,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.803Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649995376733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.803Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "clamp",
"timestamp": 1649995382998,
"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-04-15T04:03:07.806Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b4945e46-e6ab-43bd-81b9-5a6edf22005e
2022-04-15T04:03:07.806Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4945e46-e6ab-43bd-81b9-5a6edf22005e 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-04-15T04:03:07.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "dcae-sch",
"timestamp": 1649995370933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.813Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "cds",
"timestamp": 1649995383608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-15T04:03:07.814Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:03:07.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "ves-openapi-manager",
"timestamp": 1649995371992,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.814Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649995376733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar",
"status": "NOTIFIED"
}
2022-04-15T04:03:07.815Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649995384231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-15T04:03:07.815Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:03:07.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "dcae-sch",
"timestamp": 1649995370933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.815Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.816Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.816Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "cds",
"timestamp": 1649995384620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-15T04:03:07.822Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e1d215b9-02f0-45fb-a5dc-79f5b8082ee4
2022-04-15T04:03:07.823Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1d215b9-02f0-45fb-a5dc-79f5b8082ee4 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-04-15T04:03:07.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "ves-openapi-manager",
"timestamp": 1649995371992,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "dcae-sch",
"timestamp": 1649995370933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649995385445,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-15T04:03:07.830Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:03:07.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649995384894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-15T04:03:07.830Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:03:07.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "ves-openapi-manager",
"timestamp": 1649995371992,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:07.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:03:07.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:03:07.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649995386508,
"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-04-15T04:03:07.833Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b4945e46-e6ab-43bd-81b9-5a6edf22005e
2022-04-15T04:03:07.833Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4945e46-e6ab-43bd-81b9-5a6edf22005e 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-04-15T04:03:08.538Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-15T04:03:08.539Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:03:08.541Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:03:08.541Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995386837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json",
"status": "NOTIFIED"
}
2022-04-15T04:03:08.641Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-15T04:03:08.642Z||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-04-15T04:03:08.642Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:03:08.657Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:03:08.657Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-15T04:03:09.542Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-15T04:03:09.543Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:03:09.545Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:03:09.545Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995386837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-15T04:03:09.645Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-15T04:03:09.646Z||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-04-15T04:03:09.646Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:03:09.659Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:03:09.660Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-15T04:03:10.546Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-15T04:03:10.547Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:03:10.550Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:03:10.550Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995386837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:10.650Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-15T04:03:10.651Z||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-04-15T04:03:10.651Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:03:10.665Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:03:10.666Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-15T04:03:11.550Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-15T04:03:11.552Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:03:11.555Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:03:11.555Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995386837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-15T04:03:11.655Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-15T04:03:11.656Z||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-04-15T04:03:11.656Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:03:11.669Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:03:11.670Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-15T04:03:12.555Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-15T04:03:12.556Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:03:12.559Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:03:12.559Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995386837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:03:12.659Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-15T04:03:12.660Z||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-04-15T04:03:12.660Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:03:12.674Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:03:12.675Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-15T04:03:13.559Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-15T04:03:13.560Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:03:13.563Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:03:13.563Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995386837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar",
"status": "NOTIFIED"
}
2022-04-15T04:03:13.663Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-15T04:03:13.664Z||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-04-15T04:03:13.664Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:03:13.677Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:03:13.678Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-15T04:03:14.565Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"serviceName": "vFW 2022-04-15 04-00-22",
"serviceVersion": "1.0",
"serviceUUID": "8d0f5d58-6264-4852-888e-b6ad91dbe975",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "7f3ccd76-c5bf-4e2a-b6d4-616b8ab8e6ac",
"resources": [
{
"resourceInstanceName": "vFW 19835446-e999 0",
"resourceCustomizationUUID": "53145558-22a7-42d6-b780-735469fd4983",
"resourceName": "vFW 19835446-e999",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "1ddf9927-f5d5-41f2-8d56-1602008a446d",
"resourceInvariantUUID": "35526368-7269-422d-825b-7c083ae8e320",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw19835446e9990_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json",
"artifactChecksum": "OTgzMWMwMjBhNDJiMTMwZWZmZTE2YWRlZjBmMTQ0Mjk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "05fe550c-834b-4e94-8c72-7b907a737423",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "121fb761-5627-40a5-a247-1d808d1dc29c",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0b8c9a92-a562-4e6a-9497-b117fac09eb3",
"generatedFromUUID": "121fb761-5627-40a5-a247-1d808d1dc29c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0b8c9a92-a562-4e6a-9497-b117fac09eb3",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220415040022-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar",
"artifactChecksum": "YzI0OWQxN2QwNWFhM2MxMGY4MDIwNjU3OWI5MThhYjU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6ef6a8e7-b64b-49b0-83b8-38b067359338"
}
],
"workloadContext": "Production"
}
2022-04-15T04:03:14.566Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-15T04:03:14.567Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8d0f5d58-6264-4852-888e-b6ad91dbe975 ASDC
2022-04-15T04:03:14.693Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:b4945e46-e6ab-43bd-81b9-5a6edf22005e
ServiceName:vFW 2022-04-15 04-00-22
ServiceVersion:1.0
ServiceUUID:8d0f5d58-6264-4852-888e-b6ad91dbe975
ServiceInvariantUUID:7f3ccd76-c5bf-4e2a-b6d4-616b8ab8e6ac
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220415040022-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar
ArtifactUUID:6ef6a8e7-b64b-49b0-83b8-38b067359338
ArtifactChecksum:YzI0OWQxN2QwNWFhM2MxMGY4MDIwNjU3OWI5MThhYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 19835446-e999 0
ResourceCustomizationUUID:53145558-22a7-42d6-b780-735469fd4983
ResourceInvariantUUID:35526368-7269-422d-825b-7c083ae8e320
ResourceName:vFW 19835446-e999
ResourceType:VF
ResourceUUID:1ddf9927-f5d5-41f2-8d56-1602008a446d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw19835446e9990_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json
ArtifactUUID:05fe550c-834b-4e94-8c72-7b907a737423
ArtifactChecksum:OTgzMWMwMjBhNDJiMTMwZWZmZTE2YWRlZjBmMTQ0Mjk=
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/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml
ArtifactUUID:121fb761-5627-40a5-a247-1d808d1dc29c
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/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env
ArtifactUUID:0b8c9a92-a562-4e6a-9497-b117fac09eb3
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/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env
ArtifactUUID:0b8c9a92-a562-4e6a-9497-b117fac09eb3
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-15T04:03:14.693Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8d0f5d58-6264-4852-888e-b6ad91dbe975 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-04-15T04:03:14.741Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-15T04:03:14.742Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-15T04:03:14.744Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-15T04:03:14.744Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6ef6a8e7-b64b-49b0-83b8-38b067359338 from URL: /sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar
2022-04-15T04:03:14.744Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-15T04:03:14.746Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar
2022-04-15T04:03:15.280Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-15T04:03:15.300Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar 6ef6a8e7-b64b-49b0-83b8-38b067359338 98949
2022-04-15T04:03:15.301Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar ASDC sendASDCNotification
2022-04-15T04:03:15.301Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar
2022-04-15T04:03:15.302Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-15T04:03:15.303Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:03:15.306Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:03:15.306Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995395300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-15T04:03:15.406Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-15T04:03:15.407Z||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-04-15T04:03:15.407Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:03:15.421Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:03:15.422Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-15T04:03:16.306Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-15T04:03:16.310Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-15T04:03:16.310Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 6ef6a8e7-b64b-49b0-83b8-38b067359338, URL: /sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar to file: /app/ASDC/1/service-Vfw20220415040022-csar.csar
2022-04-15T04:03:16.311Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220415040022-csar.csar
2022-04-15T04:03:16.398Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220415040022-csar.csar
2022-04-15T04:03:16.398Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220415040022-csar.csar
2022-04-15T04:03:17.227Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11781242972271058945/Definitions/service-Vfw20220415040022-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-04-15T04:03:20.163Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-15T04:03:20.169Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-15T04:03:20.169Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220415040022-csar.csar
2022-04-15T04:03:20.169Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-15T04:03:20.169Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||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-Vfw20220415040022-csar.csar
2022-04-15T04:03:20.169Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||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-Vfw20220415040022-csar.csar
2022-04-15T04:03:20.169Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||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-Vfw20220415040022-csar.csar
2022-04-15T04:03:20.170Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 19835446-e999 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-Vfw20220415040022-csar.csar
2022-04-15T04:03:20.170Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220415040022-csar.csar
2022-04-15T04:03:20.170Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220415040022-csar.csar
2022-04-15T04:03:20.170Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||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-Vfw20220415040022-csar.csar
2022-04-15T04:03:20.170Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||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-Vfw20220415040022-csar.csar
2022-04-15T04:03:20.170Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||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-Vfw20220415040022-csar.csar
2022-04-15T04:03:20.170Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220415040022-csar.csar
2022-04-15T04:03:20.171Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||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-Vfw20220415040022-csar.csar
2022-04-15T04:03:20.171Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220415040022-csar.csar
2022-04-15T04:03:20.171Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||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-Vfw20220415040022-csar.csar
2022-04-15T04:03:20.171Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-15T04:03:20.179Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:03:20.181Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-00-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-15T04:03:20.185Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vFW 19835446-e999 0 is matching search criteria
2022-04-15T04:03:20.186Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-15T04:03:20.188Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 19835446-e999 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-15T04:03:20.190Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:03:20.190Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-00-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-15T04:03:20.190Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vFW 19835446-e999 0 is matching search criteria
2022-04-15T04:03:20.190Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-15T04:03:20.191Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 19835446-e999 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-15T04:03:20.191Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:03:20.191Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-00-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-15T04:03:20.195Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:03:20.195Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vFW 19835446-e999 0 is not matching search criteria
2022-04-15T04:03:20.195Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-15T04:03:20.196Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-15T04:03:20.196Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-15T04:03:20.196Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-15T04:03:20.196Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-15T04:03:20.196Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-15T04:03:20.196Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-15T04:03:20.197Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-15T04:03:20.197Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-15T04:03:20.197Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-15T04:03:20.197Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-15T04:03:20.197Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-15T04:03:20.197Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-15T04:03:20.198Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-15T04:03:20.198Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-15T04:03:20.198Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-15T04:03:20.198Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:03:20.199Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-00-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-15T04:03:20.200Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:03:20.200Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vFW 19835446-e999 0 is matching search criteria
2022-04-15T04:03:20.200Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 19835446-e999 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-15T04:03:20.201Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:03:20.201Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vFW 19835446-e999 0 is matching search criteria
2022-04-15T04:03:20.201Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 19835446-e999 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-15T04:03:20.201Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:03:20.201Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vFW 19835446-e999 0 is matching search criteria
2022-04-15T04:03:20.201Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 19835446-e999 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-15T04:03:20.202Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:03:20.202Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vFW 19835446-e999 0 is not matching search criteria
2022-04-15T04:03:20.202Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-15T04:03:20.202Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-15T04:03:20.203Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-15T04:03:20.203Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-15T04:03:20.203Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-15T04:03:20.203Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-15T04:03:20.203Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-15T04:03:20.203Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-15T04:03:20.204Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-15T04:03:20.204Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-15T04:03:20.204Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-15T04:03:20.204Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6db703c3-7873-4594-919d-f6d0e10963b3
2022-04-15T04:03:20.205Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:03:20.205Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vFW 19835446-e999 0 is not matching search criteria
2022-04-15T04:03:20.205Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-15T04:03:20.205Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-15T04:03:20.205Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-15T04:03:20.205Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-15T04:03:20.206Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-15T04:03:20.206Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-15T04:03:20.206Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-15T04:03:20.206Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-15T04:03:20.206Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-15T04:03:20.207Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-15T04:03:20.207Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-15T04:03:20.207Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-15T04:03:20.207Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b4f73929-993e-46c9-970d-5be465759bb7
2022-04-15T04:03:20.207Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:03:20.207Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vFW 19835446-e999 0 is not matching search criteria
2022-04-15T04:03:20.208Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-15T04:03:20.208Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-15T04:03:20.208Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-15T04:03:20.208Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-15T04:03:20.208Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-15T04:03:20.209Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-15T04:03:20.209Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-15T04:03:20.209Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-15T04:03:20.209Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-15T04:03:20.210Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-15T04:03:20.210Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-15T04:03:20.210Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-15T04:03:20.210Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c5ceb01b-b6f2-4803-a9eb-66415eb31953
2022-04-15T04:03:20.210Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:03:20.211Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-00-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-15T04:03:20.211Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:03:20.211Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-00-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-15T04:03:20.211Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:03:20.211Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-00-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-15T04:03:20.212Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:03:20.212Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-00-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-15T04:03:20.212Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-15 04-00-22
Description:catalog service description
Model UUID:8d0f5d58-6264-4852-888e-b6ad91dbe975
Model Version:NULL
Model InvariantUuid:7f3ccd76-c5bf-4e2a-b6d4-616b8ab8e6ac
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 19835446-e999
Model UUID:95c2f857-d440-4536-bc1d-2866bc476324
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:35526368-7269-422d-825b-7c083ae8e320
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:53145558-22a7-42d6-b780-735469fd4983
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:31901527-f931-4ebc-b720-18f229cdc42b
ModelName:Vfw19835446E999..base_vfw..module-0
ModelUuid:da358e75-7a4b-43d1-a377-ee2b4760b11d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6db703c3-7873-4594-919d-f6d0e10963b3
ModelInvariantUuid:f4af0b57-b784-4a80-802c-8aaec150a4c0
ModelName:vFW 19835446-e999-nodes.vfwCvfc
ModelUuid:58ac2b6f-26fb-471b-9367-00696f490bc5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:fa7b9fd9-30fc-4acb-bfdf-cd66c283d46a
ModelInvariantUuid:c707c73a-c062-4d5c-a53e-3cdb1fde5478
ModelName:Vfw19835446E999.compute.nodes.heat.vfw
ModelUuid:eb0b1ec4-22a2-46e5-9925-97275b0aee1a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b4f73929-993e-46c9-970d-5be465759bb7
ModelInvariantUuid:29a37885-253e-4bd7-95d6-c165841a9c97
ModelName:vFW 19835446-e999-nodes.vsnCvfc
ModelUuid:a2b92f8b-519b-4931-b21b-dd669039f3d9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:0f43ba95-8a5a-419d-b44f-10c2bff7bf8e
ModelInvariantUuid:f9371182-0e23-4cd6-b17f-2870cb0f812c
ModelName:Vfw19835446E999.compute.nodes.heat.vsn
ModelUuid:29fe0bb4-8551-4222-882f-406cf48ba8f7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c5ceb01b-b6f2-4803-a9eb-66415eb31953
ModelInvariantUuid:bc1a1f75-87c5-43dc-90a6-28ce8f93c59e
ModelName:vFW 19835446-e999-nodes.vpgCvfc
ModelUuid:9bf689e0-477f-498c-ba42-13c18fc8990d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:beee011d-a284-4f8e-80e7-e4594c08c5d8
ModelInvariantUuid:a43a6465-e815-4e12-aa94-52e919557b78
ModelName:Vfw19835446E999.compute.nodes.heat.vpg
ModelUuid:59627f41-840d-4126-bd34-3f81b38b54a7
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-04-15T04:03:20.225Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 1ddf9927-f5d5-41f2-8d56-1602008a446d
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-04-15T04:03:20.328Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||vFW 19835446-e999 0
2022-04-15T04:03:20.335Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1ddf9927-f5d5-41f2-8d56-1602008a446d
2022-04-15T04:03:20.335Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 05fe550c-834b-4e94-8c72-7b907a737423 from URL: /sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json
2022-04-15T04:03:20.336Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-15T04:03:20.336Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json
2022-04-15T04:03:20.778Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-15T04:03:20.779Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json 05fe550c-834b-4e94-8c72-7b907a737423 785
2022-04-15T04:03:20.779Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json ASDC sendASDCNotification
2022-04-15T04:03:20.779Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json
2022-04-15T04:03:20.779Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-15T04:03:20.780Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:03:20.782Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:03:20.782Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995400779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-15T04:03:20.883Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-15T04:03:20.884Z||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-04-15T04:03:20.884Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:03:20.898Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:03:20.899Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-15T04:03:21.784Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw19835446E999..base_vfw..module-0",
"vfModuleModelInvariantUUID": "31901527-f931-4ebc-b720-18f229cdc42b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "da358e75-7a4b-43d1-a377-ee2b4760b11d",
"vfModuleModelCustomizationUUID": "1e02fe6b-1800-4a65-b204-cf065cbfa68a",
"isBase": true,
"artifacts": [
"121fb761-5627-40a5-a247-1d808d1dc29c",
"0b8c9a92-a562-4e6a-9497-b117fac09eb3"
],
"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-04-15T04:03:21.799Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw19835446E999..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:da358e75-7a4b-43d1-a377-ee2b4760b11d
VfModuleModelInvariantUUID:31901527-f931-4ebc-b720-18f229cdc42b
VfModuleModelDescription:NULL
Artifacts UUID List:{
121fb761-5627-40a5-a247-1d808d1dc29c
,
0b8c9a92-a562-4e6a-9497-b117fac09eb3
}
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-04-15T04:03:21.802Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw19835446E999..base_vfw..module-0",
"vfModuleModelInvariantUUID": "31901527-f931-4ebc-b720-18f229cdc42b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "da358e75-7a4b-43d1-a377-ee2b4760b11d",
"vfModuleModelCustomizationUUID": "1e02fe6b-1800-4a65-b204-cf065cbfa68a",
"isBase": true,
"artifacts": [
"121fb761-5627-40a5-a247-1d808d1dc29c",
"0b8c9a92-a562-4e6a-9497-b117fac09eb3"
],
"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-04-15T04:03:21.803Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw19835446E999..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:da358e75-7a4b-43d1-a377-ee2b4760b11d
VfModuleModelInvariantUUID:31901527-f931-4ebc-b720-18f229cdc42b
VfModuleModelDescription:NULL
Artifacts UUID List:{
121fb761-5627-40a5-a247-1d808d1dc29c
,
0b8c9a92-a562-4e6a-9497-b117fac09eb3
}
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-04-15T04:03:21.803Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 121fb761-5627-40a5-a247-1d808d1dc29c from URL: /sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml
2022-04-15T04:03:21.803Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-15T04:03:21.803Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml
2022-04-15T04:03:21.949Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-15T04:03:21.950Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml 121fb761-5627-40a5-a247-1d808d1dc29c 20368
2022-04-15T04:03:21.951Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-15T04:03:21.951Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml
2022-04-15T04:03:21.951Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-15T04:03:21.952Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:03:21.953Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:03:21.954Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995401951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-15T04:03:22.054Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-15T04:03:22.054Z||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-04-15T04:03:22.055Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:03:22.066Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:03:22.067Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-15T04:03:22.955Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0b8c9a92-a562-4e6a-9497-b117fac09eb3 from URL: /sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env
2022-04-15T04:03:22.955Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-15T04:03:22.956Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env
2022-04-15T04:03:23.341Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-15T04:03:23.341Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env 0b8c9a92-a562-4e6a-9497-b117fac09eb3 2098
2022-04-15T04:03:23.341Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-15T04:03:23.341Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env
2022-04-15T04:03:23.342Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-15T04:03:23.342Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:03:23.344Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:03:23.345Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995403341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-15T04:03:23.445Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-15T04:03:23.446Z||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-04-15T04:03:23.446Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:03:23.460Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:03:23.461Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-15T04:03:24.345Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 8d0f5d58-6264-4852-888e-b6ad91dbe975
2022-04-15T04:03:24.346Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 19835446-e999 0 1ddf9927-f5d5-41f2-8d56-1602008a446d 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-04-15T04:03:24.407Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@125074b8, org.onap.sdc.toscaparser.api.parameters.Input@689e78f6, org.onap.sdc.toscaparser.api.parameters.Input@270f39d, org.onap.sdc.toscaparser.api.parameters.Input@7295512b, org.onap.sdc.toscaparser.api.parameters.Input@63f11e75]
2022-04-15T04:03:24.411Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:03:24.412Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-00-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-15T04:03:24.412Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-04-15T04:03:24.412Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 53145558-22a7-42d6-b780-735469fd4983
2022-04-15T04:03:24.412Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 53145558-22a7-42d6-b780-735469fd4983 matches Tosca VF Customization UUID: 53145558-22a7-42d6-b780-735469fd4983
2022-04-15T04:03:24.412Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 53145558-22a7-42d6-b780-735469fd4983 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-04-15T04:03:24.419Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:03:24.419Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-00-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-15T04:03:24.420Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 53145558-22a7-42d6-b780-735469fd4983: {\"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-04-15T04:03:24.420Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@531e6ef9
2022-04-15T04:03:24.420Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:03:24.421Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-00-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-15T04:03:24.421Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1e02fe6b-1800-4a65-b204-cf065cbfa68a
2022-04-15T04:03:24.422Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1e02fe6b-1800-4a65-b204-cf065cbfa68a
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-04-15T04:03:24.427Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:03:24.427Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vFW 19835446-e999 0 is matching search criteria
2022-04-15T04:03:24.428Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 19835446-e999 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-15T04:03:24.428Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:03:24.429Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vFW 19835446-e999 0 is matching search criteria
2022-04-15T04:03:24.429Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 19835446-e999 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-15T04:03:24.429Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:03:24.429Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vFW 19835446-e999 0 is not matching search criteria
2022-04-15T04:03:24.429Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-15T04:03:24.430Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-15T04:03:24.430Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-15T04:03:24.431Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-15T04:03:24.431Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-15T04:03:24.431Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-15T04:03:24.431Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-15T04:03:24.431Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-15T04:03:24.432Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-15T04:03:24.432Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-15T04:03:24.432Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-15T04:03:24.432Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6db703c3-7873-4594-919d-f6d0e10963b3
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-04-15T04:03:24.442Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:03:24.442Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vFW 19835446-e999 0 is matching search criteria
2022-04-15T04:03:24.442Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 19835446-e999 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-15T04:03:24.442Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:03:24.442Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vFW 19835446-e999 0 is not matching search criteria
2022-04-15T04:03:24.443Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-15T04:03:24.443Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-15T04:03:24.443Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-15T04:03:24.443Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-15T04:03:24.444Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-15T04:03:24.444Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-15T04:03:24.444Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-15T04:03:24.444Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-15T04:03:24.444Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-15T04:03:24.445Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-15T04:03:24.445Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-15T04:03:24.445Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-15T04:03:24.445Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b4f73929-993e-46c9-970d-5be465759bb7
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-04-15T04:03:24.448Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:03:24.448Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vFW 19835446-e999 0 is matching search criteria
2022-04-15T04:03:24.448Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 19835446-e999 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-15T04:03:24.451Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:03:24.451Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vFW 19835446-e999 0 is not matching search criteria
2022-04-15T04:03:24.451Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-15T04:03:24.451Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-15T04:03:24.452Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-15T04:03:24.458Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-15T04:03:24.458Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-15T04:03:24.459Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-15T04:03:24.459Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-15T04:03:24.459Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-15T04:03:24.460Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-15T04:03:24.460Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-15T04:03:24.460Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-15T04:03:24.461Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-15T04:03:24.461Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c5ceb01b-b6f2-4803-a9eb-66415eb31953
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-04-15T04:03:24.464Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:03:24.464Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vFW 19835446-e999 0 is matching search criteria
2022-04-15T04:03:24.465Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 19835446-e999 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-15T04:03:24.465Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:03:24.465Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Node template vFW 19835446-e999 0 is matching search criteria
2022-04-15T04:03:24.466Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 19835446-e999 0] matching following query criteria: sdcType=VF, customizationUUID=53145558-22a7-42d6-b780-735469fd4983
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-04-15T04:03:24.468Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:03:24.468Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-00-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-15T04:03:24.469Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 8d0f5d58-6264-4852-888e-b6ad91dbe975: vFW 19835446-e999
2022-04-15T04:03:24.469Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:03:24.469Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-00-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-15T04:03:24.470Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:03:24.470Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-00-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-15T04:03:24.471Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:03:24.471Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-00-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-15T04:03:24.472Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:03:24.472Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-00-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-15T04:03:24.472Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:03:24.473Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-00-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-15T04:03:24.473Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-04-15 04-00-22
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-04-15T04:03:24.724Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 19835446-e999 1ddf9927-f5d5-41f2-8d56-1602008a446d 1 ASDC deployResourceStructure
2022-04-15T04:03:24.726Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json ASDC sendASDCNotification
2022-04-15T04:03:24.728Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json
2022-04-15T04:03:24.728Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-15T04:03:24.728Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:03:24.731Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:03:24.731Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995404726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json",
"status": "DEPLOY_OK"
}
2022-04-15T04:03:24.831Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-15T04:03:24.832Z||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-04-15T04:03:24.832Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:03:24.850Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:03:24.851Z||pool-14-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-15T04:03:25.734Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-15T04:03:25.735Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml
2022-04-15T04:03:25.735Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-15T04:03:25.735Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:03:25.739Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:03:25.740Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995405734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-15T04:03:25.840Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-15T04:03:25.842Z||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-04-15T04:03:25.842Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:03:25.854Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:03:25.855Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-15T04:03:26.740Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-15T04:03:26.741Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env
2022-04-15T04:03:26.741Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-15T04:03:26.743Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:03:26.745Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:03:26.745Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995406740,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-15T04:03:26.847Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-15T04:03:26.848Z||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-04-15T04:03:26.848Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:03:26.874Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:03:26.874Z||pool-16-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-15T04:03:27.746Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar ASDC sendASDCNotification
2022-04-15T04:03:27.747Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar
2022-04-15T04:03:27.747Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-15T04:03:27.747Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:03:27.749Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:03:27.749Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995407746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-15T04:03:27.849Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-15T04:03:27.850Z||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-04-15T04:03:27.851Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:03:27.862Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:03:27.863Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-15T04:03:28.750Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4945e46-e6ab-43bd-81b9-5a6edf22005e
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-04-15T04:03:28.766Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4945e46-e6ab-43bd-81b9-5a6edf22005e
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-04-15T04:03:28.769Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-15T04:03:28.769Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-15T04:03:28.769Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-15T04:03:58.770Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4945e46-e6ab-43bd-81b9-5a6edf22005e
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-04-15T04:03:58.780Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4945e46-e6ab-43bd-81b9-5a6edf22005e
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-04-15T04:03:58.782Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-15T04:03:58.783Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-15T04:03:58.783Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-15T04:04:06.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T04:04:06.842Z||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-04-15T04:04:06.843Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T04:04:06.866Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:04:06.867Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:04:06.867Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649995387514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json",
"status": "DEPLOY_OK"
}
2022-04-15T04:04:06.868Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:04:28.783Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4945e46-e6ab-43bd-81b9-5a6edf22005e
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-04-15T04:04:28.792Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4945e46-e6ab-43bd-81b9-5a6edf22005e
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-04-15T04:04:28.794Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-15T04:04:28.794Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-15T04:04:28.795Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-15T04:04:58.795Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4945e46-e6ab-43bd-81b9-5a6edf22005e
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-04-15T04:04:58.806Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4945e46-e6ab-43bd-81b9-5a6edf22005e
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-04-15T04:04:58.810Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-15T04:04:58.810Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-15T04:04:58.811Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-15T04:05:06.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T04:05:06.843Z||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-04-15T04:05:06.843Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T04:05:06.869Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:05:06.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:05:06.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995386837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:05:06.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:05:28.811Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4945e46-e6ab-43bd-81b9-5a6edf22005e
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-04-15T04:05:28.820Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4945e46-e6ab-43bd-81b9-5a6edf22005e
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-04-15T04:05:28.823Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-15T04:05:28.823Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-15T04:05:28.824Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-15T04:05:58.824Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4945e46-e6ab-43bd-81b9-5a6edf22005e
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-04-15T04:05:58.832Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4945e46-e6ab-43bd-81b9-5a6edf22005e
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-04-15T04:05:58.834Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-15T04:05:58.834Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-15T04:05:58.835Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-15T04:06:06.845Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T04:06:06.846Z||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-04-15T04:06:06.846Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T04:06:06.937Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:06:06.939Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.939Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "aai-ml",
"timestamp": 1649995387860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-15T04:06:06.940Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:06:06.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "policy-id",
"timestamp": 1649995387614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:06:06.941Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649995374959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:06:06.941Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995386837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json",
"status": "NOTIFIED"
}
2022-04-15T04:06:06.942Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "aai-ml",
"timestamp": 1649995388867,
"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-04-15T04:06:06.947Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b4945e46-e6ab-43bd-81b9-5a6edf22005e
2022-04-15T04:06:06.947Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4945e46-e6ab-43bd-81b9-5a6edf22005e 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-04-15T04:06:06.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "policy-id",
"timestamp": 1649995387614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:06:06.955Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649995374959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json",
"status": "NOTIFIED"
}
2022-04-15T04:06:06.955Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995386837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-15T04:06:06.956Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "policy-id",
"timestamp": 1649995387614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-15T04:06:06.956Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649995374959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-15T04:06:06.957Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.957Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995386837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:06:06.957Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.957Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "aai-ml",
"timestamp": 1649995389872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:06:06.957Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.958Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649995390580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-15T04:06:06.958Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:06:06.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.958Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "policy-id",
"timestamp": 1649995387614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:06:06.958Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649995374959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:06:06.959Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995386837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-15T04:06:06.959Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "aai-ml",
"timestamp": 1649995389872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:06:06.960Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.960Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649995391591,
"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-04-15T04:06:06.962Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b4945e46-e6ab-43bd-81b9-5a6edf22005e
2022-04-15T04:06:06.962Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4945e46-e6ab-43bd-81b9-5a6edf22005e 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-04-15T04:06:06.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "policy-id",
"timestamp": 1649995387614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:06:06.967Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649995374959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-15T04:06:06.968Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995386837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:06:06.968Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "aai-ml",
"timestamp": 1649995389872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:06:06.969Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649995376733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:06:06.969Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "policy-id",
"timestamp": 1649995387614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:06:06.969Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.970Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649995374959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:06:06.970Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.970Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995386837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar",
"status": "NOTIFIED"
}
2022-04-15T04:06:06.970Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.971Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "clamp",
"timestamp": 1649995393126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:06:06.971Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.971Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.971Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "aai-ml",
"timestamp": 1649995389872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:06:06.971Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.971Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.971Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649995376733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:06:06.972Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.972Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "policy-id",
"timestamp": 1649995387614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar",
"status": "NOTIFIED"
}
2022-04-15T04:06:06.972Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.972Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649995374959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar",
"status": "NOTIFIED"
}
2022-04-15T04:06:06.973Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "clamp",
"timestamp": 1649995393126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json",
"status": "NOTIFIED"
}
2022-04-15T04:06:06.973Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "aai-ml",
"timestamp": 1649995389872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:06:06.974Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649995376733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:06:06.974Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995395300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-15T04:06:06.975Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:06:06.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "policy-id",
"timestamp": 1649995395431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-15T04:06:06.975Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:06:06.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649995395685,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-15T04:06:06.975Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:06:06.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "clamp",
"timestamp": 1649995393126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:06:06.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "aai-ml",
"timestamp": 1649995389872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:06:06.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649995376733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:06:06.977Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "policy-id",
"timestamp": 1649995396435,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-15T04:06:06.977Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:06:06.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "clamp",
"timestamp": 1649995393126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:06:06.977Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649995396868,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-15T04:06:06.978Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:06:06.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "aai-ml",
"timestamp": 1649995389872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar",
"status": "NOTIFIED"
}
2022-04-15T04:06:06.978Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649995376733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:06:06.979Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.979Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "policy-id",
"timestamp": 1649995397438,
"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-04-15T04:06:06.983Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1d215b9-02f0-45fb-a5dc-79f5b8082ee4
2022-04-15T04:06:06.983Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1d215b9-02f0-45fb-a5dc-79f5b8082ee4 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-04-15T04:06:06.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "clamp",
"timestamp": 1649995393126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:06:06.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "aai-ml",
"timestamp": 1649995397684,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-15T04:06:06.989Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:06:06.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649995376733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:06:06.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649995398267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-15T04:06:06.990Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:06:06.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "clamp",
"timestamp": 1649995393126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:06:06.990Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649995376733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar",
"status": "NOTIFIED"
}
2022-04-15T04:06:06.991Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649995399289,
"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-04-15T04:06:06.993Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1d215b9-02f0-45fb-a5dc-79f5b8082ee4
2022-04-15T04:06:06.994Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1d215b9-02f0-45fb-a5dc-79f5b8082ee4 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-04-15T04:06:06.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "clamp",
"timestamp": 1649995393126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar",
"status": "NOTIFIED"
}
2022-04-15T04:06:06.997Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:06:06.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649995400293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-15T04:06:06.997Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:06:06.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649995399926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-15T04:06:06.998Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:06:06.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995400779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-15T04:06:06.998Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:06:06.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995401951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-15T04:06:06.999Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:06:06.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649995402305,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-15T04:06:06.999Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:06:06.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:06.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995403341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-15T04:06:07.000Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:06:07.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:07.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649995403309,
"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-04-15T04:06:07.002Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e1d215b9-02f0-45fb-a5dc-79f5b8082ee4
2022-04-15T04:06:07.002Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1d215b9-02f0-45fb-a5dc-79f5b8082ee4 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-04-15T04:06:07.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:07.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995404726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/vfw19835446e9990_modules.json",
"status": "DEPLOY_OK"
}
2022-04-15T04:06:07.008Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:06:07.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:07.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "clamp",
"timestamp": 1649995404972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-15T04:06:07.009Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:06:07.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:07.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995405734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-15T04:06:07.009Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:06:07.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:07.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "aai-ml",
"timestamp": 1649995406231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-15T04:06:07.009Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:06:07.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:07.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995406740,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/resourceInstances/vfw19835446e9990/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-15T04:06:07.010Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:06:07.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:07.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "clamp",
"timestamp": 1649995406981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-15T04:06:07.010Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:06:07.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:07.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "aai-ml",
"timestamp": 1649995407237,
"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-04-15T04:06:07.013Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e1d215b9-02f0-45fb-a5dc-79f5b8082ee4
2022-04-15T04:06:07.013Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1d215b9-02f0-45fb-a5dc-79f5b8082ee4 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-04-15T04:06:07.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:07.018Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995407746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040022/1.0/artifacts/service-Vfw20220415040022-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-15T04:06:07.018Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:06:07.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:06:07.018Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "clamp",
"timestamp": 1649995407985,
"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-04-15T04:06:07.020Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e1d215b9-02f0-45fb-a5dc-79f5b8082ee4
2022-04-15T04:06:07.020Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1d215b9-02f0-45fb-a5dc-79f5b8082ee4 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-04-15T04:06:28.835Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4945e46-e6ab-43bd-81b9-5a6edf22005e
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-04-15T04:06:28.844Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4945e46-e6ab-43bd-81b9-5a6edf22005e
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-04-15T04:06:28.846Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-15T04:06:28.846Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-15T04:06:28.846Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-15T04:06:28.846Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-15T04:06:28.847Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-15T04:06:28.847Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-15T04:06:28.847Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-15T04:06:28.847Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-15T04:06:28.847Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-15T04:06:28.847Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-15T04:06:28.847Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||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-04-15T04:06:28.850Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-15T04:06:58.850Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b4945e46-e6ab-43bd-81b9-5a6edf22005e 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-04-15T04:06:58.861Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b4945e46-e6ab-43bd-81b9-5a6edf22005e and serviceModelVersionId: 8d0f5d58-6264-4852-888e-b6ad91dbe975
2022-04-15T04:06:58.861Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f3ccd76-c5bf-4e2a-b6d4-616b8ab8e6ac
2022-04-15T04:07:06.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T04:07:06.843Z||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-04-15T04:07:06.843Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T04:07:06.872Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:07:06.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-15T04:07:06.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649995556732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:07:06.874Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-15T04:07:13.653Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f3ccd76-c5bf-4e2a-b6d4-616b8ab8e6ac/model-vers/model-ver/8d0f5d58-6264-4852-888e-b6ad91dbe975?depth=0
2022-04-15T04:07:13.776Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-04-15T04:07:14.319Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f3ccd76-c5bf-4e2a-b6d4-616b8ab8e6ac/model-vers/model-ver/8d0f5d58-6264-4852-888e-b6ad91dbe975?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-04-15T04:07:14.324Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f3ccd76-c5bf-4e2a-b6d4-616b8ab8e6ac/model-vers/model-ver/8d0f5d58-6264-4852-888e-b6ad91dbe975?depth=0|INFO|500||Invoke
2022-04-15T04:07:14.446Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f3ccd76-c5bf-4e2a-b6d4-616b8ab8e6ac/model-vers/model-ver/8d0f5d58-6264-4852-888e-b6ad91dbe975?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-15T04:07:15.222Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f3ccd76-c5bf-4e2a-b6d4-616b8ab8e6ac/model-vers/model-ver/8d0f5d58-6264-4852-888e-b6ad91dbe975?depth=0|INFO|500||InvokeReturn
2022-04-15T04:07:15.223Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f3ccd76-c5bf-4e2a-b6d4-616b8ab8e6ac/model-vers/model-ver/8d0f5d58-6264-4852-888e-b6ad91dbe975?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220415-04:07:14:494-93793], vertex-id=[167944], Content-Length=[0], Date=[Fri, 15 Apr 2022 04:07:14 GMT], Content-Type=[application/json]}
2022-04-15T04:07:15.224Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-04-15T04:07:15.227Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-15T04:07:15.228Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||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-04-15T04:07:15.234Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||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-04-15T04:07:15.236Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b4945e46-e6ab-43bd-81b9-5a6edf22005e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-15T04:07:15.237Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-15T04:07:15.238Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:07:15.241Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:07:15.241Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b4945e46-e6ab-43bd-81b9-5a6edf22005e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995635236,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-15T04:07:15.341Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-15T04:07:15.342Z||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-04-15T04:07:15.342Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:07:15.355Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:07:15.356Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 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-04-15T04:07:16.252Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-15T04:07:16.252Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"e1d215b9-02f0-45fb-a5dc-79f5b8082ee4","serviceName":"basic_onboard_PylMPx","serviceVersion":"1.0","serviceUUID":"7c3e9638-6d36-40da-a902-60d42e259446","serviceDescription":"service","serviceInvariantUUID":"112bcde2-157e-4034-a09d-24bd3813249f","resources":[{"resourceInstanceName":"basic_onboard_PylMPx 0","resourceName":"basic_onboard_PylMPx","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"04137f4d-754a-4af5-a475-cbd5890039db","resourceInvariantUUID":"fee80d51-7dc0-470f-ab4f-eaba870b94ad","resourceCustomizationUUID":"7273207e-7a90-452d-94d9-02ed67b21219","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vf-license-model.xml","artifactChecksum":"MDgxMzU5Mjk5YzI2NTEyOTE5OTJhNjJjZmI0YjIxZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"28fdb910-7e16-4848-9300-0cf653bc4af5","artifactVersion":"1"},{"artifactName":"basic_onboard_pylmpx0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json","artifactChecksum":"ODQ2M2FiODBkZjIzZmQzMTFmOTg0MzQ2N2E3NDNkOGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4c03a4ec-b543-4088-a122-c104cdc424fb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a7fd10bb-8a3e-4c5e-b822-5560792ba79a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fc09aee3-7cc9-4d6b-bb18-0e7c39442623","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d293230d-13ce-4773-a399-2d9fed05a223","artifactVersion":"2","generatedFromUUID":"a7fd10bb-8a3e-4c5e-b822-5560792ba79a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPylmpx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-template.yml","artifactChecksum":"YWUyYzUxZWMyNTU5NzhlODUxNWFkMjkzYTkwYjIyYzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7dbef1ac-6626-4dd6-8cdc-b827f76a78ef","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPylmpx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar","artifactChecksum":"ODFmM2VlMTE2M2E2NmQ1NzI1MDdjODYwODgwMGIxYWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d67f36cb-f76a-4bfb-8b2a-49563e965695","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-15T04:07:16.254Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-15T04:07:16.254Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:07:16.256Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:07:16.257Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995386837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:07:16.357Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-15T04:07:16.358Z||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-04-15T04:07:16.358Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:07:16.371Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:07:16.371Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-15T04:07:17.257Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-15T04:07:17.259Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:07:17.261Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:07:17.261Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995386837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json",
"status": "NOTIFIED"
}
2022-04-15T04:07:17.361Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-15T04:07:17.362Z||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-04-15T04:07:17.362Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:07:17.374Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:07:17.383Z||pool-20-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-15T04:07:18.262Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-15T04:07:18.264Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:07:18.268Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:07:18.268Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995386837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-15T04:07:18.370Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-15T04:07:18.372Z||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-04-15T04:07:18.372Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:07:18.389Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:07:18.391Z||pool-21-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-15T04:07:19.269Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-15T04:07:19.271Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:07:19.274Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:07:19.274Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995386837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:07:19.379Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-04-15T04:07:19.380Z||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-04-15T04:07:19.380Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:07:19.395Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:07:19.396Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-15T04:07:20.275Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-15T04:07:20.276Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:07:20.278Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:07:20.279Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995386837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-15T04:07:20.381Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-15T04:07:20.382Z||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-04-15T04:07:20.382Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:07:20.398Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:07:20.398Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-15T04:07:21.280Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-15T04:07:21.282Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:07:21.286Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:07:21.286Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995386837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:07:21.384Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-15T04:07:21.385Z||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-04-15T04:07:21.386Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:07:21.397Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:07:21.398Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-15T04:07:22.287Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-15T04:07:22.288Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:07:22.290Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:07:22.290Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995386837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar",
"status": "NOTIFIED"
}
2022-04-15T04:07:22.390Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-15T04:07:22.391Z||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-04-15T04:07:22.391Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:07:22.406Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:07:22.407Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-15T04:07:23.291Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"serviceName": "basic_onboard_PylMPx",
"serviceVersion": "1.0",
"serviceUUID": "7c3e9638-6d36-40da-a902-60d42e259446",
"serviceDescription": "service",
"serviceInvariantUUID": "112bcde2-157e-4034-a09d-24bd3813249f",
"resources": [
{
"resourceInstanceName": "basic_onboard_PylMPx 0",
"resourceCustomizationUUID": "7273207e-7a90-452d-94d9-02ed67b21219",
"resourceName": "basic_onboard_PylMPx",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "04137f4d-754a-4af5-a475-cbd5890039db",
"resourceInvariantUUID": "fee80d51-7dc0-470f-ab4f-eaba870b94ad",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_pylmpx0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json",
"artifactChecksum": "ODQ2M2FiODBkZjIzZmQzMTFmOTg0MzQ2N2E3NDNkOGE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4c03a4ec-b543-4088-a122-c104cdc424fb",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a7fd10bb-8a3e-4c5e-b822-5560792ba79a",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d293230d-13ce-4773-a399-2d9fed05a223",
"generatedFromUUID": "a7fd10bb-8a3e-4c5e-b822-5560792ba79a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d293230d-13ce-4773-a399-2d9fed05a223",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardPylmpx-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar",
"artifactChecksum": "ODFmM2VlMTE2M2E2NmQ1NzI1MDdjODYwODgwMGIxYWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d67f36cb-f76a-4bfb-8b2a-49563e965695"
}
],
"workloadContext": "Production"
}
2022-04-15T04:07:23.292Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-15T04:07:23.292Z|b4945e46-e6ab-43bd-81b9-5a6edf22005e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7c3e9638-6d36-40da-a902-60d42e259446 ASDC
2022-04-15T04:07:23.292Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:e1d215b9-02f0-45fb-a5dc-79f5b8082ee4
ServiceName:basic_onboard_PylMPx
ServiceVersion:1.0
ServiceUUID:7c3e9638-6d36-40da-a902-60d42e259446
ServiceInvariantUUID:112bcde2-157e-4034-a09d-24bd3813249f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPylmpx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar
ArtifactUUID:d67f36cb-f76a-4bfb-8b2a-49563e965695
ArtifactChecksum:ODFmM2VlMTE2M2E2NmQ1NzI1MDdjODYwODgwMGIxYWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_PylMPx 0
ResourceCustomizationUUID:7273207e-7a90-452d-94d9-02ed67b21219
ResourceInvariantUUID:fee80d51-7dc0-470f-ab4f-eaba870b94ad
ResourceName:basic_onboard_PylMPx
ResourceType:VF
ResourceUUID:04137f4d-754a-4af5-a475-cbd5890039db
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_pylmpx0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json
ArtifactUUID:4c03a4ec-b543-4088-a122-c104cdc424fb
ArtifactChecksum:ODQ2M2FiODBkZjIzZmQzMTFmOTg0MzQ2N2E3NDNkOGE=
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/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a7fd10bb-8a3e-4c5e-b822-5560792ba79a
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/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env
ArtifactUUID:d293230d-13ce-4773-a399-2d9fed05a223
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/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env
ArtifactUUID:d293230d-13ce-4773-a399-2d9fed05a223
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-15T04:07:23.293Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7c3e9638-6d36-40da-a902-60d42e259446 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-04-15T04:07:23.324Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-15T04:07:23.325Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-15T04:07:23.325Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-15T04:07:23.326Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d67f36cb-f76a-4bfb-8b2a-49563e965695 from URL: /sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar
2022-04-15T04:07:23.326Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-15T04:07:23.326Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar
2022-04-15T04:07:23.946Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-15T04:07:23.951Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar d67f36cb-f76a-4bfb-8b2a-49563e965695 71543
2022-04-15T04:07:23.952Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar ASDC sendASDCNotification
2022-04-15T04:07:23.952Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar
2022-04-15T04:07:23.952Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-15T04:07:23.953Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:07:23.956Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:07:23.956Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995643952,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-15T04:07:24.056Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-15T04:07:24.058Z||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-04-15T04:07:24.058Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:07:24.071Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:07:24.071Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-15T04:07:24.957Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-15T04:07:24.958Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-15T04:07:24.958Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: d67f36cb-f76a-4bfb-8b2a-49563e965695, URL: /sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar to file: /app/ASDC/1/service-BasicOnboardPylmpx-csar.csar
2022-04-15T04:07:24.959Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPylmpx-csar.csar
2022-04-15T04:07:24.959Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPylmpx-csar.csar
2022-04-15T04:07:24.959Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPylmpx-csar.csar
2022-04-15T04:07:25.082Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13131928923815865834/Definitions/service-BasicOnboardPylmpx-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-04-15T04:07:26.255Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-15T04:07:26.255Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-15T04:07:26.256Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPylmpx-csar.csar
2022-04-15T04:07:26.256Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-15T04:07:26.256Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||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-BasicOnboardPylmpx-csar.csar
2022-04-15T04:07:26.256Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||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-BasicOnboardPylmpx-csar.csar
2022-04-15T04:07:26.256Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||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-BasicOnboardPylmpx-csar.csar
2022-04-15T04:07:26.256Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||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-BasicOnboardPylmpx-csar.csar
2022-04-15T04:07:26.256Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardPylmpx-csar.csar
2022-04-15T04:07:26.256Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPylmpx-csar.csar
2022-04-15T04:07:26.256Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||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-BasicOnboardPylmpx-csar.csar
2022-04-15T04:07:26.257Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_PylMPx 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-BasicOnboardPylmpx-csar.csar
2022-04-15T04:07:26.257Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||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-BasicOnboardPylmpx-csar.csar
2022-04-15T04:07:26.257Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-15T04:07:26.257Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:07:26.257Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PylMPx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-15T04:07:26.257Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_PylMPx 0 is matching search criteria
2022-04-15T04:07:26.258Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-15T04:07:26.258Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_PylMPx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-15T04:07:26.258Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:07:26.258Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PylMPx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-15T04:07:26.258Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_PylMPx 0 is matching search criteria
2022-04-15T04:07:26.258Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-15T04:07:26.259Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_PylMPx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-15T04:07:26.259Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:07:26.259Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PylMPx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-15T04:07:26.259Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:07:26.259Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_PylMPx 0 is not matching search criteria
2022-04-15T04:07:26.259Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-15T04:07:26.260Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-15T04:07:26.260Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-15T04:07:26.260Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-15T04:07:26.260Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-15T04:07:26.260Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:07:26.260Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PylMPx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-15T04:07:26.261Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:07:26.261Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_PylMPx 0 is matching search criteria
2022-04-15T04:07:26.261Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_PylMPx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-15T04:07:26.261Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:07:26.261Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_PylMPx 0 is matching search criteria
2022-04-15T04:07:26.261Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_PylMPx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-15T04:07:26.262Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:07:26.262Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_PylMPx 0 is matching search criteria
2022-04-15T04:07:26.262Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_PylMPx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-15T04:07:26.262Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:07:26.262Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_PylMPx 0 is not matching search criteria
2022-04-15T04:07:26.262Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-15T04:07:26.263Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-15T04:07:26.263Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a8015cd0-b686-46cd-8394-22893ae40f8e
2022-04-15T04:07:26.263Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:07:26.263Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PylMPx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-15T04:07:26.263Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:07:26.263Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PylMPx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-15T04:07:26.263Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:07:26.264Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PylMPx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-15T04:07:26.264Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:07:26.264Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PylMPx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-15T04:07:26.264Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_PylMPx
Description:service
Model UUID:7c3e9638-6d36-40da-a902-60d42e259446
Model Version:NULL
Model InvariantUuid:112bcde2-157e-4034-a09d-24bd3813249f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_PylMPx
Model UUID:0cc889cf-5eea-4494-b93c-c8f29a443fd7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fee80d51-7dc0-470f-ab4f-eaba870b94ad
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:7273207e-7a90-452d-94d9-02ed67b21219
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:fee908c8-ceea-4f66-bf31-a6ac80eedab7
ModelName:BasicOnboardPylmpx..base_ubuntu18..module-0
ModelUuid:830bfb2c-d77e-43ca-9f21-929b70f52f4e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a8015cd0-b686-46cd-8394-22893ae40f8e
ModelInvariantUuid:2142bfd2-f591-4403-9516-0409486d2fd0
ModelName:basic_onboard_PylMPx-nodes.ubuntu18Cvfc
ModelUuid:60081806-1286-4aaf-b1a0-f21c522b8a45
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:d02adaab-c40d-4f3a-a914-d5bcf9c950bc
ModelInvariantUuid:be5215bf-ece1-4d03-addb-56a2c38400b0
ModelName:BasicOnboardPylmpx.compute.nodes.heat.ubuntu18
ModelUuid:5b91cbca-58d6-48ce-a16d-8c1ff8a97875
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-04-15T04:07:26.271Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 04137f4d-754a-4af5-a475-cbd5890039db
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-04-15T04:07:26.274Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||basic_onboard_PylMPx 0
2022-04-15T04:07:26.274Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 04137f4d-754a-4af5-a475-cbd5890039db
2022-04-15T04:07:26.274Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4c03a4ec-b543-4088-a122-c104cdc424fb from URL: /sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json
2022-04-15T04:07:26.274Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-15T04:07:26.275Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json
2022-04-15T04:07:26.528Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-15T04:07:26.529Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json 4c03a4ec-b543-4088-a122-c104cdc424fb 798
2022-04-15T04:07:26.529Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json ASDC sendASDCNotification
2022-04-15T04:07:26.529Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json
2022-04-15T04:07:26.530Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-15T04:07:26.530Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:07:26.532Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:07:26.532Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995646529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-15T04:07:26.632Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-15T04:07:26.633Z||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-04-15T04:07:26.633Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:07:26.650Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:07:26.650Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-15T04:07:27.532Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPylmpx..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "fee908c8-ceea-4f66-bf31-a6ac80eedab7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "830bfb2c-d77e-43ca-9f21-929b70f52f4e",
"vfModuleModelCustomizationUUID": "84e6ddcf-d1a5-4ba9-8dd7-b1d0313b63cf",
"isBase": true,
"artifacts": [
"a7fd10bb-8a3e-4c5e-b822-5560792ba79a",
"d293230d-13ce-4773-a399-2d9fed05a223"
],
"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-04-15T04:07:27.537Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPylmpx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:830bfb2c-d77e-43ca-9f21-929b70f52f4e
VfModuleModelInvariantUUID:fee908c8-ceea-4f66-bf31-a6ac80eedab7
VfModuleModelDescription:NULL
Artifacts UUID List:{
a7fd10bb-8a3e-4c5e-b822-5560792ba79a
,
d293230d-13ce-4773-a399-2d9fed05a223
}
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-04-15T04:07:27.539Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPylmpx..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "fee908c8-ceea-4f66-bf31-a6ac80eedab7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "830bfb2c-d77e-43ca-9f21-929b70f52f4e",
"vfModuleModelCustomizationUUID": "84e6ddcf-d1a5-4ba9-8dd7-b1d0313b63cf",
"isBase": true,
"artifacts": [
"a7fd10bb-8a3e-4c5e-b822-5560792ba79a",
"d293230d-13ce-4773-a399-2d9fed05a223"
],
"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-04-15T04:07:27.539Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPylmpx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:830bfb2c-d77e-43ca-9f21-929b70f52f4e
VfModuleModelInvariantUUID:fee908c8-ceea-4f66-bf31-a6ac80eedab7
VfModuleModelDescription:NULL
Artifacts UUID List:{
a7fd10bb-8a3e-4c5e-b822-5560792ba79a
,
d293230d-13ce-4773-a399-2d9fed05a223
}
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-04-15T04:07:27.539Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a7fd10bb-8a3e-4c5e-b822-5560792ba79a from URL: /sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml
2022-04-15T04:07:27.540Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-15T04:07:27.540Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml
2022-04-15T04:07:27.825Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-15T04:07:27.826Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml a7fd10bb-8a3e-4c5e-b822-5560792ba79a 5033
2022-04-15T04:07:27.826Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-15T04:07:27.826Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml
2022-04-15T04:07:27.827Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-15T04:07:27.827Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:07:27.829Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:07:27.829Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995647826,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-15T04:07:27.929Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-15T04:07:27.930Z||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-04-15T04:07:27.931Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:07:27.942Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:07:27.943Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-15T04:07:28.830Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d293230d-13ce-4773-a399-2d9fed05a223 from URL: /sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env
2022-04-15T04:07:28.831Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-15T04:07:28.831Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env
2022-04-15T04:07:29.053Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-15T04:07:29.053Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env d293230d-13ce-4773-a399-2d9fed05a223 909
2022-04-15T04:07:29.053Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-15T04:07:29.054Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env
2022-04-15T04:07:29.054Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-15T04:07:29.054Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:07:29.056Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:07:29.056Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995649053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-15T04:07:29.156Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-15T04:07:29.157Z||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-04-15T04:07:29.158Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:07:29.170Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:07:29.171Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-15T04:07:30.057Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 7c3e9638-6d36-40da-a902-60d42e259446
2022-04-15T04:07:30.057Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_PylMPx 0 04137f4d-754a-4af5-a475-cbd5890039db 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-04-15T04:07:30.074Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4a40c721, org.onap.sdc.toscaparser.api.parameters.Input@4e2810b, org.onap.sdc.toscaparser.api.parameters.Input@68170712, org.onap.sdc.toscaparser.api.parameters.Input@7328f0e8, org.onap.sdc.toscaparser.api.parameters.Input@3f1d5863]
2022-04-15T04:07:30.076Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:07:30.076Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PylMPx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-15T04:07:30.076Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-04-15T04:07:30.076Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 7273207e-7a90-452d-94d9-02ed67b21219
2022-04-15T04:07:30.076Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7273207e-7a90-452d-94d9-02ed67b21219 matches Tosca VF Customization UUID: 7273207e-7a90-452d-94d9-02ed67b21219
2022-04-15T04:07:30.077Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 7273207e-7a90-452d-94d9-02ed67b21219 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-04-15T04:07:30.079Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:07:30.080Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PylMPx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-15T04:07:30.080Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 7273207e-7a90-452d-94d9-02ed67b21219: {\"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-04-15T04:07:30.081Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4b83d180
2022-04-15T04:07:30.081Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:07:30.081Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PylMPx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-15T04:07:30.081Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 84e6ddcf-d1a5-4ba9-8dd7-b1d0313b63cf
2022-04-15T04:07:30.081Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 84e6ddcf-d1a5-4ba9-8dd7-b1d0313b63cf
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-04-15T04:07:30.083Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:07:30.084Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_PylMPx 0 is matching search criteria
2022-04-15T04:07:30.084Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_PylMPx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-15T04:07:30.084Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:07:30.084Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_PylMPx 0 is matching search criteria
2022-04-15T04:07:30.085Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_PylMPx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-15T04:07:30.085Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:07:30.085Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_PylMPx 0 is not matching search criteria
2022-04-15T04:07:30.085Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-15T04:07:30.085Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-15T04:07:30.086Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a8015cd0-b686-46cd-8394-22893ae40f8e
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-04-15T04:07:30.089Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:07:30.089Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_PylMPx 0 is matching search criteria
2022-04-15T04:07:30.089Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_PylMPx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-15T04:07:30.090Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:07:30.090Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_PylMPx 0 is matching search criteria
2022-04-15T04:07:30.090Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_PylMPx 0] matching following query criteria: sdcType=VF, customizationUUID=7273207e-7a90-452d-94d9-02ed67b21219
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-04-15T04:07:30.092Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:07:30.092Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PylMPx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-15T04:07:30.092Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 7c3e9638-6d36-40da-a902-60d42e259446: basic_onboard_PylMPx
2022-04-15T04:07:30.092Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:07:30.092Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PylMPx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-15T04:07:30.093Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:07:30.093Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PylMPx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-15T04:07:30.093Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:07:30.093Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PylMPx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-15T04:07:30.093Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:07:30.094Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PylMPx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-15T04:07:30.094Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:07:30.094Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PylMPx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-15T04:07:30.094Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_PylMPx
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-04-15T04:07:30.172Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_PylMPx 04137f4d-754a-4af5-a475-cbd5890039db 1 ASDC deployResourceStructure
2022-04-15T04:07:30.173Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json ASDC sendASDCNotification
2022-04-15T04:07:30.174Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json
2022-04-15T04:07:30.175Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-15T04:07:30.175Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:07:30.177Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:07:30.178Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995650173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/basic_onboard_pylmpx0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-15T04:07:30.277Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-15T04:07:30.278Z||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-04-15T04:07:30.279Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:07:30.292Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:07:30.292Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-15T04:07:31.178Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-15T04:07:31.179Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml
2022-04-15T04:07:31.180Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-15T04:07:31.180Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:07:31.182Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:07:31.182Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995651178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-15T04:07:31.282Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-15T04:07:31.283Z||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-04-15T04:07:31.283Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:07:31.297Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:07:31.297Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-15T04:07:32.183Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-15T04:07:32.184Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env
2022-04-15T04:07:32.184Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-15T04:07:32.184Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:07:32.187Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:07:32.187Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995652183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/resourceInstances/basic_onboard_pylmpx0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-15T04:07:32.287Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-15T04:07:32.288Z||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-04-15T04:07:32.288Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:07:32.304Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:07:32.305Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-15T04:07:33.188Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar ASDC sendASDCNotification
2022-04-15T04:07:33.189Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar
2022-04-15T04:07:33.189Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-15T04:07:33.189Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:07:33.191Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:07:33.191Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995653188,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPylmpx/1.0/artifacts/service-BasicOnboardPylmpx-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-15T04:07:33.291Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-15T04:07:33.292Z||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-04-15T04:07:33.292Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:07:33.305Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:07:33.305Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-15T04:07:34.192Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1d215b9-02f0-45fb-a5dc-79f5b8082ee4
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-04-15T04:07:34.202Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1d215b9-02f0-45fb-a5dc-79f5b8082ee4
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-04-15T04:07:34.205Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-15T04:07:34.205Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-15T04:07:34.205Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-15T04:07:34.206Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-15T04:07:34.206Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-15T04:07:34.206Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-15T04:07:34.206Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-15T04:07:34.207Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-15T04:07:34.207Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-15T04:07:34.207Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-15T04:07:34.207Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||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-04-15T04:07:34.212Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-15T04:08:04.212Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e1d215b9-02f0-45fb-a5dc-79f5b8082ee4 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-04-15T04:08:04.225Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e1d215b9-02f0-45fb-a5dc-79f5b8082ee4 and serviceModelVersionId: 7c3e9638-6d36-40da-a902-60d42e259446
2022-04-15T04:08:04.225Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 112bcde2-157e-4034-a09d-24bd3813249f
2022-04-15T04:08:04.227Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/112bcde2-157e-4034-a09d-24bd3813249f/model-vers/model-ver/7c3e9638-6d36-40da-a902-60d42e259446?depth=0
2022-04-15T04:08:04.238Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-04-15T04:08:04.309Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/112bcde2-157e-4034-a09d-24bd3813249f/model-vers/model-ver/7c3e9638-6d36-40da-a902-60d42e259446?depth=0|INFO|500||Invoke
2022-04-15T04:08:04.310Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/112bcde2-157e-4034-a09d-24bd3813249f/model-vers/model-ver/7c3e9638-6d36-40da-a902-60d42e259446?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/112bcde2-157e-4034-a09d-24bd3813249f/model-vers/model-ver/7c3e9638-6d36-40da-a902-60d42e259446?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e1d215b9-02f0-45fb-a5dc-79f5b8082ee4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2c46e48b-f0f8-4567-b00f-488ed2d7cbda], X-ECOMP-RequestID=[e1d215b9-02f0-45fb-a5dc-79f5b8082ee4], X-TransactionId=[], X-ONAP-RequestID=[e1d215b9-02f0-45fb-a5dc-79f5b8082ee4], Content-Type=[application/merge-patch+json]}
2022-04-15T04:08:04.342Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/112bcde2-157e-4034-a09d-24bd3813249f/model-vers/model-ver/7c3e9638-6d36-40da-a902-60d42e259446?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-15T04:08:04.527Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/112bcde2-157e-4034-a09d-24bd3813249f/model-vers/model-ver/7c3e9638-6d36-40da-a902-60d42e259446?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/112bcde2-157e-4034-a09d-24bd3813249f/model-vers/model-ver/7c3e9638-6d36-40da-a902-60d42e259446?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220415-04:08:04:389-76272], vertex-id=[188648], Content-Length=[0], Date=[Fri, 15 Apr 2022 04:08:04 GMT], Content-Type=[application/json]}
2022-04-15T04:08:04.528Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/112bcde2-157e-4034-a09d-24bd3813249f/model-vers/model-ver/7c3e9638-6d36-40da-a902-60d42e259446?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-15T04:08:04.528Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/112bcde2-157e-4034-a09d-24bd3813249f/model-vers/model-ver/7c3e9638-6d36-40da-a902-60d42e259446?depth=0|INFO|500||InvokeReturn
2022-04-15T04:08:04.529Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-15T04:08:04.529Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||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-04-15T04:08:04.535Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||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-04-15T04:08:04.536Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e1d215b9-02f0-45fb-a5dc-79f5b8082ee4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-15T04:08:04.536Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-15T04:08:04.537Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:08:04.541Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:08:04.541Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "e1d215b9-02f0-45fb-a5dc-79f5b8082ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995684536,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-15T04:08:04.641Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-15T04:08:04.643Z||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-04-15T04:08:04.643Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:08:04.659Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:08:04.660Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-15T04:08:05.552Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T04:08:05.553Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-15T04:08:05.553Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:08:06.842Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-15T04:08:06.843Z||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-04-15T04:08:06.843Z||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 gShiLqb9PvCBKdIJ) ...
2022-04-15T04:08:06.875Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:08:06.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649995556732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.879Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "policy-id",
"timestamp": 1649995567614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.880Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649995556732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.880Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "policy-id",
"timestamp": 1649995567614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.881Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "cds",
"timestamp": 1649995568998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.881Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "aai-ml",
"timestamp": 1649995568828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.881Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.882Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.882Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649995556732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.882Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.882Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.882Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "policy-id",
"timestamp": 1649995567614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-15T04:08:06.882Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.882Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.883Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "cds",
"timestamp": 1649995568998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.883Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.883Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "aai-ml",
"timestamp": 1649995568828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.883Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.883Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649995556732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.883Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "policy-id",
"timestamp": 1649995567614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.884Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "cds",
"timestamp": 1649995568998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.884Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "aai-ml",
"timestamp": 1649995568828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.885Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649995556732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.885Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "dcae-sch",
"timestamp": 1649995570933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.885Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "policy-id",
"timestamp": 1649995567614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.886Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "cds",
"timestamp": 1649995568998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.886Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "ves-openapi-manager",
"timestamp": 1649995571992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.886Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "aai-ml",
"timestamp": 1649995568828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649995556732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar",
"status": "NOTIFIED"
}
2022-04-15T04:08:06.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "dcae-sch",
"timestamp": 1649995570933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.888Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "policy-id",
"timestamp": 1649995567614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.888Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "cds",
"timestamp": 1649995568998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.888Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "clamp",
"timestamp": 1649995573126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.889Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "ves-openapi-manager",
"timestamp": 1649995571992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.889Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "aai-ml",
"timestamp": 1649995568828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.889Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.890Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "dcae-sch",
"timestamp": 1649995570933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.890Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.890Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.890Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649995573722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-15T04:08:06.890Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:08:06.890Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.890Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "policy-id",
"timestamp": 1649995567614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar",
"status": "NOTIFIED"
}
2022-04-15T04:08:06.890Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.890Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "cds",
"timestamp": 1649995568998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.891Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "clamp",
"timestamp": 1649995573126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json",
"status": "NOTIFIED"
}
2022-04-15T04:08:06.891Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "ves-openapi-manager",
"timestamp": 1649995571992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.891Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "aai-ml",
"timestamp": 1649995568828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.892Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "dcae-sch",
"timestamp": 1649995570933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.892Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "cds",
"timestamp": 1649995568998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar",
"status": "NOTIFIED"
}
2022-04-15T04:08:06.893Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "policy-id",
"timestamp": 1649995575445,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-15T04:08:06.893Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:08:06.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649995574959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.894Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "clamp",
"timestamp": 1649995573126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.894Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "ves-openapi-manager",
"timestamp": 1649995571992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.894Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "aai-ml",
"timestamp": 1649995568828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar",
"status": "NOTIFIED"
}
2022-04-15T04:08:06.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "dcae-sch",
"timestamp": 1649995570933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "policy-id",
"timestamp": 1649995576451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-15T04:08:06.896Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:08:06.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649995574959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json",
"status": "NOTIFIED"
}
2022-04-15T04:08:06.896Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "cds",
"timestamp": 1649995576945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-15T04:08:06.896Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:08:06.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "clamp",
"timestamp": 1649995573126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "ves-openapi-manager",
"timestamp": 1649995571992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "aai-ml",
"timestamp": 1649995576696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-15T04:08:06.897Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:08:06.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "dcae-sch",
"timestamp": 1649995570933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.898Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "policy-id",
"timestamp": 1649995577456,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-15T04:08:06.907Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2d2469c8-af71-4a79-9219-832569b88854
2022-04-15T04:08:06.908Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d2469c8-af71-4a79-9219-832569b88854 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-04-15T04:08:06.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649995577022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-15T04:08:06.914Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:08:06.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649995574959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-15T04:08:06.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "cds",
"timestamp": 1649995577954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-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-04-15T04:08:06.917Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2d2469c8-af71-4a79-9219-832569b88854
2022-04-15T04:08:06.917Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d2469c8-af71-4a79-9219-832569b88854 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-04-15T04:08:06.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "clamp",
"timestamp": 1649995573126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.923Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "ves-openapi-manager",
"timestamp": 1649995571992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "dcae-sch",
"timestamp": 1649995570933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649995578026,
"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-04-15T04:08:06.927Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2d2469c8-af71-4a79-9219-832569b88854
2022-04-15T04:08:06.927Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d2469c8-af71-4a79-9219-832569b88854 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-04-15T04:08:06.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649995574959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "clamp",
"timestamp": 1649995573126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "ves-openapi-manager",
"timestamp": 1649995571992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649995574959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-15T04:08:06.933Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "clamp",
"timestamp": 1649995573126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar",
"status": "NOTIFIED"
}
2022-04-15T04:08:06.933Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649995574959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:06.933Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649995574959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar",
"status": "NOTIFIED"
}
2022-04-15T04:08:06.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-15T04:08:06.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649995582930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-15T04:08:06.934Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:08:06.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649995584237,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-15T04:08:06.935Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:08:06.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649995585443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-15T04:08:06.935Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:08:06.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649995586471,
"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-04-15T04:08:06.938Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2d2469c8-af71-4a79-9219-832569b88854
2022-04-15T04:08:06.938Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d2469c8-af71-4a79-9219-832569b88854 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-04-15T04:08:06.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649995587476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json",
"status": "DEPLOY_OK"
}
2022-04-15T04:08:06.941Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:08:06.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "aai-ml",
"timestamp": 1649995587520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-15T04:08:06.942Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:08:06.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "aai-ml",
"timestamp": 1649995588524,
"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-04-15T04:08:06.944Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2d2469c8-af71-4a79-9219-832569b88854
2022-04-15T04:08:06.945Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d2469c8-af71-4a79-9219-832569b88854 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-04-15T04:08:06.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.949Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "clamp",
"timestamp": 1649995592011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-15T04:08:06.950Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:08:06.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "clamp",
"timestamp": 1649995593039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-15T04:08:06.950Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-15T04:08:06.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-15T04:08:06.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "clamp",
"timestamp": 1649995594043,
"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-04-15T04:08:06.952Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2d2469c8-af71-4a79-9219-832569b88854
2022-04-15T04:08:06.952Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d2469c8-af71-4a79-9219-832569b88854 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-04-15T04:08:09.950Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:08:09.951Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-15T04:08:09.952Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"2d2469c8-af71-4a79-9219-832569b88854","serviceName":"vFW 2022-04-15 04-04-16","serviceVersion":"1.0","serviceUUID":"57e0adf1-9dd4-4175-8978-f88bb294285b","serviceDescription":"catalog service description","serviceInvariantUUID":"3651566f-eedb-48a6-a4ac-26132b35f80d","resources":[{"resourceInstanceName":"vFW b7d4395a-29e0 0","resourceName":"vFW b7d4395a-29e0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a62ab30c-b500-46a6-8224-e1f992ff6f1b","resourceInvariantUUID":"e50edbfe-4bbd-4a9c-80e1-ab35a8b13c70","resourceCustomizationUUID":"5551a90a-6977-4e44-8108-7d6a2650f43e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vf-license-model.xml","artifactChecksum":"YWE2NWM2ODFjZjliZmM2MDU0OGNiMDFjZTMxYzdlODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e302652e-0cca-4dac-b179-dd2831c8b4c9","artifactVersion":"1"},{"artifactName":"vfwb7d4395a29e00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json","artifactChecksum":"ZmJmZjViZTAyY2UzMzI3OTJkNGJlMGEyOTM2ODE3NTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3420ce80-72d0-45c6-8728-64b11c59cf5b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3dea70c1-441f-4e06-9903-8ae901081cf4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vendor-license-model.xml","artifactChecksum":"YTdiMWJjNmViZmI3MzZkOTFjNjY0OTU1ODA5MDRkNjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fe809a90-02f3-4b66-9f78-917b20254e1e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"037da809-acd7-415e-849f-1169196e6fec","artifactVersion":"2","generatedFromUUID":"3dea70c1-441f-4e06-9903-8ae901081cf4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220415040416-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-template.yml","artifactChecksum":"Njg2NTAzMDU3ZTUwZWZiMzA0MjUwZGE0MzY4Yjc2YjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ed24b532-fa1b-4e6c-b2e3-97e6d820ff9f","artifactVersion":"1"},{"artifactName":"service-Vfw20220415040416-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar","artifactChecksum":"NTQ2ZGQzNDA0ZDQ0YmE2NGEzNTZmYjdjYmUwMTVhNmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef4e47f6-fddf-407c-b90e-c41339e1ce88","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-15T04:08:09.955Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-15T04:08:09.956Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:08:09.958Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:08:09.958Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995685552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:10.058Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-15T04:08:10.059Z||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-04-15T04:08:10.060Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:08:10.078Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:08:10.078Z||pool-35-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-15T04:08:10.959Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-15T04:08:10.960Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:08:10.963Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:08:10.963Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995685552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json",
"status": "NOTIFIED"
}
2022-04-15T04:08:11.063Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-15T04:08:11.064Z||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-04-15T04:08:11.064Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:08:11.078Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:08:11.079Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-15T04:08:11.964Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-15T04:08:11.965Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:08:11.967Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:08:11.967Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995685552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-15T04:08:12.068Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-15T04:08:12.069Z||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-04-15T04:08:12.069Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:08:12.081Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:08:12.081Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-15T04:08:12.968Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-15T04:08:12.969Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:08:12.972Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:08:12.972Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995685552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:13.072Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-15T04:08:13.073Z||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-04-15T04:08:13.074Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:08:13.094Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:08:13.094Z||pool-38-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-15T04:08:13.973Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-15T04:08:13.974Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:08:13.988Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:08:13.988Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995685552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-15T04:08:14.078Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-04-15T04:08:14.079Z||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-04-15T04:08:14.079Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:08:14.098Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:08:14.098Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-15T04:08:14.989Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-15T04:08:14.991Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:08:14.994Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:08:14.994Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995685552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-15T04:08:15.094Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-15T04:08:15.095Z||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-04-15T04:08:15.095Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:08:15.107Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:08:15.107Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-15T04:08:15.994Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-15T04:08:15.995Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:08:15.998Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:08:15.998Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995685552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar",
"status": "NOTIFIED"
}
2022-04-15T04:08:16.098Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-15T04:08:16.099Z||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-04-15T04:08:16.099Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:08:16.111Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:08:16.111Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-15T04:08:17.000Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"serviceName": "vFW 2022-04-15 04-04-16",
"serviceVersion": "1.0",
"serviceUUID": "57e0adf1-9dd4-4175-8978-f88bb294285b",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "3651566f-eedb-48a6-a4ac-26132b35f80d",
"resources": [
{
"resourceInstanceName": "vFW b7d4395a-29e0 0",
"resourceCustomizationUUID": "5551a90a-6977-4e44-8108-7d6a2650f43e",
"resourceName": "vFW b7d4395a-29e0",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a62ab30c-b500-46a6-8224-e1f992ff6f1b",
"resourceInvariantUUID": "e50edbfe-4bbd-4a9c-80e1-ab35a8b13c70",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwb7d4395a29e00_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json",
"artifactChecksum": "ZmJmZjViZTAyY2UzMzI3OTJkNGJlMGEyOTM2ODE3NTg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3420ce80-72d0-45c6-8728-64b11c59cf5b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3dea70c1-441f-4e06-9903-8ae901081cf4",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "037da809-acd7-415e-849f-1169196e6fec",
"generatedFromUUID": "3dea70c1-441f-4e06-9903-8ae901081cf4"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "037da809-acd7-415e-849f-1169196e6fec",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220415040416-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar",
"artifactChecksum": "NTQ2ZGQzNDA0ZDQ0YmE2NGEzNTZmYjdjYmUwMTVhNmI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ef4e47f6-fddf-407c-b90e-c41339e1ce88"
}
],
"workloadContext": "Production"
}
2022-04-15T04:08:17.001Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-15T04:08:17.001Z|e1d215b9-02f0-45fb-a5dc-79f5b8082ee4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 57e0adf1-9dd4-4175-8978-f88bb294285b ASDC
2022-04-15T04:08:17.002Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:2d2469c8-af71-4a79-9219-832569b88854
ServiceName:vFW 2022-04-15 04-04-16
ServiceVersion:1.0
ServiceUUID:57e0adf1-9dd4-4175-8978-f88bb294285b
ServiceInvariantUUID:3651566f-eedb-48a6-a4ac-26132b35f80d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220415040416-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar
ArtifactUUID:ef4e47f6-fddf-407c-b90e-c41339e1ce88
ArtifactChecksum:NTQ2ZGQzNDA0ZDQ0YmE2NGEzNTZmYjdjYmUwMTVhNmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b7d4395a-29e0 0
ResourceCustomizationUUID:5551a90a-6977-4e44-8108-7d6a2650f43e
ResourceInvariantUUID:e50edbfe-4bbd-4a9c-80e1-ab35a8b13c70
ResourceName:vFW b7d4395a-29e0
ResourceType:VF
ResourceUUID:a62ab30c-b500-46a6-8224-e1f992ff6f1b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb7d4395a29e00_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json
ArtifactUUID:3420ce80-72d0-45c6-8728-64b11c59cf5b
ArtifactChecksum:ZmJmZjViZTAyY2UzMzI3OTJkNGJlMGEyOTM2ODE3NTg=
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/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml
ArtifactUUID:3dea70c1-441f-4e06-9903-8ae901081cf4
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/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env
ArtifactUUID:037da809-acd7-415e-849f-1169196e6fec
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/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env
ArtifactUUID:037da809-acd7-415e-849f-1169196e6fec
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-15T04:08:17.002Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 57e0adf1-9dd4-4175-8978-f88bb294285b 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-04-15T04:08:17.041Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-15T04:08:17.042Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-15T04:08:17.042Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-15T04:08:17.042Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ef4e47f6-fddf-407c-b90e-c41339e1ce88 from URL: /sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar
2022-04-15T04:08:17.042Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-15T04:08:17.042Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar
2022-04-15T04:08:17.487Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-15T04:08:17.493Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar ef4e47f6-fddf-407c-b90e-c41339e1ce88 98937
2022-04-15T04:08:17.493Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar ASDC sendASDCNotification
2022-04-15T04:08:17.493Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar
2022-04-15T04:08:17.493Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-15T04:08:17.493Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:08:17.496Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:08:17.496Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995697493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-15T04:08:17.596Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-15T04:08:17.597Z||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-04-15T04:08:17.597Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:08:17.609Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:08:17.609Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-15T04:08:18.496Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-15T04:08:18.498Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-15T04:08:18.499Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: ef4e47f6-fddf-407c-b90e-c41339e1ce88, URL: /sdc/v1/catalog/services/Vfw20220415040416/1.0/artifacts/service-Vfw20220415040416-csar.csar to file: /app/ASDC/1/service-Vfw20220415040416-csar.csar
2022-04-15T04:08:18.499Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220415040416-csar.csar
2022-04-15T04:08:18.500Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220415040416-csar.csar
2022-04-15T04:08:18.500Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220415040416-csar.csar
2022-04-15T04:08:18.767Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18017691097265557397/Definitions/service-Vfw20220415040416-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_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
2022-04-15T04:08:21.012Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-15T04:08:21.013Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-15T04:08:21.013Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220415040416-csar.csar
2022-04-15T04:08:21.013Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-15T04:08:21.013Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||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-Vfw20220415040416-csar.csar
2022-04-15T04:08:21.013Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||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-Vfw20220415040416-csar.csar
2022-04-15T04:08:21.014Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||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-Vfw20220415040416-csar.csar
2022-04-15T04:08:21.014Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220415040416-csar.csar
2022-04-15T04:08:21.014Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220415040416-csar.csar
2022-04-15T04:08:21.014Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||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-Vfw20220415040416-csar.csar
2022-04-15T04:08:21.014Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||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-Vfw20220415040416-csar.csar
2022-04-15T04:08:21.014Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||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-Vfw20220415040416-csar.csar
2022-04-15T04:08:21.014Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220415040416-csar.csar
2022-04-15T04:08:21.015Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||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-Vfw20220415040416-csar.csar
2022-04-15T04:08:21.015Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220415040416-csar.csar
2022-04-15T04:08:21.015Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||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-Vfw20220415040416-csar.csar
2022-04-15T04:08:21.015Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b7d4395a-29e0 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-Vfw20220415040416-csar.csar
2022-04-15T04:08:21.015Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-15T04:08:21.015Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:08:21.015Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-04-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-15T04:08:21.016Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vFW b7d4395a-29e0 0 is matching search criteria
2022-04-15T04:08:21.016Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-15T04:08:21.016Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b7d4395a-29e0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-15T04:08:21.016Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:08:21.017Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-04-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-15T04:08:21.017Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vFW b7d4395a-29e0 0 is matching search criteria
2022-04-15T04:08:21.017Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-15T04:08:21.017Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b7d4395a-29e0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-15T04:08:21.017Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:08:21.017Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-04-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-15T04:08:21.018Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:08:21.018Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vFW b7d4395a-29e0 0 is not matching search criteria
2022-04-15T04:08:21.018Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-15T04:08:21.018Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-15T04:08:21.018Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-15T04:08:21.018Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-15T04:08:21.019Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-15T04:08:21.019Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-15T04:08:21.019Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-15T04:08:21.019Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-15T04:08:21.019Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-15T04:08:21.019Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-15T04:08:21.020Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-15T04:08:21.020Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-15T04:08:21.020Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-15T04:08:21.020Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-15T04:08:21.020Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-15T04:08:21.020Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-15T04:08:21.021Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:08:21.021Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-04-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-15T04:08:21.021Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:08:21.021Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vFW b7d4395a-29e0 0 is matching search criteria
2022-04-15T04:08:21.021Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b7d4395a-29e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-15T04:08:21.022Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:08:21.022Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vFW b7d4395a-29e0 0 is matching search criteria
2022-04-15T04:08:21.022Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b7d4395a-29e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-15T04:08:21.022Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:08:21.022Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vFW b7d4395a-29e0 0 is matching search criteria
2022-04-15T04:08:21.023Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b7d4395a-29e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-15T04:08:21.023Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:08:21.023Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vFW b7d4395a-29e0 0 is not matching search criteria
2022-04-15T04:08:21.023Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-15T04:08:21.023Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-15T04:08:21.024Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-15T04:08:21.024Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-15T04:08:21.024Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-15T04:08:21.024Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-15T04:08:21.024Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-15T04:08:21.024Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-15T04:08:21.024Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-15T04:08:21.025Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-15T04:08:21.025Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-15T04:08:21.026Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8a3590f8-3c55-48ce-8687-1cea17e62e25
2022-04-15T04:08:21.026Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:08:21.026Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vFW b7d4395a-29e0 0 is not matching search criteria
2022-04-15T04:08:21.026Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-15T04:08:21.026Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-15T04:08:21.027Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-15T04:08:21.027Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-15T04:08:21.027Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-15T04:08:21.027Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-15T04:08:21.028Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-15T04:08:21.028Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-15T04:08:21.028Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-15T04:08:21.028Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-15T04:08:21.029Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-15T04:08:21.029Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-15T04:08:21.029Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=08751a4e-da19-4aae-a684-883e2f48cfce
2022-04-15T04:08:21.029Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:08:21.030Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vFW b7d4395a-29e0 0 is not matching search criteria
2022-04-15T04:08:21.030Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-15T04:08:21.030Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-15T04:08:21.030Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-15T04:08:21.030Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-15T04:08:21.030Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-15T04:08:21.031Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-15T04:08:21.031Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-15T04:08:21.031Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-15T04:08:21.031Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-15T04:08:21.031Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-15T04:08:21.031Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-15T04:08:21.032Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-15T04:08:21.032Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0126170a-db4a-4f41-89d7-ae8c31066d54
2022-04-15T04:08:21.032Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:08:21.032Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-04-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-15T04:08:21.032Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:08:21.033Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-04-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-15T04:08:21.033Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:08:21.033Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-04-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-15T04:08:21.033Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:08:21.033Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-04-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-15T04:08:21.033Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-15 04-04-16
Description:catalog service description
Model UUID:57e0adf1-9dd4-4175-8978-f88bb294285b
Model Version:NULL
Model InvariantUuid:3651566f-eedb-48a6-a4ac-26132b35f80d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW b7d4395a-29e0
Model UUID:7593e85d-01a0-40ad-804b-7da51e46697d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e50edbfe-4bbd-4a9c-80e1-ab35a8b13c70
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5551a90a-6977-4e44-8108-7d6a2650f43e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:09b2b621-d450-4858-a2a5-896c1a50bef3
ModelName:VfwB7d4395a29e0..base_vfw..module-0
ModelUuid:bc49ddb0-155b-4b51-932d-72b00699e3a8
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:8a3590f8-3c55-48ce-8687-1cea17e62e25
ModelInvariantUuid:14966aac-ba9f-4761-8b6c-9966db185e79
ModelName:vFW b7d4395a-29e0-nodes.vfwCvfc
ModelUuid:0bd81546-d622-434d-a789-037bdaffb222
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:c77acf43-4dd2-4ddd-a166-9d5a5be31743
ModelInvariantUuid:b9319938-5311-4a97-8707-88a77d35dc65
ModelName:VfwB7d4395a29e0.compute.nodes.heat.vfw
ModelUuid:89197a8b-6008-4fd9-80d6-74be53f92be7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:08751a4e-da19-4aae-a684-883e2f48cfce
ModelInvariantUuid:70332518-c7a5-4ccd-9b8e-4b3b61496e22
ModelName:vFW b7d4395a-29e0-nodes.vsnCvfc
ModelUuid:98c198b5-4a21-4ff4-b0ed-ec96f82e19cd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:88a4e31d-db4e-4d10-8071-f20a49074934
ModelInvariantUuid:93280c3a-a873-4864-8b0e-4983733746e1
ModelName:VfwB7d4395a29e0.compute.nodes.heat.vsn
ModelUuid:76645da3-d419-46d5-932a-a31b754c008e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0126170a-db4a-4f41-89d7-ae8c31066d54
ModelInvariantUuid:1645899c-fd1f-4048-940f-eb5a5ddeb2bd
ModelName:vFW b7d4395a-29e0-nodes.vpgCvfc
ModelUuid:f167e40b-0ef4-4e60-aec8-9c5c4bbc881f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:1331976e-9296-4e1d-b451-8c2c0efc15f1
ModelInvariantUuid:c0841dd7-c025-46d4-b477-9a4e982ade52
ModelName:VfwB7d4395a29e0.compute.nodes.heat.vpg
ModelUuid:61abaf2e-fab3-4f8f-b529-47c4fb445def
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-04-15T04:08:21.042Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: a62ab30c-b500-46a6-8224-e1f992ff6f1b
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-04-15T04:08:21.045Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||vFW b7d4395a-29e0 0
2022-04-15T04:08:21.045Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a62ab30c-b500-46a6-8224-e1f992ff6f1b
2022-04-15T04:08:21.045Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3420ce80-72d0-45c6-8728-64b11c59cf5b from URL: /sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json
2022-04-15T04:08:21.045Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-15T04:08:21.045Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json
2022-04-15T04:08:21.333Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-15T04:08:21.334Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json 3420ce80-72d0-45c6-8728-64b11c59cf5b 785
2022-04-15T04:08:21.334Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json ASDC sendASDCNotification
2022-04-15T04:08:21.335Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json
2022-04-15T04:08:21.335Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-15T04:08:21.335Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:08:21.337Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:08:21.337Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995701334,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/vfwb7d4395a29e00_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-15T04:08:21.437Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-15T04:08:21.438Z||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-04-15T04:08:21.438Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:08:21.449Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:08:21.450Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-15T04:08:22.338Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB7d4395a29e0..base_vfw..module-0",
"vfModuleModelInvariantUUID": "09b2b621-d450-4858-a2a5-896c1a50bef3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bc49ddb0-155b-4b51-932d-72b00699e3a8",
"vfModuleModelCustomizationUUID": "f7c2c6cd-ac26-4403-bc98-f1afacfb689a",
"isBase": true,
"artifacts": [
"3dea70c1-441f-4e06-9903-8ae901081cf4",
"037da809-acd7-415e-849f-1169196e6fec"
],
"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-04-15T04:08:22.342Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB7d4395a29e0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bc49ddb0-155b-4b51-932d-72b00699e3a8
VfModuleModelInvariantUUID:09b2b621-d450-4858-a2a5-896c1a50bef3
VfModuleModelDescription:NULL
Artifacts UUID List:{
3dea70c1-441f-4e06-9903-8ae901081cf4
,
037da809-acd7-415e-849f-1169196e6fec
}
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-04-15T04:08:22.344Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB7d4395a29e0..base_vfw..module-0",
"vfModuleModelInvariantUUID": "09b2b621-d450-4858-a2a5-896c1a50bef3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bc49ddb0-155b-4b51-932d-72b00699e3a8",
"vfModuleModelCustomizationUUID": "f7c2c6cd-ac26-4403-bc98-f1afacfb689a",
"isBase": true,
"artifacts": [
"3dea70c1-441f-4e06-9903-8ae901081cf4",
"037da809-acd7-415e-849f-1169196e6fec"
],
"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-04-15T04:08:22.344Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB7d4395a29e0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bc49ddb0-155b-4b51-932d-72b00699e3a8
VfModuleModelInvariantUUID:09b2b621-d450-4858-a2a5-896c1a50bef3
VfModuleModelDescription:NULL
Artifacts UUID List:{
3dea70c1-441f-4e06-9903-8ae901081cf4
,
037da809-acd7-415e-849f-1169196e6fec
}
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-04-15T04:08:22.345Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3dea70c1-441f-4e06-9903-8ae901081cf4 from URL: /sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml
2022-04-15T04:08:22.345Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-15T04:08:22.345Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml
2022-04-15T04:08:22.534Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-15T04:08:22.535Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml 3dea70c1-441f-4e06-9903-8ae901081cf4 20368
2022-04-15T04:08:22.536Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-15T04:08:22.536Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml
2022-04-15T04:08:22.536Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-15T04:08:22.536Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:08:22.538Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:08:22.538Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995702535,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-15T04:08:22.638Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-15T04:08:22.639Z||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-04-15T04:08:22.639Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:08:22.652Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:08:22.653Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-15T04:08:23.539Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 037da809-acd7-415e-849f-1169196e6fec from URL: /sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env
2022-04-15T04:08:23.540Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-15T04:08:23.540Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env
2022-04-15T04:08:23.743Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-15T04:08:23.744Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env 037da809-acd7-415e-849f-1169196e6fec 2098
2022-04-15T04:08:23.744Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-15T04:08:23.744Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env
2022-04-15T04:08:23.744Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-15T04:08:23.744Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-15T04:08:23.746Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-15T04:08:23.746Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2d2469c8-af71-4a79-9219-832569b88854",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649995703744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220415040416/1.0/resourceInstances/vfwb7d4395a29e00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-15T04:08:23.846Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-15T04:08:23.847Z||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-04-15T04:08:23.847Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gShiLqb9PvCBKdIJ) ...
2022-04-15T04:08:23.860Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-15T04:08:23.861Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-15T04:08:24.747Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 57e0adf1-9dd4-4175-8978-f88bb294285b
2022-04-15T04:08:24.747Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b7d4395a-29e0 0 a62ab30c-b500-46a6-8224-e1f992ff6f1b ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-15T04:08:24.764Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6df69001, org.onap.sdc.toscaparser.api.parameters.Input@328fc11f, org.onap.sdc.toscaparser.api.parameters.Input@79635568, org.onap.sdc.toscaparser.api.parameters.Input@6e40274b, org.onap.sdc.toscaparser.api.parameters.Input@376fd41a]
2022-04-15T04:08:24.766Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:08:24.766Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-04-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-15T04:08:24.766Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-04-15T04:08:24.766Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 5551a90a-6977-4e44-8108-7d6a2650f43e
2022-04-15T04:08:24.766Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5551a90a-6977-4e44-8108-7d6a2650f43e matches Tosca VF Customization UUID: 5551a90a-6977-4e44-8108-7d6a2650f43e
2022-04-15T04:08:24.767Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 5551a90a-6977-4e44-8108-7d6a2650f43e 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-04-15T04:08:24.769Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:08:24.769Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-04-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-15T04:08:24.770Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 5551a90a-6977-4e44-8108-7d6a2650f43e: {\"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-04-15T04:08:24.770Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@771aa8ed
2022-04-15T04:08:24.770Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:08:24.770Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-04-15 04-04-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-15T04:08:24.771Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f7c2c6cd-ac26-4403-bc98-f1afacfb689a
2022-04-15T04:08:24.771Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f7c2c6cd-ac26-4403-bc98-f1afacfb689a
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-04-15T04:08:24.773Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:08:24.774Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vFW b7d4395a-29e0 0 is matching search criteria
2022-04-15T04:08:24.774Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b7d4395a-29e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-15T04:08:24.774Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:08:24.774Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vFW b7d4395a-29e0 0 is matching search criteria
2022-04-15T04:08:24.774Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b7d4395a-29e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-15T04:08:24.775Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:08:24.775Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vFW b7d4395a-29e0 0 is not matching search criteria
2022-04-15T04:08:24.775Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-15T04:08:24.775Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-15T04:08:24.775Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-15T04:08:24.776Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-15T04:08:24.776Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-15T04:08:24.776Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-15T04:08:24.776Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-15T04:08:24.776Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-15T04:08:24.776Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-15T04:08:24.777Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-15T04:08:24.777Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-15T04:08:24.777Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8a3590f8-3c55-48ce-8687-1cea17e62e25
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-04-15T04:08:24.779Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-15T04:08:24.779Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Node template vFW b7d4395a-29e0 0 is matching search criteria
2022-04-15T04:08:24.779Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b7d4395a-29e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-15T04:08:24.780Z|2d2469c8-af71-4a79-9219-832569b88854|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery