By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-05-01T05:25:30.317Z||main|||||INFO|500||The following profiles are active: basic
2022-05-01T05:25:41.952Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-01T05:25:41.952Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-01T05:25:42.062Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-01T05:25:46.176Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-01T05:25:46.593Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-01T05:25:47.073Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-01T05:25:47.081Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-01T05:25:47.187Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-01T05:25:47.406Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-01T05:25:48.008Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-01T05:25:49.853Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-01T05:25:52.414Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-01T05:25:52.479Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-01T05:25:53.118Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-01T05:25:53.458Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-05-01T05:25:54.723Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-01T05:25:55.885Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-05-01T05:25:55.907Z||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$$461afd56.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-05-01T05:25:55.909Z||main|||||WARN|500||The sdc end point is not alive
2022-05-01T05:25:59.117Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-05-01T05:26:02.246Z||main|||||WARN|500||---
2022-05-01T05:26:02.246Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-01T05:26:02.246Z||main|||||WARN|500||---
2022-05-01T05:26:02.719Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-01T05:26:08.553Z||main|||||INFO|500||Started Application in 41.54 seconds (JVM running for 44.002)
2022-05-01T05:26:08.587Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-01T05:26:08.594Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-01T05:26:08.622Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-01T05:26:08.648Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-01T05:26:08.693Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 81d72783-6d36-4345-bb7c-146d7c8c28e4 url= /sdc/v1/artifactTypes
2022-05-01T05:26:08.694Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-01T05:26:08.971Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-01T05:26:08.997Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-05-01T05:26:09.021Z||scheduling-1|||||DEBUG|500||create keys
2022-05-01T05:26:09.029Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-01T05:26:09.055Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:26:09.073Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e16d71fd-747f-4dab-b16b-4fa66a5d41fa url= /sdc/v1/registerForDistribution
2022-05-01T05:26:09.260Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e16d71fd-747f-4dab-b16b-4fa66a5d41fa url= /sdc/v1/registerForDistribution
2022-05-01T05:26:09.260Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-01T05:26:09.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:26:09.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:26:09.283Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-01T05:26:09.317Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:26:09.317Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:26:09.318Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:26:09.318Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:26:19.626Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:26:19.628Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:27:09.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:27:09.268Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:27:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:27:09.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:27:09.271Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:27:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:27:18.823Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:27:18.823Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:28:09.268Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:28:09.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:28:09.271Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:28:09.271Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:28:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:28:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:28:18.834Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:28:18.836Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:29:09.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:29:09.269Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:29:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:29:09.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:29:09.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:29:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:29:18.819Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:29:18.820Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:30:09.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:30:09.269Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:30:09.269Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as P0u68h6u1TAu1V6R) ...
2022-05-01T05:30:09.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:30:09.271Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:30:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:30:18.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:30:18.816Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:31:09.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:31:09.269Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:31:09.269Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as P0u68h6u1TAu1V6R) ...
2022-05-01T05:31:09.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:31:09.270Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:31:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:31:18.844Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:31:18.844Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:32:09.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:32:09.269Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:32:09.269Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as P0u68h6u1TAu1V6R) ...
2022-05-01T05:32:09.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:32:09.271Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:32:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:32:18.819Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:32:18.819Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:33:09.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:33:09.269Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:33:09.269Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as P0u68h6u1TAu1V6R) ...
2022-05-01T05:33:09.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:33:09.271Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:33:09.272Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:33:18.828Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:33:18.828Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:34:09.268Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:34:09.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:34:09.272Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:34:09.272Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:34:09.273Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:34:09.273Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as P0u68h6u1TAu1V6R) ...
2022-05-01T05:34:18.824Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:34:18.837Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:35:09.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:35:09.269Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:35:09.269Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as P0u68h6u1TAu1V6R) ...
2022-05-01T05:35:09.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:35:09.270Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:35:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:35:18.832Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:35:18.833Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:35:46.157Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-01T05:36:09.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:36:09.268Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:36:09.269Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as P0u68h6u1TAu1V6R) ...
2022-05-01T05:36:09.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:36:09.271Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:36:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:36:18.820Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:36:18.823Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:37:09.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:37:09.268Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:37:09.269Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as P0u68h6u1TAu1V6R) ...
2022-05-01T05:37:09.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:37:09.271Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:37:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:37:18.812Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:37:18.813Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:38:09.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:38:09.268Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:38:09.269Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as P0u68h6u1TAu1V6R) ...
2022-05-01T05:38:09.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:38:09.271Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:38:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:38:18.810Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:38:18.810Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:39:09.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:39:09.269Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:39:09.269Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as P0u68h6u1TAu1V6R) ...
2022-05-01T05:39:09.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:39:09.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:39:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:39:18.823Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:39:18.835Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:40:09.268Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:40:09.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:40:09.271Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:40:09.271Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as P0u68h6u1TAu1V6R) ...
2022-05-01T05:40:09.271Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:40:09.272Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:40:18.820Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:40:18.825Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:41:09.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:41:09.269Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:41:09.269Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as P0u68h6u1TAu1V6R) ...
2022-05-01T05:41:09.269Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:41:09.270Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:41:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:41:18.812Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:41:18.827Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:42:09.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:42:09.269Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:42:09.269Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as P0u68h6u1TAu1V6R) ...
2022-05-01T05:42:09.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:42:09.271Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:42:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:42:18.811Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:42:18.811Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:43:09.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:43:09.269Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:43:09.269Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as P0u68h6u1TAu1V6R) ...
2022-05-01T05:43:09.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:43:09.270Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:43:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:43:18.809Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:43:18.809Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:44:09.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:44:09.268Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:44:09.269Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as P0u68h6u1TAu1V6R) ...
2022-05-01T05:44:09.269Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:44:09.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:44:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:44:18.816Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:44:18.816Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:45:09.268Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:45:09.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:45:09.274Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:45:09.273Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:45:09.274Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:45:09.274Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as P0u68h6u1TAu1V6R) ...
2022-05-01T05:45:18.816Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:45:18.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:46:09.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:46:09.269Z||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-05-01T05:46:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:46:09.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:46:09.272Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:46:09.272Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:46:18.847Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:46:18.847Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:47:09.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:47:09.268Z||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-05-01T05:47:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:47:09.269Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:47:09.270Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:47:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:47:18.823Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:47:18.828Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:48:09.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:48:09.269Z||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-05-01T05:48:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:48:09.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:48:09.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:48:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:48:18.815Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:48:18.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:49:09.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:49:09.269Z||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-05-01T05:49:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:49:09.269Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:49:09.270Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:49:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:49:18.811Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:49:18.812Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:50:09.268Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:50:09.269Z||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-05-01T05:50:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:50:09.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:50:09.270Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:50:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:50:18.812Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:50:18.812Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:51:09.268Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:51:09.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:51:09.270Z||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-05-01T05:51:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:51:09.271Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:51:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:51:18.811Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:51:18.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:52:09.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:52:09.269Z||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-05-01T05:52:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:52:09.269Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:52:09.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:52:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:52:18.820Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:52:18.824Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:53:09.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:53:09.269Z||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-05-01T05:53:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:53:09.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:53:09.270Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:53:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:53:18.811Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:53:18.812Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:54:09.268Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:54:09.269Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:54:09.269Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as P0u68h6u1TAu1V6R) ...
2022-05-01T05:54:09.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:54:09.271Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:54:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:54:18.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:54:18.814Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:55:09.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:55:09.268Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:55:09.269Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as P0u68h6u1TAu1V6R) ...
2022-05-01T05:55:09.269Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:55:09.270Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:55:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:55:18.811Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:55:18.811Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:56:09.268Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:56:09.269Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:56:09.270Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:56:09.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:56:09.270Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as P0u68h6u1TAu1V6R) ...
2022-05-01T05:56:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:56:18.813Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:56:18.815Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:57:09.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:57:09.269Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:57:09.269Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as P0u68h6u1TAu1V6R) ...
2022-05-01T05:57:09.269Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:57:09.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:57:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:57:18.809Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:57:18.809Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:58:09.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:58:09.268Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:58:09.269Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as P0u68h6u1TAu1V6R) ...
2022-05-01T05:58:09.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:58:09.270Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:58:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:58:18.812Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:58:18.812Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:59:09.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:59:09.268Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:59:09.268Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as P0u68h6u1TAu1V6R) ...
2022-05-01T05:59:09.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:59:09.271Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T05:59:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:59:18.810Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:59:18.810Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T05:59:38.681Z||http-nio-8085-exec-5|||||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-05-01T06:00:09.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:00:09.268Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T06:00:09.268Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:00:09.269Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:00:09.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T06:00:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:00:18.819Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:00:18.825Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:01:09.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:01:09.269Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T06:01:09.269Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:01:09.269Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:01:09.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T06:01:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:01:18.813Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:01:18.813Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:02:09.268Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:02:09.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:02:09.270Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T06:02:09.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T06:02:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:02:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:02:18.808Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:02:18.811Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:03:09.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:03:09.268Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T06:03:09.268Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:03:09.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:03:09.271Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T06:03:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:03:18.809Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:03:18.814Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:04:09.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:04:09.269Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T06:04:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:04:09.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:04:09.271Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T06:04:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:04:18.819Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:04:18.819Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:05:09.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:05:09.269Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T06:05:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:05:09.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:05:09.270Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T06:05:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:05:18.810Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:05:18.813Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:06:09.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:06:09.268Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T06:06:09.268Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:06:09.269Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:06:09.270Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T06:06:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:06:18.811Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:06:18.817Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:07:09.268Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:07:09.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:07:09.271Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T06:07:09.271Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T06:07:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:07:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:07:18.819Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:07:18.819Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:08:09.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:08:09.269Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T06:08:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:08:09.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:08:09.271Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T06:08:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:08:18.809Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:08:18.809Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:09:09.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:09:09.269Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T06:09:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:09:09.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:09:09.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T06:09:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:09:18.805Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:09:18.814Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:10:09.267Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:10:09.268Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T06:10:09.269Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:10:09.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:10:09.271Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T06:10:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:10:09.891Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:10:09.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"a764744f-3fa6-41b6-a7b5-8edf92ba8bfa","serviceName":"vFW 2022-05-01 06-07-27","serviceVersion":"1.0","serviceUUID":"bcc179bc-1c6c-44a3-8710-e180e148de04","serviceDescription":"catalog service description","serviceInvariantUUID":"5316d360-b329-4bc4-8b5a-1af8af777e2f","resources":[{"resourceInstanceName":"vFW a18c6f96-e912 0","resourceName":"vFW a18c6f96-e912","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"08ef4946-51e8-4d67-91ef-bdd9b03bb90a","resourceInvariantUUID":"fee42c7a-9092-4df3-a992-f8e990018a2f","resourceCustomizationUUID":"2ac4df37-59db-4050-9cdc-bc85c4a19c55","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vf-license-model.xml","artifactChecksum":"MTA5NDE4NGRmOWJhY2M1MzRhODE3NjRlOGYwYjA1Yzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2e62995f-915f-4bd3-9ce4-0ce8fe036b7e","artifactVersion":"1"},{"artifactName":"vfwa18c6f96e9120_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json","artifactChecksum":"OTc0ZWY2ZTk1MDFkOTNhNGMwYWYyNWU3ZWJkN2YzOTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"01e51156-5764-40f4-889a-43daac499ea6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6449e88d-46c8-4b39-9158-f93d338ec716","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vendor-license-model.xml","artifactChecksum":"NDllZjI1YTcxNzI4YjczODY1OWQxOWNmZjUyZTczMWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9afa53dc-0b0a-4219-8770-c6150b8d353c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"37229a29-db2f-4658-8660-989feb52f4e9","artifactVersion":"2","generatedFromUUID":"6449e88d-46c8-4b39-9158-f93d338ec716"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220501060727-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-template.yml","artifactChecksum":"ZTJiZDhhMzFkZjdjMGZhMDZmZjhhYjkyYWNhYTY4ZDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eff7f3eb-b9a6-4929-9662-60f8b621c5e3","artifactVersion":"1"},{"artifactName":"service-Vfw20220501060727-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar","artifactChecksum":"ZGFlOGE1YWI0YmJiYzIzN2ZhZGYyYjg0YTQ5MmY5ZmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3f2bd1d9-62f8-4fad-b476-bc95e9112022","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-01T06:10:09.899Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:10:09.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651385367545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.920Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:10:09.932Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:10:09.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:09.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "ves-openapi-manager",
"timestamp": 1651385362485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.942Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:09.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "aai-ml",
"timestamp": 1651385362446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.942Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:09.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "cds",
"timestamp": 1651385360239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:09.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "policy-id",
"timestamp": 1651385362813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.944Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:09.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651385367545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json",
"status": "NOTIFIED"
}
2022-05-01T06:10:09.944Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:09.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "cds",
"timestamp": 1651385360239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.945Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:09.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "aai-ml",
"timestamp": 1651385362446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.946Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:09.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "ves-openapi-manager",
"timestamp": 1651385362485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.946Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:09.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "policy-id",
"timestamp": 1651385362813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:09.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651385367545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-01T06:10:09.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:09.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "aai-ml",
"timestamp": 1651385362446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:09.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "cds",
"timestamp": 1651385360239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:09.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "ves-openapi-manager",
"timestamp": 1651385362485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.952Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:09.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "policy-id",
"timestamp": 1651385362813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-01T06:10:09.952Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:09.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651385367545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.954Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:09.956Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.956Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "cds",
"timestamp": 1651385360239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.959Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:10:09.959Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385409267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.961Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:09.961Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.961Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "aai-ml",
"timestamp": 1651385362446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.962Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:09.962Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.962Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "ves-openapi-manager",
"timestamp": 1651385362485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.962Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:09.962Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.962Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "policy-id",
"timestamp": 1651385362813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.963Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:09.963Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.963Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651385367545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-01T06:10:09.963Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:09.963Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.963Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "ves-openapi-manager",
"timestamp": 1651385362485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.964Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:09.964Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.964Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "aai-ml",
"timestamp": 1651385362446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.964Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:09.964Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.964Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "cds",
"timestamp": 1651385360239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.965Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:09.965Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.965Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "policy-id",
"timestamp": 1651385362813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.965Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:09.965Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.965Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651385367545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.965Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:09.965Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.966Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "cds",
"timestamp": 1651385360239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.966Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:09.966Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.966Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "aai-ml",
"timestamp": 1651385362446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.966Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:09.966Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.966Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "ves-openapi-manager",
"timestamp": 1651385362485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.967Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:09.967Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.967Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "policy-id",
"timestamp": 1651385362813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.967Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:09.967Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.967Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651385367545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
"status": "NOTIFIED"
}
2022-05-01T06:10:09.968Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:09.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "cds",
"timestamp": 1651385360239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
"status": "NOTIFIED"
}
2022-05-01T06:10:09.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:09.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "ves-openapi-manager",
"timestamp": 1651385362485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:09.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "aai-ml",
"timestamp": 1651385362446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
"status": "NOTIFIED"
}
2022-05-01T06:10:09.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:09.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "policy-id",
"timestamp": 1651385362813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
"status": "NOTIFIED"
}
2022-05-01T06:10:09.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:09.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651385375938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-01T06:10:09.974Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:10:09.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "cds",
"timestamp": 1651385376177,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-01T06:10:09.975Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:10:09.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "aai-ml",
"timestamp": 1651385375765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-01T06:10:09.975Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:10:09.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "policy-id",
"timestamp": 1651385376080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-01T06:10:09.977Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:10:09.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "cds",
"timestamp": 1651385377202,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-01T06:10:10.060Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-05-01T06:10:10.066Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:10:10.067Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:10:10.084Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:10:10.085Z||pool-3-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-01T06:10:10.201Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a764744f-3fa6-41b6-a7b5-8edf92ba8bfa
2022-05-01T06:10:10.225Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a764744f-3fa6-41b6-a7b5-8edf92ba8bfa and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-01T06:10:10.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.268Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "policy-id",
"timestamp": 1651385377089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-01T06:10:10.268Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:10:10.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.269Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651385377147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-01T06:10:10.269Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:10:10.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.270Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "policy-id",
"timestamp": 1651385378094,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-01T06:10:10.286Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a764744f-3fa6-41b6-a7b5-8edf92ba8bfa
2022-05-01T06:10:10.286Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a764744f-3fa6-41b6-a7b5-8edf92ba8bfa and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-01T06:10:10.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.296Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651385378243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-01T06:10:10.297Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:10:10.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.297Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651385379305,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-01T06:10:10.303Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a764744f-3fa6-41b6-a7b5-8edf92ba8bfa
2022-05-01T06:10:10.303Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a764744f-3fa6-41b6-a7b5-8edf92ba8bfa and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-01T06:10:10.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.317Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651385380311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json",
"status": "DEPLOY_OK"
}
2022-05-01T06:10:10.317Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:10:10.317Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.318Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651385379308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:10.318Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:10.318Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.319Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651385379308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:10.319Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:10.319Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.320Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651385379308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:10.320Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:10.320Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.320Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651385379308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:10.321Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:10.321Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.321Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651385379308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:10.322Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:10.322Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.322Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651385379308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:10.323Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:10.323Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.323Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651385379308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
"status": "NOTIFIED"
}
2022-05-01T06:10:10.324Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:10.324Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.324Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651385387367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-01T06:10:10.324Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:10:10.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.325Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "clamp",
"timestamp": 1651385387275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:10.325Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:10.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.326Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "clamp",
"timestamp": 1651385387275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json",
"status": "NOTIFIED"
}
2022-05-01T06:10:10.326Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:10.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.327Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "clamp",
"timestamp": 1651385387275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:10.327Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:10.328Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.328Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "clamp",
"timestamp": 1651385387275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:10.328Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:10.329Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.329Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "clamp",
"timestamp": 1651385387275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:10.330Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:10.330Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.330Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "aai-ml",
"timestamp": 1651385393005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-01T06:10:10.331Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:10:10.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.331Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "clamp",
"timestamp": 1651385387275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:10.332Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:10.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "aai-ml",
"timestamp": 1651385394011,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-01T06:10:10.340Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a764744f-3fa6-41b6-a7b5-8edf92ba8bfa
2022-05-01T06:10:10.340Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a764744f-3fa6-41b6-a7b5-8edf92ba8bfa and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-01T06:10:10.352Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.352Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651385393696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-01T06:10:10.353Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:10:10.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "clamp",
"timestamp": 1651385387275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
"status": "NOTIFIED"
}
2022-05-01T06:10:10.354Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:10:10.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651385394703,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-01T06:10:10.360Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a764744f-3fa6-41b6-a7b5-8edf92ba8bfa
2022-05-01T06:10:10.360Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a764744f-3fa6-41b6-a7b5-8edf92ba8bfa and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-01T06:10:10.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "clamp",
"timestamp": 1651385400955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-01T06:10:10.372Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:10:10.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "clamp",
"timestamp": 1651385402991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-01T06:10:10.373Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:10:10.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "clamp",
"timestamp": 1651385403997,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-01T06:10:10.379Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a764744f-3fa6-41b6-a7b5-8edf92ba8bfa
2022-05-01T06:10:10.379Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a764744f-3fa6-41b6-a7b5-8edf92ba8bfa and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-01T06:10:10.973Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:10:10.973Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:10:10.976Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:10:10.976Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385409267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json",
"status": "NOTIFIED"
}
2022-05-01T06:10:11.076Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-01T06:10:11.077Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:10:11.078Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:10:11.086Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:10:11.087Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:10:11.977Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:10:11.978Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:10:11.985Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:10:11.985Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385409267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-01T06:10:12.085Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:10:12.087Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:10:12.087Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:10:12.098Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:10:12.099Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:10:12.986Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:10:12.986Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:10:12.989Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:10:12.989Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385409267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:13.090Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:10:13.091Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:10:13.091Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:10:13.102Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:10:13.103Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:10:13.991Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:10:13.991Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:10:13.994Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:10:13.994Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385409267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-01T06:10:14.094Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:10:14.095Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:10:14.095Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:10:14.105Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:10:14.105Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:10:14.995Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:10:14.996Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:10:14.999Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:10:14.999Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385409267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:10:15.099Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:10:15.100Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:10:15.100Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:10:15.113Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:10:15.114Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:10:15.999Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:10:16.001Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:10:16.003Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:10:16.003Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385409267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
"status": "NOTIFIED"
}
2022-05-01T06:10:16.103Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:10:16.105Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:10:16.105Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:10:16.115Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:10:16.115Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:10:17.005Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"serviceName": "vFW 2022-05-01 06-07-27",
"serviceVersion": "1.0",
"serviceUUID": "bcc179bc-1c6c-44a3-8710-e180e148de04",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "5316d360-b329-4bc4-8b5a-1af8af777e2f",
"resources": [
{
"resourceInstanceName": "vFW a18c6f96-e912 0",
"resourceCustomizationUUID": "2ac4df37-59db-4050-9cdc-bc85c4a19c55",
"resourceName": "vFW a18c6f96-e912",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "08ef4946-51e8-4d67-91ef-bdd9b03bb90a",
"resourceInvariantUUID": "fee42c7a-9092-4df3-a992-f8e990018a2f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwa18c6f96e9120_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json",
"artifactChecksum": "OTc0ZWY2ZTk1MDFkOTNhNGMwYWYyNWU3ZWJkN2YzOTA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "01e51156-5764-40f4-889a-43daac499ea6",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "6449e88d-46c8-4b39-9158-f93d338ec716",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "37229a29-db2f-4658-8660-989feb52f4e9",
"generatedFromUUID": "6449e88d-46c8-4b39-9158-f93d338ec716"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "37229a29-db2f-4658-8660-989feb52f4e9",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220501060727-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
"artifactChecksum": "ZGFlOGE1YWI0YmJiYzIzN2ZhZGYyYjg0YTQ5MmY5ZmM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3f2bd1d9-62f8-4fad-b476-bc95e9112022"
}
],
"workloadContext": "Production"
}
2022-05-01T06:10:17.007Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-01T06:10:17.007Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bcc179bc-1c6c-44a3-8710-e180e148de04 ASDC
2022-05-01T06:10:17.132Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:a764744f-3fa6-41b6-a7b5-8edf92ba8bfa
ServiceName:vFW 2022-05-01 06-07-27
ServiceVersion:1.0
ServiceUUID:bcc179bc-1c6c-44a3-8710-e180e148de04
ServiceInvariantUUID:5316d360-b329-4bc4-8b5a-1af8af777e2f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220501060727-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar
ArtifactUUID:3f2bd1d9-62f8-4fad-b476-bc95e9112022
ArtifactChecksum:ZGFlOGE1YWI0YmJiYzIzN2ZhZGYyYjg0YTQ5MmY5ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a18c6f96-e912 0
ResourceCustomizationUUID:2ac4df37-59db-4050-9cdc-bc85c4a19c55
ResourceInvariantUUID:fee42c7a-9092-4df3-a992-f8e990018a2f
ResourceName:vFW a18c6f96-e912
ResourceType:VF
ResourceUUID:08ef4946-51e8-4d67-91ef-bdd9b03bb90a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa18c6f96e9120_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json
ArtifactUUID:01e51156-5764-40f4-889a-43daac499ea6
ArtifactChecksum:OTc0ZWY2ZTk1MDFkOTNhNGMwYWYyNWU3ZWJkN2YzOTA=
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/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml
ArtifactUUID:6449e88d-46c8-4b39-9158-f93d338ec716
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/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env
ArtifactUUID:37229a29-db2f-4658-8660-989feb52f4e9
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/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env
ArtifactUUID:37229a29-db2f-4658-8660-989feb52f4e9
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-01T06:10:17.133Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bcc179bc-1c6c-44a3-8710-e180e148de04 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-01T06:10:17.190Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-01T06:10:17.191Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-01T06:10:17.193Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-01T06:10:17.193Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3f2bd1d9-62f8-4fad-b476-bc95e9112022 from URL: /sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar
2022-05-01T06:10:17.194Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:10:17.195Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar
2022-05-01T06:10:17.631Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:10:17.653Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar 3f2bd1d9-62f8-4fad-b476-bc95e9112022 99027
2022-05-01T06:10:17.655Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar ASDC sendASDCNotification
2022-05-01T06:10:17.655Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar
2022-05-01T06:10:17.656Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:10:17.657Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:10:17.659Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:10:17.659Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385417653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-01T06:10:17.759Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:10:17.760Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:10:17.761Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:10:17.770Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:10:17.771Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:10:18.660Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-01T06:10:18.661Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-01T06:10:18.661Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 3f2bd1d9-62f8-4fad-b476-bc95e9112022, URL: /sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar to file: /app/ASDC/1/service-Vfw20220501060727-csar.csar
2022-05-01T06:10:18.662Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220501060727-csar.csar
2022-05-01T06:10:18.745Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220501060727-csar.csar
2022-05-01T06:10:18.746Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220501060727-csar.csar
2022-05-01T06:10:19.480Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP289838525813498503/Definitions/service-Vfw20220501060727-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-05-01T06:10:22.376Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-01T06:10:22.382Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-01T06:10:22.382Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220501060727-csar.csar
2022-05-01T06:10:22.383Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-01T06:10:22.383Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||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-Vfw20220501060727-csar.csar
2022-05-01T06:10:22.383Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||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-Vfw20220501060727-csar.csar
2022-05-01T06:10:22.383Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220501060727-csar.csar
2022-05-01T06:10:22.383Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220501060727-csar.csar
2022-05-01T06:10:22.383Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220501060727-csar.csar
2022-05-01T06:10:22.383Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||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-Vfw20220501060727-csar.csar
2022-05-01T06:10:22.383Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a18c6f96-e912 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-Vfw20220501060727-csar.csar
2022-05-01T06:10:22.383Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220501060727-csar.csar
2022-05-01T06:10:22.383Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||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-Vfw20220501060727-csar.csar
2022-05-01T06:10:22.384Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220501060727-csar.csar
2022-05-01T06:10:22.384Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220501060727-csar.csar
2022-05-01T06:10:22.384Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220501060727-csar.csar
2022-05-01T06:10:22.384Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220501060727-csar.csar
2022-05-01T06:10:22.384Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-01T06:10:22.390Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:10:22.392Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-07-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:10:22.397Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vFW a18c6f96-e912 0 is matching search criteria
2022-05-01T06:10:22.397Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-01T06:10:22.399Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a18c6f96-e912 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-01T06:10:22.402Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:10:22.403Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-07-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:10:22.403Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vFW a18c6f96-e912 0 is matching search criteria
2022-05-01T06:10:22.403Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-01T06:10:22.403Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a18c6f96-e912 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-01T06:10:22.405Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:10:22.405Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-07-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:10:22.410Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:10:22.411Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vFW a18c6f96-e912 0 is not matching search criteria
2022-05-01T06:10:22.411Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-01T06:10:22.411Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-01T06:10:22.411Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-01T06:10:22.411Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-01T06:10:22.411Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-01T06:10:22.412Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-01T06:10:22.412Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-01T06:10:22.412Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-01T06:10:22.412Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-01T06:10:22.412Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-01T06:10:22.412Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-01T06:10:22.412Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-01T06:10:22.412Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-01T06:10:22.413Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-01T06:10:22.413Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-01T06:10:22.413Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-01T06:10:22.413Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:10:22.414Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-07-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-01T06:10:22.416Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:10:22.416Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vFW a18c6f96-e912 0 is matching search criteria
2022-05-01T06:10:22.416Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a18c6f96-e912 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:10:22.417Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:10:22.417Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vFW a18c6f96-e912 0 is matching search criteria
2022-05-01T06:10:22.419Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a18c6f96-e912 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:10:22.419Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:10:22.420Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vFW a18c6f96-e912 0 is matching search criteria
2022-05-01T06:10:22.420Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a18c6f96-e912 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:10:22.420Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:10:22.420Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vFW a18c6f96-e912 0 is not matching search criteria
2022-05-01T06:10:22.421Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-01T06:10:22.421Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-01T06:10:22.421Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-01T06:10:22.421Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-01T06:10:22.421Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-01T06:10:22.421Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-01T06:10:22.421Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-01T06:10:22.421Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-01T06:10:22.422Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-01T06:10:22.422Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-01T06:10:22.422Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-01T06:10:22.422Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5e9cba76-5f1d-40c8-aa9d-cdf76aa1a541
2022-05-01T06:10:22.422Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:10:22.422Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vFW a18c6f96-e912 0 is not matching search criteria
2022-05-01T06:10:22.422Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-01T06:10:22.423Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-01T06:10:22.423Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-01T06:10:22.423Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-01T06:10:22.423Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-01T06:10:22.423Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-01T06:10:22.423Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-01T06:10:22.423Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-01T06:10:22.423Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-01T06:10:22.424Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-01T06:10:22.424Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-01T06:10:22.424Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-01T06:10:22.424Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3a17c745-71e9-494d-b4f4-2abf6eb2c186
2022-05-01T06:10:22.425Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:10:22.425Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vFW a18c6f96-e912 0 is not matching search criteria
2022-05-01T06:10:22.425Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-01T06:10:22.425Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-01T06:10:22.425Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-01T06:10:22.425Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-01T06:10:22.427Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-01T06:10:22.428Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-01T06:10:22.428Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-01T06:10:22.428Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-01T06:10:22.428Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-01T06:10:22.429Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-01T06:10:22.429Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-01T06:10:22.429Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-01T06:10:22.429Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4fecc230-bf54-41d6-bcb8-5be233b5412a
2022-05-01T06:10:22.429Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:10:22.430Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-07-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:10:22.430Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:10:22.430Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-07-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:10:22.430Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:10:22.430Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-07-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:10:22.430Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:10:22.430Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-07-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:10:22.431Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-05-01 06-07-27
Description:catalog service description
Model UUID:bcc179bc-1c6c-44a3-8710-e180e148de04
Model Version:NULL
Model InvariantUuid:5316d360-b329-4bc4-8b5a-1af8af777e2f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW a18c6f96-e912
Model UUID:75fa774c-9158-4826-87d6-e9b656ce46dd
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fee42c7a-9092-4df3-a992-f8e990018a2f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2ac4df37-59db-4050-9cdc-bc85c4a19c55
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:a5cdcd1a-772f-4e45-b2c9-c3be3eea7872
ModelName:VfwA18c6f96E912..base_vfw..module-0
ModelUuid:c6cd45dd-f787-43c4-a1ab-b71d75bb8f0d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5e9cba76-5f1d-40c8-aa9d-cdf76aa1a541
ModelInvariantUuid:28c3e448-b917-4427-9c3f-561a32c977b1
ModelName:vFW a18c6f96-e912-nodes.vfwCvfc
ModelUuid:7a42ebc6-a0eb-4c45-8ead-d3472727172d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:8ed3c541-d064-483b-a0da-595ac5a21a1b
ModelInvariantUuid:38a84228-97b2-4b78-877d-88fbe71aa477
ModelName:VfwA18c6f96E912.compute.nodes.heat.vfw
ModelUuid:43e6a44d-21fc-44e2-b94f-8d577d3cced0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:3a17c745-71e9-494d-b4f4-2abf6eb2c186
ModelInvariantUuid:f0b227b3-346e-40b4-8aa3-7bcedcd78e7b
ModelName:vFW a18c6f96-e912-nodes.vsnCvfc
ModelUuid:3c9f4fdd-75ba-4631-9b51-24233a715dbc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:a5a28bab-d195-469e-810a-5bba306a0a57
ModelInvariantUuid:dac75a3d-8d20-45f8-85cb-913b9e56f97b
ModelName:VfwA18c6f96E912.compute.nodes.heat.vsn
ModelUuid:45147da3-2403-4ed7-bd81-246994ce1bb9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4fecc230-bf54-41d6-bcb8-5be233b5412a
ModelInvariantUuid:0bc8af7d-989d-451d-8182-81a6e8cb1c58
ModelName:vFW a18c6f96-e912-nodes.vpgCvfc
ModelUuid:884ccefe-e032-46c7-9a77-c286ceee44aa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:95c9d511-d005-4790-9b67-c722df69fe99
ModelInvariantUuid:b374e439-28c3-4975-8e0a-1ed5aa39c6e5
ModelName:VfwA18c6f96E912.compute.nodes.heat.vpg
ModelUuid:cf0a21fd-3fd9-4d79-8385-a880b49583a7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-01T06:10:22.444Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 08ef4946-51e8-4d67-91ef-bdd9b03bb90a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-01T06:10:22.549Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||vFW a18c6f96-e912 0
2022-05-01T06:10:22.557Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 08ef4946-51e8-4d67-91ef-bdd9b03bb90a
2022-05-01T06:10:22.557Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 01e51156-5764-40f4-889a-43daac499ea6 from URL: /sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json
2022-05-01T06:10:22.557Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:10:22.557Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json
2022-05-01T06:10:22.832Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:10:22.833Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json 01e51156-5764-40f4-889a-43daac499ea6 785
2022-05-01T06:10:22.833Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json ASDC sendASDCNotification
2022-05-01T06:10:22.833Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json
2022-05-01T06:10:22.834Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:10:22.834Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:10:22.836Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:10:22.837Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385422833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-01T06:10:22.937Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:10:22.938Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:10:22.938Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:10:22.949Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:10:22.950Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:10:23.838Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA18c6f96E912..base_vfw..module-0",
"vfModuleModelInvariantUUID": "a5cdcd1a-772f-4e45-b2c9-c3be3eea7872",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c6cd45dd-f787-43c4-a1ab-b71d75bb8f0d",
"vfModuleModelCustomizationUUID": "3da6c02e-aabe-4892-a0a8-e343516f602d",
"isBase": true,
"artifacts": [
"6449e88d-46c8-4b39-9158-f93d338ec716",
"37229a29-db2f-4658-8660-989feb52f4e9"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-01T06:10:23.856Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA18c6f96E912..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c6cd45dd-f787-43c4-a1ab-b71d75bb8f0d
VfModuleModelInvariantUUID:a5cdcd1a-772f-4e45-b2c9-c3be3eea7872
VfModuleModelDescription:NULL
Artifacts UUID List:{
6449e88d-46c8-4b39-9158-f93d338ec716
,
37229a29-db2f-4658-8660-989feb52f4e9
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-01T06:10:23.859Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA18c6f96E912..base_vfw..module-0",
"vfModuleModelInvariantUUID": "a5cdcd1a-772f-4e45-b2c9-c3be3eea7872",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c6cd45dd-f787-43c4-a1ab-b71d75bb8f0d",
"vfModuleModelCustomizationUUID": "3da6c02e-aabe-4892-a0a8-e343516f602d",
"isBase": true,
"artifacts": [
"6449e88d-46c8-4b39-9158-f93d338ec716",
"37229a29-db2f-4658-8660-989feb52f4e9"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-01T06:10:23.860Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA18c6f96E912..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c6cd45dd-f787-43c4-a1ab-b71d75bb8f0d
VfModuleModelInvariantUUID:a5cdcd1a-772f-4e45-b2c9-c3be3eea7872
VfModuleModelDescription:NULL
Artifacts UUID List:{
6449e88d-46c8-4b39-9158-f93d338ec716
,
37229a29-db2f-4658-8660-989feb52f4e9
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-01T06:10:23.860Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6449e88d-46c8-4b39-9158-f93d338ec716 from URL: /sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml
2022-05-01T06:10:23.860Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:10:23.860Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml
2022-05-01T06:10:24.341Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:10:24.343Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml 6449e88d-46c8-4b39-9158-f93d338ec716 20368
2022-05-01T06:10:24.343Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-01T06:10:24.343Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml
2022-05-01T06:10:24.343Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:10:24.343Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:10:24.345Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:10:24.345Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385424343,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-01T06:10:24.446Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:10:24.446Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:10:24.447Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:10:24.459Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:10:24.460Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:10:25.346Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 37229a29-db2f-4658-8660-989feb52f4e9 from URL: /sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env
2022-05-01T06:10:25.347Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:10:25.347Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env
2022-05-01T06:10:25.638Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:10:25.639Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env 37229a29-db2f-4658-8660-989feb52f4e9 2098
2022-05-01T06:10:25.639Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-01T06:10:25.639Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env
2022-05-01T06:10:25.639Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:10:25.640Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:10:25.643Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:10:25.643Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385425639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-01T06:10:25.743Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:10:25.745Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:10:25.745Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:10:25.762Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:10:25.763Z||pool-13-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:10:26.643Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: bcc179bc-1c6c-44a3-8710-e180e148de04
2022-05-01T06:10:26.644Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a18c6f96-e912 0 08ef4946-51e8-4d67-91ef-bdd9b03bb90a ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-01T06:10:26.681Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@48bb2ddc, org.onap.sdc.toscaparser.api.parameters.Input@73960f03, org.onap.sdc.toscaparser.api.parameters.Input@64786412, org.onap.sdc.toscaparser.api.parameters.Input@745d87be, org.onap.sdc.toscaparser.api.parameters.Input@65199124]
2022-05-01T06:10:26.686Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:10:26.686Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-07-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:10:26.686Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-05-01T06:10:26.687Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 2ac4df37-59db-4050-9cdc-bc85c4a19c55
2022-05-01T06:10:26.687Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2ac4df37-59db-4050-9cdc-bc85c4a19c55 matches Tosca VF Customization UUID: 2ac4df37-59db-4050-9cdc-bc85c4a19c55
2022-05-01T06:10:26.687Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 2ac4df37-59db-4050-9cdc-bc85c4a19c55 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-01T06:10:26.696Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:10:26.696Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-07-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:10:26.698Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 2ac4df37-59db-4050-9cdc-bc85c4a19c55: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-05-01T06:10:26.698Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7281e80f
2022-05-01T06:10:26.698Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:10:26.698Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-07-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-01T06:10:26.699Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3da6c02e-aabe-4892-a0a8-e343516f602d
2022-05-01T06:10:26.700Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3da6c02e-aabe-4892-a0a8-e343516f602d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-01T06:10:26.708Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:10:26.708Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vFW a18c6f96-e912 0 is matching search criteria
2022-05-01T06:10:26.708Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a18c6f96-e912 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:10:26.709Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:10:26.709Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vFW a18c6f96-e912 0 is matching search criteria
2022-05-01T06:10:26.710Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a18c6f96-e912 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:10:26.710Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:10:26.710Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vFW a18c6f96-e912 0 is not matching search criteria
2022-05-01T06:10:26.710Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-01T06:10:26.710Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-01T06:10:26.711Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-01T06:10:26.711Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-01T06:10:26.711Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-01T06:10:26.711Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-01T06:10:26.711Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-01T06:10:26.711Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-01T06:10:26.711Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-01T06:10:26.712Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-01T06:10:26.712Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-01T06:10:26.712Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5e9cba76-5f1d-40c8-aa9d-cdf76aa1a541
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-01T06:10:26.723Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:10:26.723Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vFW a18c6f96-e912 0 is matching search criteria
2022-05-01T06:10:26.723Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a18c6f96-e912 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:10:26.724Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:10:26.724Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vFW a18c6f96-e912 0 is not matching search criteria
2022-05-01T06:10:26.725Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-01T06:10:26.725Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-01T06:10:26.725Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-01T06:10:26.725Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-01T06:10:26.726Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-01T06:10:26.726Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-01T06:10:26.726Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-01T06:10:26.726Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-01T06:10:26.726Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-01T06:10:26.726Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-01T06:10:26.727Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-01T06:10:26.727Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-01T06:10:26.727Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3a17c745-71e9-494d-b4f4-2abf6eb2c186
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-01T06:10:26.730Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:10:26.731Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vFW a18c6f96-e912 0 is matching search criteria
2022-05-01T06:10:26.731Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a18c6f96-e912 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:10:26.740Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:10:26.741Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vFW a18c6f96-e912 0 is not matching search criteria
2022-05-01T06:10:26.741Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-01T06:10:26.741Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-01T06:10:26.742Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-01T06:10:26.742Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-01T06:10:26.742Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-01T06:10:26.742Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-01T06:10:26.742Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-01T06:10:26.742Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-01T06:10:26.743Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-01T06:10:26.743Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-01T06:10:26.743Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-01T06:10:26.743Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-01T06:10:26.743Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4fecc230-bf54-41d6-bcb8-5be233b5412a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-01T06:10:26.747Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:10:26.747Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vFW a18c6f96-e912 0 is matching search criteria
2022-05-01T06:10:26.747Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a18c6f96-e912 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:10:26.748Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:10:26.748Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vFW a18c6f96-e912 0 is matching search criteria
2022-05-01T06:10:26.749Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a18c6f96-e912 0] matching following query criteria: sdcType=VF, customizationUUID=2ac4df37-59db-4050-9cdc-bc85c4a19c55
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-01T06:10:26.751Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:10:26.752Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-07-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:10:26.752Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid bcc179bc-1c6c-44a3-8710-e180e148de04: vFW a18c6f96-e912
2022-05-01T06:10:26.753Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:10:26.753Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-07-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:10:26.753Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:10:26.753Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-07-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:10:26.754Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:10:26.754Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-07-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:10:26.754Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:10:26.754Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-07-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:10:26.754Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:10:26.755Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-07-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:10:26.755Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-05-01 06-07-27
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-01T06:10:27.039Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a18c6f96-e912 08ef4946-51e8-4d67-91ef-bdd9b03bb90a 1 ASDC deployResourceStructure
2022-05-01T06:10:27.039Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json ASDC sendASDCNotification
2022-05-01T06:10:27.039Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json
2022-05-01T06:10:27.039Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-01T06:10:27.040Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:10:27.043Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:10:27.043Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385427039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json",
"status": "DEPLOY_OK"
}
2022-05-01T06:10:27.142Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-01T06:10:27.143Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:10:27.143Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:10:27.154Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:10:27.154Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:10:28.045Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-01T06:10:28.046Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml
2022-05-01T06:10:28.046Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-01T06:10:28.046Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:10:28.048Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:10:28.048Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385428045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-01T06:10:28.148Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:10:28.150Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:10:28.150Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:10:28.162Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:10:28.162Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:10:29.049Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-01T06:10:29.050Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env
2022-05-01T06:10:29.050Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-01T06:10:29.050Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:10:29.052Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:10:29.053Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385429049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-01T06:10:29.153Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:10:29.154Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:10:29.154Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:10:29.170Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:10:29.171Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:10:30.054Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar ASDC sendASDCNotification
2022-05-01T06:10:30.054Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar
2022-05-01T06:10:30.055Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-01T06:10:30.055Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:10:30.057Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:10:30.058Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385430054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-01T06:10:30.158Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:10:30.159Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:10:30.159Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:10:30.170Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:10:30.171Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:10:31.059Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a764744f-3fa6-41b6-a7b5-8edf92ba8bfa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-01T06:10:31.083Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a764744f-3fa6-41b6-a7b5-8edf92ba8bfa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-01T06:10:31.088Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-01T06:10:31.088Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-01T06:10:31.088Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-01T06:10:31.089Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-01T06:10:31.089Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-01T06:10:31.089Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-01T06:10:31.090Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-01T06:10:31.090Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-01T06:10:31.090Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-01T06:10:31.090Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-01T06:10:31.090Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-01T06:10:31.096Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-01T06:11:01.097Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a764744f-3fa6-41b6-a7b5-8edf92ba8bfa and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-01T06:11:01.106Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a764744f-3fa6-41b6-a7b5-8edf92ba8bfa and serviceModelVersionId: bcc179bc-1c6c-44a3-8710-e180e148de04
2022-05-01T06:11:01.107Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5316d360-b329-4bc4-8b5a-1af8af777e2f
2022-05-01T06:11:09.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:11:09.271Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T06:11:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:11:09.390Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:11:09.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:11:09.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385409267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:11:09.392Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:11:15.966Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5316d360-b329-4bc4-8b5a-1af8af777e2f/model-vers/model-ver/bcc179bc-1c6c-44a3-8710-e180e148de04?depth=0
2022-05-01T06:11:16.095Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-05-01T06:11:16.634Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5316d360-b329-4bc4-8b5a-1af8af777e2f/model-vers/model-ver/bcc179bc-1c6c-44a3-8710-e180e148de04?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-01T06:11:16.639Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5316d360-b329-4bc4-8b5a-1af8af777e2f/model-vers/model-ver/bcc179bc-1c6c-44a3-8710-e180e148de04?depth=0|INFO|500||Invoke
2022-05-01T06:11:16.754Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5316d360-b329-4bc4-8b5a-1af8af777e2f/model-vers/model-ver/bcc179bc-1c6c-44a3-8710-e180e148de04?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-01T06:11:17.239Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5316d360-b329-4bc4-8b5a-1af8af777e2f/model-vers/model-ver/bcc179bc-1c6c-44a3-8710-e180e148de04?depth=0|INFO|500||InvokeReturn
2022-05-01T06:11:17.239Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5316d360-b329-4bc4-8b5a-1af8af777e2f/model-vers/model-ver/bcc179bc-1c6c-44a3-8710-e180e148de04?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220501-06:11:16:046-19579], vertex-id=[372888], Content-Length=[0], Date=[Sun, 01 May 2022 06:11:16 GMT], Content-Type=[application/json]}
2022-05-01T06:11:17.241Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-05-01T06:11:17.244Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-01T06:11:17.244Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-01T06:11:17.250Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-01T06:11:17.251Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a764744f-3fa6-41b6-a7b5-8edf92ba8bfa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-01T06:11:17.252Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-01T06:11:17.253Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:11:17.255Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:11:17.255Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385477252,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-01T06:11:17.355Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:11:17.356Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:11:17.357Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:11:17.368Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:11:17.369Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-01T06:11:18.267Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:11:18.268Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T06:11:18.268Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:11:27.805Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:12:09.267Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:12:09.268Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T06:12:09.269Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:12:09.269Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:12:09.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T06:12:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:12:09.292Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:12:09.294Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:12:09.294Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385409267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json",
"status": "NOTIFIED"
}
2022-05-01T06:12:09.295Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:12:09.295Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:12:09.295Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385409267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-01T06:12:09.295Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:12:09.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:12:09.296Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385409267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:12:09.296Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:12:09.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:12:09.296Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385409267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-01T06:12:09.296Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:12:09.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:12:09.297Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385409267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:12:09.297Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:12:09.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:12:09.297Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385409267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
"status": "NOTIFIED"
}
2022-05-01T06:12:09.297Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-01T06:12:09.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:12:09.297Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385417653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-01T06:12:09.297Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:12:09.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:12:09.298Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385422833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-01T06:12:09.298Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:12:09.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:12:09.298Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385424343,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-01T06:12:09.299Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:12:09.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:12:09.299Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385425639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-01T06:12:09.299Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:12:09.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:12:09.300Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385427039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json",
"status": "DEPLOY_OK"
}
2022-05-01T06:12:09.300Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:12:09.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:12:09.300Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385428045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-01T06:12:09.301Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:12:09.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:12:09.301Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385429049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-01T06:12:09.301Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:12:09.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:12:09.301Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385430054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-01T06:12:09.302Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:12:18.856Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:13:09.268Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:13:09.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:13:09.271Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T06:13:09.271Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T06:13:09.271Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:13:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:13:09.329Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:13:09.331Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:13:09.331Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385477252,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-01T06:13:09.332Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:13:09.896Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:13:09.898Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-01T06:13:09.898Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"d86117c7-64ab-4d3a-ae68-82b6221a879e","serviceName":"vFW 2022-05-01 06-10-19","serviceVersion":"1.0","serviceUUID":"438b16c4-c29f-4b70-a86e-7cd02a36b682","serviceDescription":"catalog service description","serviceInvariantUUID":"5f5f35a7-d08f-41d9-817b-b807427b8b4c","resources":[{"resourceInstanceName":"vFW 8a32a707-3088 0","resourceName":"vFW 8a32a707-3088","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"becec99b-847d-4131-b1f6-a28e7cd991f4","resourceInvariantUUID":"65cf581f-e86c-42d1-9011-1cbf64c2e7ad","resourceCustomizationUUID":"35a077fd-8ad2-462d-8921-48653ba38255","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vf-license-model.xml","artifactChecksum":"YzBjNjg3ZGU0ZGY5N2MyYTAxODFmNWZlM2E2YWI2NzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c5cbf65e-3cc3-4514-a47a-8c1315284c00","artifactVersion":"1"},{"artifactName":"vfw8a32a70730880_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json","artifactChecksum":"YjQ1N2FmMDc4NmQ2MGMyZjNkNDFkNTlmNTUzMTk3NzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"58419451-4c2f-402f-90d7-46beb415fa8a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"81c4f80b-e58a-4c79-9bdc-0938812db757","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vendor-license-model.xml","artifactChecksum":"MzY2NmUxNGFlNzI4NjlmMWMyMzZjMjA2N2RmNzg2NWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2384d802-a74f-4f7b-8f34-d114a90c4b45","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"266e16f3-2ff4-475e-b004-ac4613e4bbac","artifactVersion":"2","generatedFromUUID":"81c4f80b-e58a-4c79-9bdc-0938812db757"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220501061019-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-template.yml","artifactChecksum":"M2I2NjQ0MTczMjEyNjVkNDE0Yjg3MjAyMzYzYzMyNGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b92f5b0c-5a85-4004-b407-b2727a92f7f8","artifactVersion":"1"},{"artifactName":"service-Vfw20220501061019-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar","artifactChecksum":"ZjQ1YjBkODVmYThkMGYzMGUxOTc4ZDhkMDc3NTk1NDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"03400e90-2350-4101-ae14-add23c16503f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-01T06:13:09.904Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:13:09.904Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:13:09.909Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:13:09.910Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385589268,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:13:10.009Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-01T06:13:10.011Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:13:10.011Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:13:10.021Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:13:10.021Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:13:10.911Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:13:10.912Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:13:10.915Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:13:10.915Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385589268,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json",
"status": "NOTIFIED"
}
2022-05-01T06:13:11.015Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:13:11.016Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:13:11.016Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:13:11.026Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:13:11.027Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:13:11.916Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:13:11.917Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:13:11.920Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:13:11.920Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385589268,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-01T06:13:12.020Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:13:12.022Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:13:12.022Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:13:12.033Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:13:12.034Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:13:12.921Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:13:12.925Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:13:12.927Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:13:12.927Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385589268,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:13:13.028Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-01T06:13:13.030Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:13:13.030Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:13:13.042Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:13:13.042Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:13:13.928Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:13:13.929Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:13:13.933Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:13:13.933Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385589268,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-01T06:13:14.033Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:13:14.035Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:13:14.035Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:13:14.046Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:13:14.046Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:13:14.934Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:13:14.935Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:13:14.938Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:13:14.938Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385589268,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:13:15.038Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:13:15.039Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:13:15.039Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:13:15.071Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:13:15.071Z||pool-24-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:13:15.938Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:13:15.939Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:13:15.942Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:13:15.942Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385589268,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
"status": "NOTIFIED"
}
2022-05-01T06:13:16.042Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:13:16.044Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:13:16.044Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:13:16.053Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:13:16.054Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:13:16.944Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"serviceName": "vFW 2022-05-01 06-10-19",
"serviceVersion": "1.0",
"serviceUUID": "438b16c4-c29f-4b70-a86e-7cd02a36b682",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "5f5f35a7-d08f-41d9-817b-b807427b8b4c",
"resources": [
{
"resourceInstanceName": "vFW 8a32a707-3088 0",
"resourceCustomizationUUID": "35a077fd-8ad2-462d-8921-48653ba38255",
"resourceName": "vFW 8a32a707-3088",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "becec99b-847d-4131-b1f6-a28e7cd991f4",
"resourceInvariantUUID": "65cf581f-e86c-42d1-9011-1cbf64c2e7ad",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw8a32a70730880_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json",
"artifactChecksum": "YjQ1N2FmMDc4NmQ2MGMyZjNkNDFkNTlmNTUzMTk3NzQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "58419451-4c2f-402f-90d7-46beb415fa8a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "81c4f80b-e58a-4c79-9bdc-0938812db757",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "266e16f3-2ff4-475e-b004-ac4613e4bbac",
"generatedFromUUID": "81c4f80b-e58a-4c79-9bdc-0938812db757"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "266e16f3-2ff4-475e-b004-ac4613e4bbac",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220501061019-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
"artifactChecksum": "ZjQ1YjBkODVmYThkMGYzMGUxOTc4ZDhkMDc3NTk1NDk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "03400e90-2350-4101-ae14-add23c16503f"
}
],
"workloadContext": "Production"
}
2022-05-01T06:13:16.945Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-01T06:13:16.945Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 438b16c4-c29f-4b70-a86e-7cd02a36b682 ASDC
2022-05-01T06:13:16.946Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:d86117c7-64ab-4d3a-ae68-82b6221a879e
ServiceName:vFW 2022-05-01 06-10-19
ServiceVersion:1.0
ServiceUUID:438b16c4-c29f-4b70-a86e-7cd02a36b682
ServiceInvariantUUID:5f5f35a7-d08f-41d9-817b-b807427b8b4c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220501061019-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar
ArtifactUUID:03400e90-2350-4101-ae14-add23c16503f
ArtifactChecksum:ZjQ1YjBkODVmYThkMGYzMGUxOTc4ZDhkMDc3NTk1NDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8a32a707-3088 0
ResourceCustomizationUUID:35a077fd-8ad2-462d-8921-48653ba38255
ResourceInvariantUUID:65cf581f-e86c-42d1-9011-1cbf64c2e7ad
ResourceName:vFW 8a32a707-3088
ResourceType:VF
ResourceUUID:becec99b-847d-4131-b1f6-a28e7cd991f4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8a32a70730880_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json
ArtifactUUID:58419451-4c2f-402f-90d7-46beb415fa8a
ArtifactChecksum:YjQ1N2FmMDc4NmQ2MGMyZjNkNDFkNTlmNTUzMTk3NzQ=
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/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml
ArtifactUUID:81c4f80b-e58a-4c79-9bdc-0938812db757
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/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env
ArtifactUUID:266e16f3-2ff4-475e-b004-ac4613e4bbac
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/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env
ArtifactUUID:266e16f3-2ff4-475e-b004-ac4613e4bbac
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-01T06:13:16.946Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 438b16c4-c29f-4b70-a86e-7cd02a36b682 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-01T06:13:16.989Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-01T06:13:16.990Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-01T06:13:16.991Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-01T06:13:16.991Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 03400e90-2350-4101-ae14-add23c16503f from URL: /sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar
2022-05-01T06:13:16.991Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:13:16.991Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar
2022-05-01T06:13:17.336Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:13:17.341Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar 03400e90-2350-4101-ae14-add23c16503f 99017
2022-05-01T06:13:17.342Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar ASDC sendASDCNotification
2022-05-01T06:13:17.342Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar
2022-05-01T06:13:17.342Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:13:17.343Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:13:17.345Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:13:17.345Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385597342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-01T06:13:17.446Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:13:17.447Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:13:17.447Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:13:17.458Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:13:17.459Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:13:18.346Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-01T06:13:18.347Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-01T06:13:18.348Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 03400e90-2350-4101-ae14-add23c16503f, URL: /sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar to file: /app/ASDC/1/service-Vfw20220501061019-csar.csar
2022-05-01T06:13:18.348Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220501061019-csar.csar
2022-05-01T06:13:18.348Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220501061019-csar.csar
2022-05-01T06:13:18.349Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220501061019-csar.csar
2022-05-01T06:13:18.583Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14346632702164002089/Definitions/service-Vfw20220501061019-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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
2022-05-01T06:13:20.982Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-01T06:13:20.984Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-01T06:13:20.984Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220501061019-csar.csar
2022-05-01T06:13:20.984Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-01T06:13:20.984Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8a32a707-3088 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-Vfw20220501061019-csar.csar
2022-05-01T06:13:20.984Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||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-Vfw20220501061019-csar.csar
2022-05-01T06:13:20.985Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||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-Vfw20220501061019-csar.csar
2022-05-01T06:13:20.985Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220501061019-csar.csar
2022-05-01T06:13:20.985Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220501061019-csar.csar
2022-05-01T06:13:20.985Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220501061019-csar.csar
2022-05-01T06:13:20.985Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||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-Vfw20220501061019-csar.csar
2022-05-01T06:13:20.985Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220501061019-csar.csar
2022-05-01T06:13:20.986Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||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-Vfw20220501061019-csar.csar
2022-05-01T06:13:20.986Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220501061019-csar.csar
2022-05-01T06:13:20.986Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220501061019-csar.csar
2022-05-01T06:13:20.986Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220501061019-csar.csar
2022-05-01T06:13:20.986Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220501061019-csar.csar
2022-05-01T06:13:20.986Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-01T06:13:20.986Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:13:20.987Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-10-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:13:20.987Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vFW 8a32a707-3088 0 is matching search criteria
2022-05-01T06:13:20.988Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-01T06:13:20.988Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8a32a707-3088 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-01T06:13:20.988Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:13:20.988Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-10-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:13:20.989Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vFW 8a32a707-3088 0 is matching search criteria
2022-05-01T06:13:20.989Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-01T06:13:20.989Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8a32a707-3088 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-01T06:13:20.989Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:13:20.990Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-10-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:13:20.990Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:13:20.990Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vFW 8a32a707-3088 0 is not matching search criteria
2022-05-01T06:13:20.990Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-01T06:13:20.991Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-01T06:13:20.991Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-01T06:13:20.991Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-01T06:13:20.991Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-01T06:13:20.991Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-01T06:13:20.991Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-01T06:13:20.992Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-01T06:13:20.992Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-01T06:13:20.992Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-01T06:13:20.992Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-01T06:13:20.993Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-01T06:13:20.993Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-01T06:13:20.993Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-01T06:13:20.993Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-01T06:13:20.993Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-01T06:13:20.994Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:13:20.994Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-10-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-01T06:13:20.994Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:13:20.994Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vFW 8a32a707-3088 0 is matching search criteria
2022-05-01T06:13:20.995Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8a32a707-3088 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:13:20.995Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:13:20.995Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vFW 8a32a707-3088 0 is matching search criteria
2022-05-01T06:13:20.995Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8a32a707-3088 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:13:20.996Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:13:20.996Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vFW 8a32a707-3088 0 is matching search criteria
2022-05-01T06:13:20.996Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8a32a707-3088 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:13:20.996Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:13:20.996Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vFW 8a32a707-3088 0 is not matching search criteria
2022-05-01T06:13:20.997Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-01T06:13:20.997Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-01T06:13:20.997Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-01T06:13:20.997Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-01T06:13:20.997Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-01T06:13:20.998Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-01T06:13:20.998Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-01T06:13:20.998Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-01T06:13:20.998Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-01T06:13:20.998Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-01T06:13:20.999Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-01T06:13:20.999Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=96a25bf3-c3e6-414c-92c0-8c105fab55ee
2022-05-01T06:13:20.999Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:13:20.999Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vFW 8a32a707-3088 0 is not matching search criteria
2022-05-01T06:13:20.999Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-01T06:13:20.999Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-01T06:13:21.000Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-01T06:13:21.000Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-01T06:13:21.000Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-01T06:13:21.000Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-01T06:13:21.000Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-01T06:13:21.001Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-01T06:13:21.001Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-01T06:13:21.001Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-01T06:13:21.001Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-01T06:13:21.001Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-01T06:13:21.002Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7a7f1210-2c4d-4aa0-955d-b609f74b7571
2022-05-01T06:13:21.002Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:13:21.002Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vFW 8a32a707-3088 0 is not matching search criteria
2022-05-01T06:13:21.002Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-01T06:13:21.003Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-01T06:13:21.003Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-01T06:13:21.003Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-01T06:13:21.003Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-01T06:13:21.003Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-01T06:13:21.004Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-01T06:13:21.004Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-01T06:13:21.034Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-01T06:13:21.035Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-01T06:13:21.035Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-01T06:13:21.035Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-01T06:13:21.035Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c42d220c-aada-4d51-82e4-91204320e0d7
2022-05-01T06:13:21.035Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:13:21.036Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-10-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:13:21.036Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:13:21.036Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-10-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:13:21.036Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:13:21.036Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-10-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:13:21.036Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:13:21.037Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-10-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:13:21.037Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-05-01 06-10-19
Description:catalog service description
Model UUID:438b16c4-c29f-4b70-a86e-7cd02a36b682
Model Version:NULL
Model InvariantUuid:5f5f35a7-d08f-41d9-817b-b807427b8b4c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 8a32a707-3088
Model UUID:ef9d7d40-a54e-4ec0-a722-5bd4a56c646d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:65cf581f-e86c-42d1-9011-1cbf64c2e7ad
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:35a077fd-8ad2-462d-8921-48653ba38255
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:3b7e466d-3725-4f78-9d7a-4e7abcb425d4
ModelName:Vfw8a32a7073088..base_vfw..module-0
ModelUuid:3316026d-3163-45f0-beeb-a024eedfad09
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:96a25bf3-c3e6-414c-92c0-8c105fab55ee
ModelInvariantUuid:e4f3f2be-2b73-4903-ac95-f95662119cd9
ModelName:vFW 8a32a707-3088-nodes.vfwCvfc
ModelUuid:6840fcd2-1a09-41a2-a081-dbc3d24d4c20
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:b2fb52bc-8f7f-4e94-9bdc-68cd77d95bc0
ModelInvariantUuid:9781b8c8-3f1a-4068-b0cd-9b3dc8875c43
ModelName:Vfw8a32a7073088.compute.nodes.heat.vfw
ModelUuid:334015aa-a76c-46dd-b72f-94c2cf90286d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7a7f1210-2c4d-4aa0-955d-b609f74b7571
ModelInvariantUuid:fd670bf1-9024-422a-b507-ca9b66892bc0
ModelName:vFW 8a32a707-3088-nodes.vsnCvfc
ModelUuid:e8aaf72c-acf7-4d42-a9f3-d48eb78b2bf1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:a64771e0-aeb6-4e75-ae53-c6d8ed4a6124
ModelInvariantUuid:149f3362-460f-4a7f-a18e-848a17ff5930
ModelName:Vfw8a32a7073088.compute.nodes.heat.vsn
ModelUuid:36df5ff4-2996-4c2b-8ef2-f1b4e3619524
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c42d220c-aada-4d51-82e4-91204320e0d7
ModelInvariantUuid:ba917550-80f6-4795-a3d8-2a8121f6d6f8
ModelName:vFW 8a32a707-3088-nodes.vpgCvfc
ModelUuid:656ec87c-825b-4025-aaa2-a2c0f4803c5e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:6e4897c5-db61-4b22-a524-b5e53b14e5c2
ModelInvariantUuid:5e173d94-2fa2-4118-aaf6-24fbda78a686
ModelName:Vfw8a32a7073088.compute.nodes.heat.vpg
ModelUuid:face88fb-d0f2-4eb7-81fb-987e206437f4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-01T06:13:21.045Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: becec99b-847d-4131-b1f6-a28e7cd991f4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-01T06:13:21.050Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||vFW 8a32a707-3088 0
2022-05-01T06:13:21.050Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: becec99b-847d-4131-b1f6-a28e7cd991f4
2022-05-01T06:13:21.050Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 58419451-4c2f-402f-90d7-46beb415fa8a from URL: /sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json
2022-05-01T06:13:21.051Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:13:21.051Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json
2022-05-01T06:13:21.243Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:13:21.244Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json 58419451-4c2f-402f-90d7-46beb415fa8a 785
2022-05-01T06:13:21.244Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json ASDC sendASDCNotification
2022-05-01T06:13:21.244Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json
2022-05-01T06:13:21.244Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:13:21.245Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:13:21.247Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:13:21.247Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385601244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-01T06:13:21.347Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:13:21.349Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:13:21.349Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:13:21.359Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:13:21.360Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:13:22.248Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw8a32a7073088..base_vfw..module-0",
"vfModuleModelInvariantUUID": "3b7e466d-3725-4f78-9d7a-4e7abcb425d4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3316026d-3163-45f0-beeb-a024eedfad09",
"vfModuleModelCustomizationUUID": "ae424fa2-0d25-4140-a122-52472b13825a",
"isBase": true,
"artifacts": [
"81c4f80b-e58a-4c79-9bdc-0938812db757",
"266e16f3-2ff4-475e-b004-ac4613e4bbac"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-01T06:13:22.255Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8a32a7073088..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3316026d-3163-45f0-beeb-a024eedfad09
VfModuleModelInvariantUUID:3b7e466d-3725-4f78-9d7a-4e7abcb425d4
VfModuleModelDescription:NULL
Artifacts UUID List:{
81c4f80b-e58a-4c79-9bdc-0938812db757
,
266e16f3-2ff4-475e-b004-ac4613e4bbac
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-01T06:13:22.257Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw8a32a7073088..base_vfw..module-0",
"vfModuleModelInvariantUUID": "3b7e466d-3725-4f78-9d7a-4e7abcb425d4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3316026d-3163-45f0-beeb-a024eedfad09",
"vfModuleModelCustomizationUUID": "ae424fa2-0d25-4140-a122-52472b13825a",
"isBase": true,
"artifacts": [
"81c4f80b-e58a-4c79-9bdc-0938812db757",
"266e16f3-2ff4-475e-b004-ac4613e4bbac"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-01T06:13:22.257Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8a32a7073088..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3316026d-3163-45f0-beeb-a024eedfad09
VfModuleModelInvariantUUID:3b7e466d-3725-4f78-9d7a-4e7abcb425d4
VfModuleModelDescription:NULL
Artifacts UUID List:{
81c4f80b-e58a-4c79-9bdc-0938812db757
,
266e16f3-2ff4-475e-b004-ac4613e4bbac
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-01T06:13:22.257Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 81c4f80b-e58a-4c79-9bdc-0938812db757 from URL: /sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml
2022-05-01T06:13:22.257Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:13:22.257Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml
2022-05-01T06:13:22.530Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:13:22.531Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml 81c4f80b-e58a-4c79-9bdc-0938812db757 20368
2022-05-01T06:13:22.532Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-01T06:13:22.532Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml
2022-05-01T06:13:22.532Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:13:22.532Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:13:22.534Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:13:22.535Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385602532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-01T06:13:22.635Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:13:22.636Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:13:22.636Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:13:22.655Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:13:22.655Z||pool-28-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:13:23.536Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 266e16f3-2ff4-475e-b004-ac4613e4bbac from URL: /sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env
2022-05-01T06:13:23.536Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:13:23.536Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env
2022-05-01T06:13:24.025Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:13:24.026Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env 266e16f3-2ff4-475e-b004-ac4613e4bbac 2098
2022-05-01T06:13:24.026Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-01T06:13:24.026Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env
2022-05-01T06:13:24.026Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:13:24.027Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:13:24.029Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:13:24.029Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385604026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-01T06:13:24.129Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:13:24.130Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:13:24.131Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:13:24.142Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:13:24.142Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:13:25.030Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 438b16c4-c29f-4b70-a86e-7cd02a36b682
2022-05-01T06:13:25.030Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8a32a707-3088 0 becec99b-847d-4131-b1f6-a28e7cd991f4 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-01T06:13:25.049Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@25332d6c, org.onap.sdc.toscaparser.api.parameters.Input@25263f92, org.onap.sdc.toscaparser.api.parameters.Input@266777ac, org.onap.sdc.toscaparser.api.parameters.Input@2d09f0b, org.onap.sdc.toscaparser.api.parameters.Input@3e349a70]
2022-05-01T06:13:25.051Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:13:25.051Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-10-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:13:25.052Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-05-01T06:13:25.052Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 35a077fd-8ad2-462d-8921-48653ba38255
2022-05-01T06:13:25.052Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 35a077fd-8ad2-462d-8921-48653ba38255 matches Tosca VF Customization UUID: 35a077fd-8ad2-462d-8921-48653ba38255
2022-05-01T06:13:25.052Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 35a077fd-8ad2-462d-8921-48653ba38255 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-01T06:13:25.055Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:13:25.055Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-10-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:13:25.056Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 35a077fd-8ad2-462d-8921-48653ba38255: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-05-01T06:13:25.056Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3113d954
2022-05-01T06:13:25.056Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:13:25.056Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-10-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-01T06:13:25.057Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ae424fa2-0d25-4140-a122-52472b13825a
2022-05-01T06:13:25.057Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ae424fa2-0d25-4140-a122-52472b13825a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-01T06:13:25.060Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:13:25.061Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vFW 8a32a707-3088 0 is matching search criteria
2022-05-01T06:13:25.061Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8a32a707-3088 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:13:25.061Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:13:25.062Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vFW 8a32a707-3088 0 is matching search criteria
2022-05-01T06:13:25.062Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8a32a707-3088 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:13:25.062Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:13:25.063Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vFW 8a32a707-3088 0 is not matching search criteria
2022-05-01T06:13:25.063Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-01T06:13:25.063Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-01T06:13:25.063Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-01T06:13:25.064Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-01T06:13:25.064Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-01T06:13:25.064Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-01T06:13:25.064Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-01T06:13:25.064Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-01T06:13:25.065Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-01T06:13:25.065Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-01T06:13:25.065Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-01T06:13:25.065Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=96a25bf3-c3e6-414c-92c0-8c105fab55ee
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-01T06:13:25.068Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:13:25.068Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vFW 8a32a707-3088 0 is matching search criteria
2022-05-01T06:13:25.068Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8a32a707-3088 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:13:25.069Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:13:25.069Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vFW 8a32a707-3088 0 is not matching search criteria
2022-05-01T06:13:25.069Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-01T06:13:25.069Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-01T06:13:25.069Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-01T06:13:25.070Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-01T06:13:25.070Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-01T06:13:25.070Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-01T06:13:25.070Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-01T06:13:25.071Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-01T06:13:25.071Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-01T06:13:25.071Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-01T06:13:25.071Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-01T06:13:25.071Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-01T06:13:25.071Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7a7f1210-2c4d-4aa0-955d-b609f74b7571
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-01T06:13:25.074Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:13:25.074Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vFW 8a32a707-3088 0 is matching search criteria
2022-05-01T06:13:25.074Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8a32a707-3088 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:13:25.074Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:13:25.075Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vFW 8a32a707-3088 0 is not matching search criteria
2022-05-01T06:13:25.075Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-01T06:13:25.075Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-01T06:13:25.075Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-01T06:13:25.075Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-01T06:13:25.076Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-01T06:13:25.076Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-01T06:13:25.076Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-01T06:13:25.076Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-01T06:13:25.076Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-01T06:13:25.077Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-01T06:13:25.077Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-01T06:13:25.077Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-01T06:13:25.077Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c42d220c-aada-4d51-82e4-91204320e0d7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-01T06:13:25.079Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:13:25.080Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vFW 8a32a707-3088 0 is matching search criteria
2022-05-01T06:13:25.080Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8a32a707-3088 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:13:25.080Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:13:25.080Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vFW 8a32a707-3088 0 is matching search criteria
2022-05-01T06:13:25.081Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8a32a707-3088 0] matching following query criteria: sdcType=VF, customizationUUID=35a077fd-8ad2-462d-8921-48653ba38255
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-01T06:13:25.082Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:13:25.083Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-10-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:13:25.083Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 438b16c4-c29f-4b70-a86e-7cd02a36b682: vFW 8a32a707-3088
2022-05-01T06:13:25.083Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:13:25.083Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-10-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:13:25.084Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:13:25.084Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-10-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:13:25.084Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:13:25.084Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-10-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:13:25.084Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:13:25.085Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-10-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:13:25.085Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:13:25.085Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-10-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:13:25.085Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-05-01 06-10-19
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-01T06:13:25.274Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8a32a707-3088 becec99b-847d-4131-b1f6-a28e7cd991f4 1 ASDC deployResourceStructure
2022-05-01T06:13:25.274Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json ASDC sendASDCNotification
2022-05-01T06:13:25.275Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json
2022-05-01T06:13:25.275Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-01T06:13:25.275Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:13:25.277Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:13:25.277Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385605274,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json",
"status": "DEPLOY_OK"
}
2022-05-01T06:13:25.378Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:13:25.379Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:13:25.379Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:13:25.389Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:13:25.390Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:13:26.279Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-01T06:13:26.279Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml
2022-05-01T06:13:26.279Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-01T06:13:26.279Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:13:26.281Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:13:26.281Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385606279,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-01T06:13:26.382Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:13:26.383Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:13:26.383Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:13:26.396Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:13:26.397Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:13:27.283Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-01T06:13:27.283Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env
2022-05-01T06:13:27.283Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-01T06:13:27.284Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:13:27.286Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:13:27.286Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385607283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-01T06:13:27.386Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-01T06:13:27.388Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:13:27.388Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:13:27.398Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:13:27.399Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:13:28.287Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar ASDC sendASDCNotification
2022-05-01T06:13:28.288Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar
2022-05-01T06:13:28.288Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-01T06:13:28.288Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:13:28.290Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:13:28.290Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385608287,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-01T06:13:28.390Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:13:28.392Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:13:28.392Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:13:28.402Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:13:28.404Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:13:29.291Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d86117c7-64ab-4d3a-ae68-82b6221a879e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-01T06:13:29.303Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d86117c7-64ab-4d3a-ae68-82b6221a879e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-01T06:13:29.305Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-01T06:13:29.305Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-01T06:13:29.305Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-01T06:13:59.306Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d86117c7-64ab-4d3a-ae68-82b6221a879e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-01T06:13:59.318Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d86117c7-64ab-4d3a-ae68-82b6221a879e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-01T06:13:59.320Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-01T06:13:59.321Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-01T06:13:59.321Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-01T06:14:09.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:14:09.271Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T06:14:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:14:09.295Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:14:09.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "aai-ml",
"timestamp": 1651385542446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.304Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "ves-openapi-manager",
"timestamp": 1651385542485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.305Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651385547545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.305Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "policy-id",
"timestamp": 1651385542813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.306Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "ves-openapi-manager",
"timestamp": 1651385542485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.306Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "aai-ml",
"timestamp": 1651385542446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651385547545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json",
"status": "NOTIFIED"
}
2022-05-01T06:14:09.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "policy-id",
"timestamp": 1651385542813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "ves-openapi-manager",
"timestamp": 1651385542485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.309Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "aai-ml",
"timestamp": 1651385542446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.309Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "policy-id",
"timestamp": 1651385542813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-01T06:14:09.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651385547545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-01T06:14:09.311Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "ves-openapi-manager",
"timestamp": 1651385542485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.312Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "aai-ml",
"timestamp": 1651385542446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.312Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "policy-id",
"timestamp": 1651385542813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651385547545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "ves-openapi-manager",
"timestamp": 1651385542485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.314Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "aai-ml",
"timestamp": 1651385542446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.314Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "policy-id",
"timestamp": 1651385542813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651385547545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-01T06:14:09.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "ves-openapi-manager",
"timestamp": 1651385542485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "aai-ml",
"timestamp": 1651385542446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "policy-id",
"timestamp": 1651385542813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651385547545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "cds",
"timestamp": 1651385555239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.318Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "ves-openapi-manager",
"timestamp": 1651385542485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.318Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "aai-ml",
"timestamp": 1651385542446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
"status": "NOTIFIED"
}
2022-05-01T06:14:09.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "policy-id",
"timestamp": 1651385542813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
"status": "NOTIFIED"
}
2022-05-01T06:14:09.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651385547545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
"status": "NOTIFIED"
}
2022-05-01T06:14:09.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "cds",
"timestamp": 1651385555239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "cds",
"timestamp": 1651385555239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "aai-ml",
"timestamp": 1651385557544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-01T06:14:09.321Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:14:09.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "policy-id",
"timestamp": 1651385557875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-01T06:14:09.322Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:14:09.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651385557831,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-01T06:14:09.322Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:14:09.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "cds",
"timestamp": 1651385555239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "policy-id",
"timestamp": 1651385558881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-01T06:14:09.323Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:14:09.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651385559054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-01T06:14:09.323Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:14:09.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "cds",
"timestamp": 1651385555239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "policy-id",
"timestamp": 1651385559884,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-01T06:14:09.334Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d86117c7-64ab-4d3a-ae68-82b6221a879e
2022-05-01T06:14:09.334Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d86117c7-64ab-4d3a-ae68-82b6221a879e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-01T06:14:09.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.345Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651385560249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-01T06:14:09.345Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:14:09.345Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.345Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651385559309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.345Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.346Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.346Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "cds",
"timestamp": 1651385555239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.346Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.346Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.346Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651385561311,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-01T06:14:09.351Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d86117c7-64ab-4d3a-ae68-82b6221a879e
2022-05-01T06:14:09.351Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d86117c7-64ab-4d3a-ae68-82b6221a879e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-01T06:14:09.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651385559309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "cds",
"timestamp": 1651385555239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
"status": "NOTIFIED"
}
2022-05-01T06:14:09.363Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651385562315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json",
"status": "DEPLOY_OK"
}
2022-05-01T06:14:09.363Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:14:09.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651385559309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "cds",
"timestamp": 1651385563149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-01T06:14:09.364Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:14:09.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651385559309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "cds",
"timestamp": 1651385564157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-01T06:14:09.372Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d86117c7-64ab-4d3a-ae68-82b6221a879e
2022-05-01T06:14:09.372Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d86117c7-64ab-4d3a-ae68-82b6221a879e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-01T06:14:09.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651385559309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651385559309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651385559309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
"status": "NOTIFIED"
}
2022-05-01T06:14:09.383Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651385567345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-01T06:14:09.383Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:14:09.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "clamp",
"timestamp": 1651385567275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.384Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "aai-ml",
"timestamp": 1651385569295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-01T06:14:09.384Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:14:09.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "clamp",
"timestamp": 1651385567275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json",
"status": "NOTIFIED"
}
2022-05-01T06:14:09.385Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "aai-ml",
"timestamp": 1651385570301,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-01T06:14:09.392Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d86117c7-64ab-4d3a-ae68-82b6221a879e
2022-05-01T06:14:09.392Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d86117c7-64ab-4d3a-ae68-82b6221a879e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-01T06:14:09.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "clamp",
"timestamp": 1651385567275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.401Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "clamp",
"timestamp": 1651385567275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.402Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651385571544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-01T06:14:09.403Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:14:09.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "clamp",
"timestamp": 1651385567275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.403Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651385572550,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-01T06:14:09.409Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d86117c7-64ab-4d3a-ae68-82b6221a879e
2022-05-01T06:14:09.409Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d86117c7-64ab-4d3a-ae68-82b6221a879e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-01T06:14:09.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "clamp",
"timestamp": 1651385567275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.418Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "clamp",
"timestamp": 1651385567275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
"status": "NOTIFIED"
}
2022-05-01T06:14:09.419Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "aai-ml",
"timestamp": 1651385572446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.420Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651385567545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.420Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "cds",
"timestamp": 1651385570239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.421Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "aai-ml",
"timestamp": 1651385572446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.421Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651385567545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json",
"status": "NOTIFIED"
}
2022-05-01T06:14:09.422Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "cds",
"timestamp": 1651385570239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.422Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "aai-ml",
"timestamp": 1651385572446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.423Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.423Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.423Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651385567545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-01T06:14:09.423Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.423Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.423Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "cds",
"timestamp": 1651385570239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.423Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651385567545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.424Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "aai-ml",
"timestamp": 1651385572446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "cds",
"timestamp": 1651385570239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "clamp",
"timestamp": 1651385578979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-01T06:14:09.425Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:14:09.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "aai-ml",
"timestamp": 1651385572446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651385567545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-01T06:14:09.427Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "cds",
"timestamp": 1651385570239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.427Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "aai-ml",
"timestamp": 1651385572446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.428Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651385567545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.428Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "cds",
"timestamp": 1651385570239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.428Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "clamp",
"timestamp": 1651385580987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-01T06:14:09.429Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:14:09.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651385567545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar",
"status": "NOTIFIED"
}
2022-05-01T06:14:09.429Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "aai-ml",
"timestamp": 1651385572446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar",
"status": "NOTIFIED"
}
2022-05-01T06:14:09.430Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "cds",
"timestamp": 1651385570239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar",
"status": "NOTIFIED"
}
2022-05-01T06:14:09.430Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "clamp",
"timestamp": 1651385581990,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-01T06:14:09.439Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d86117c7-64ab-4d3a-ae68-82b6221a879e
2022-05-01T06:14:09.439Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d86117c7-64ab-4d3a-ae68-82b6221a879e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-01T06:14:09.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651385583181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-01T06:14:09.449Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:14:09.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "cds",
"timestamp": 1651385583398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-01T06:14:09.449Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:14:09.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "aai-ml",
"timestamp": 1651385582974,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-01T06:14:09.450Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:14:09.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "ves-openapi-manager",
"timestamp": 1651385582485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "policy-id",
"timestamp": 1651385582813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.451Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "cds",
"timestamp": 1651385584405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-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-05-01T06:14:09.466Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4f6ce241-635f-4f3c-9960-c1c54f9ac71d
2022-05-01T06:14:09.466Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f6ce241-635f-4f3c-9960-c1c54f9ac71d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-01T06:14:09.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "ves-openapi-manager",
"timestamp": 1651385582485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.475Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651385584346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-01T06:14:09.476Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:14:09.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "policy-id",
"timestamp": 1651385582813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.476Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "ves-openapi-manager",
"timestamp": 1651385582485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.477Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.477Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "policy-id",
"timestamp": 1651385582813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-01T06:14:09.477Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651385585637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-01T06:14:09.478Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:14:09.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "ves-openapi-manager",
"timestamp": 1651385582485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.478Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "policy-id",
"timestamp": 1651385582813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651385586660,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-01T06:14:09.484Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f6ce241-635f-4f3c-9960-c1c54f9ac71d
2022-05-01T06:14:09.484Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f6ce241-635f-4f3c-9960-c1c54f9ac71d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-01T06:14:09.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "ves-openapi-manager",
"timestamp": 1651385582485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.500Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "policy-id",
"timestamp": 1651385582813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.501Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651385587666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-01T06:14:09.501Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:14:09.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "ves-openapi-manager",
"timestamp": 1651385582485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.502Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:09.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "policy-id",
"timestamp": 1651385582813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.503Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-01T06:14:29.321Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d86117c7-64ab-4d3a-ae68-82b6221a879e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-01T06:14:29.334Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d86117c7-64ab-4d3a-ae68-82b6221a879e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-01T06:14:29.337Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-01T06:14:29.337Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-01T06:14:29.338Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-01T06:14:29.338Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-01T06:14:29.338Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-01T06:14:29.338Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-01T06:14:29.338Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-01T06:14:29.338Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-01T06:14:29.338Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-01T06:14:29.338Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-01T06:14:29.339Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-01T06:14:29.344Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-01T06:14:59.344Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d86117c7-64ab-4d3a-ae68-82b6221a879e and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-01T06:14:59.351Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d86117c7-64ab-4d3a-ae68-82b6221a879e and serviceModelVersionId: 438b16c4-c29f-4b70-a86e-7cd02a36b682
2022-05-01T06:14:59.351Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5f5f35a7-d08f-41d9-817b-b807427b8b4c
2022-05-01T06:14:59.352Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5f5f35a7-d08f-41d9-817b-b807427b8b4c/model-vers/model-ver/438b16c4-c29f-4b70-a86e-7cd02a36b682?depth=0
2022-05-01T06:14:59.357Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-05-01T06:14:59.410Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f5f35a7-d08f-41d9-817b-b807427b8b4c/model-vers/model-ver/438b16c4-c29f-4b70-a86e-7cd02a36b682?depth=0|INFO|500||Invoke
2022-05-01T06:14:59.411Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f5f35a7-d08f-41d9-817b-b807427b8b4c/model-vers/model-ver/438b16c4-c29f-4b70-a86e-7cd02a36b682?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f5f35a7-d08f-41d9-817b-b807427b8b4c/model-vers/model-ver/438b16c4-c29f-4b70-a86e-7cd02a36b682?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d86117c7-64ab-4d3a-ae68-82b6221a879e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b5726752-4c31-4b34-83df-7cfc16244844], X-ECOMP-RequestID=[d86117c7-64ab-4d3a-ae68-82b6221a879e], X-TransactionId=[], X-ONAP-RequestID=[d86117c7-64ab-4d3a-ae68-82b6221a879e], Content-Type=[application/merge-patch+json]}
2022-05-01T06:14:59.440Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f5f35a7-d08f-41d9-817b-b807427b8b4c/model-vers/model-ver/438b16c4-c29f-4b70-a86e-7cd02a36b682?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-01T06:14:59.768Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f5f35a7-d08f-41d9-817b-b807427b8b4c/model-vers/model-ver/438b16c4-c29f-4b70-a86e-7cd02a36b682?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/5f5f35a7-d08f-41d9-817b-b807427b8b4c/model-vers/model-ver/438b16c4-c29f-4b70-a86e-7cd02a36b682?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220501-06:14:58:730-83740], vertex-id=[356384], Content-Length=[0], Date=[Sun, 01 May 2022 06:14:58 GMT], Content-Type=[application/json]}
2022-05-01T06:14:59.769Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f5f35a7-d08f-41d9-817b-b807427b8b4c/model-vers/model-ver/438b16c4-c29f-4b70-a86e-7cd02a36b682?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-01T06:14:59.770Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f5f35a7-d08f-41d9-817b-b807427b8b4c/model-vers/model-ver/438b16c4-c29f-4b70-a86e-7cd02a36b682?depth=0|INFO|500||InvokeReturn
2022-05-01T06:14:59.770Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-01T06:14:59.770Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-01T06:14:59.779Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-01T06:14:59.780Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d86117c7-64ab-4d3a-ae68-82b6221a879e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-01T06:14:59.780Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-01T06:14:59.780Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:14:59.784Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:14:59.784Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385699780,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-01T06:14:59.883Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-01T06:14:59.884Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:14:59.885Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:14:59.900Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:14:59.901Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-01T06:15:00.797Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-01T06:15:00.797Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"4f6ce241-635f-4f3c-9960-c1c54f9ac71d","serviceName":"basic_onboard_XiojFo","serviceVersion":"1.0","serviceUUID":"1d9f1125-4eee-4fcf-98e5-2cc0d389bbb5","serviceDescription":"service","serviceInvariantUUID":"e659a82a-6fd6-414d-874a-c2876f17a2b9","resources":[{"resourceInstanceName":"basic_onboard_XiojFo 0","resourceName":"basic_onboard_XiojFo","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"11252f4e-0e44-4ba3-ad3c-4f26875fcc00","resourceInvariantUUID":"1e32c8d1-91df-4b9e-8d74-38e43a10551f","resourceCustomizationUUID":"396a54bc-5a28-49f7-a7fb-0eeb85368231","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/vf-license-model.xml","artifactChecksum":"MTkwODUwYjk2NzdhZjBlODk2ZDk2ZTkwYWVkNmMwMDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"23db3ad1-4a4c-4fc2-b775-bbe46a3c0b23","artifactVersion":"1"},{"artifactName":"basic_onboard_xiojfo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json","artifactChecksum":"MGY2Yzk3N2Q5N2I1MjgwMzE4Y2IyNGY4ZmMwMDcwNDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5db97a3f-91c3-4781-8219-4bec40523f99","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9ab2ca89-c315-4c9e-914a-1adcef9521a0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b5386bcf-4df9-43a3-b4df-6e26e3a1ce31","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ea26ab1b-434e-47ab-bb42-bf2a0a7af853","artifactVersion":"2","generatedFromUUID":"9ab2ca89-c315-4c9e-914a-1adcef9521a0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXiojfo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-template.yml","artifactChecksum":"MjIyZjViMDZhNDk2MTliMjhhOTRkNzViOWI1MDgwNDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9337f64b-41f3-4c38-875d-b7a19a12bee6","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXiojfo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar","artifactChecksum":"ZGVhODVlNTJhZTVkM2RlMDEzNjdhYTlhNGE2ODY0OTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"51f4b535-c06a-4873-8525-32e509d9e791","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-01T06:15:00.799Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:15:00.799Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:15:00.801Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:15:00.801Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385589268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:15:00.902Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:15:00.903Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:15:00.903Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:15:00.913Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:15:00.914Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:15:01.802Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:15:01.804Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:15:01.806Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:15:01.807Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385589268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json",
"status": "NOTIFIED"
}
2022-05-01T06:15:01.907Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-01T06:15:01.907Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:15:01.908Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:15:01.921Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:15:01.921Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:15:02.807Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:15:02.808Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:15:02.813Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:15:02.813Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385589268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-01T06:15:02.913Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-01T06:15:02.914Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:15:02.914Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:15:02.924Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:15:02.924Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:15:03.814Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:15:03.815Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:15:03.817Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:15:03.817Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385589268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:15:03.917Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:15:03.918Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:15:03.919Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:15:03.930Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:15:03.931Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:15:04.818Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:15:04.819Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:15:04.822Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:15:04.822Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385589268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-01T06:15:04.922Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:15:04.923Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:15:04.923Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:15:04.938Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:15:04.938Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:15:05.822Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:15:05.824Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:15:05.826Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:15:05.826Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385589268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:15:05.926Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:15:05.927Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:15:05.927Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:15:05.938Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:15:05.939Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:15:06.827Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:15:06.828Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:15:06.830Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:15:06.830Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385589268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar",
"status": "NOTIFIED"
}
2022-05-01T06:15:06.930Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-01T06:15:06.932Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:15:06.932Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:15:06.943Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:15:06.944Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:15:07.832Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"serviceName": "basic_onboard_XiojFo",
"serviceVersion": "1.0",
"serviceUUID": "1d9f1125-4eee-4fcf-98e5-2cc0d389bbb5",
"serviceDescription": "service",
"serviceInvariantUUID": "e659a82a-6fd6-414d-874a-c2876f17a2b9",
"resources": [
{
"resourceInstanceName": "basic_onboard_XiojFo 0",
"resourceCustomizationUUID": "396a54bc-5a28-49f7-a7fb-0eeb85368231",
"resourceName": "basic_onboard_XiojFo",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "11252f4e-0e44-4ba3-ad3c-4f26875fcc00",
"resourceInvariantUUID": "1e32c8d1-91df-4b9e-8d74-38e43a10551f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_xiojfo0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json",
"artifactChecksum": "MGY2Yzk3N2Q5N2I1MjgwMzE4Y2IyNGY4ZmMwMDcwNDE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5db97a3f-91c3-4781-8219-4bec40523f99",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9ab2ca89-c315-4c9e-914a-1adcef9521a0",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ea26ab1b-434e-47ab-bb42-bf2a0a7af853",
"generatedFromUUID": "9ab2ca89-c315-4c9e-914a-1adcef9521a0"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ea26ab1b-434e-47ab-bb42-bf2a0a7af853",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardXiojfo-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar",
"artifactChecksum": "ZGVhODVlNTJhZTVkM2RlMDEzNjdhYTlhNGE2ODY0OTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "51f4b535-c06a-4873-8525-32e509d9e791"
}
],
"workloadContext": "Production"
}
2022-05-01T06:15:07.832Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-01T06:15:07.832Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1d9f1125-4eee-4fcf-98e5-2cc0d389bbb5 ASDC
2022-05-01T06:15:07.833Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:4f6ce241-635f-4f3c-9960-c1c54f9ac71d
ServiceName:basic_onboard_XiojFo
ServiceVersion:1.0
ServiceUUID:1d9f1125-4eee-4fcf-98e5-2cc0d389bbb5
ServiceInvariantUUID:e659a82a-6fd6-414d-874a-c2876f17a2b9
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardXiojfo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar
ArtifactUUID:51f4b535-c06a-4873-8525-32e509d9e791
ArtifactChecksum:ZGVhODVlNTJhZTVkM2RlMDEzNjdhYTlhNGE2ODY0OTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_XiojFo 0
ResourceCustomizationUUID:396a54bc-5a28-49f7-a7fb-0eeb85368231
ResourceInvariantUUID:1e32c8d1-91df-4b9e-8d74-38e43a10551f
ResourceName:basic_onboard_XiojFo
ResourceType:VF
ResourceUUID:11252f4e-0e44-4ba3-ad3c-4f26875fcc00
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_xiojfo0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json
ArtifactUUID:5db97a3f-91c3-4781-8219-4bec40523f99
ArtifactChecksum:MGY2Yzk3N2Q5N2I1MjgwMzE4Y2IyNGY4ZmMwMDcwNDE=
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/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.yaml
ArtifactUUID:9ab2ca89-c315-4c9e-914a-1adcef9521a0
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/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env
ArtifactUUID:ea26ab1b-434e-47ab-bb42-bf2a0a7af853
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/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env
ArtifactUUID:ea26ab1b-434e-47ab-bb42-bf2a0a7af853
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-01T06:15:07.833Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d9f1125-4eee-4fcf-98e5-2cc0d389bbb5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-01T06:15:07.873Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-01T06:15:07.874Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-01T06:15:07.874Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-01T06:15:07.874Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 51f4b535-c06a-4873-8525-32e509d9e791 from URL: /sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar
2022-05-01T06:15:07.875Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:15:07.875Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar
2022-05-01T06:15:08.156Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:15:08.160Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar 51f4b535-c06a-4873-8525-32e509d9e791 71565
2022-05-01T06:15:08.160Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar ASDC sendASDCNotification
2022-05-01T06:15:08.160Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar
2022-05-01T06:15:08.160Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:15:08.161Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:15:08.163Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:15:08.163Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385708160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-01T06:15:08.266Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-05-01T06:15:08.267Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:15:08.267Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:15:08.282Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:15:08.283Z||pool-42-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:15:09.163Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-01T06:15:09.165Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-01T06:15:09.165Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 51f4b535-c06a-4873-8525-32e509d9e791, URL: /sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar to file: /app/ASDC/1/service-BasicOnboardXiojfo-csar.csar
2022-05-01T06:15:09.165Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardXiojfo-csar.csar
2022-05-01T06:15:09.166Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardXiojfo-csar.csar
2022-05-01T06:15:09.166Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardXiojfo-csar.csar
2022-05-01T06:15:09.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:15:09.271Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-01T06:15:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:15:09.286Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:15:09.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:15:09.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "ves-openapi-manager",
"timestamp": 1651385582485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-01T06:15:09.289Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-01T06:15:09.315Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5140935956895741729/Definitions/service-BasicOnboardXiojfo-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-05-01T06:15:10.537Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-01T06:15:10.537Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-01T06:15:10.538Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardXiojfo-csar.csar
2022-05-01T06:15:10.538Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-01T06:15:10.538Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||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-BasicOnboardXiojfo-csar.csar
2022-05-01T06:15:10.538Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_XiojFo 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-BasicOnboardXiojfo-csar.csar
2022-05-01T06:15:10.538Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXiojfo-csar.csar
2022-05-01T06:15:10.538Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||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-BasicOnboardXiojfo-csar.csar
2022-05-01T06:15:10.538Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXiojfo-csar.csar
2022-05-01T06:15:10.538Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardXiojfo-csar.csar
2022-05-01T06:15:10.538Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardXiojfo-csar.csar
2022-05-01T06:15:10.538Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXiojfo-csar.csar
2022-05-01T06:15:10.538Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardXiojfo-csar.csar
2022-05-01T06:15:10.539Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-01T06:15:10.539Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:15:10.539Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_XiojFo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:15:10.539Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_XiojFo 0 is matching search criteria
2022-05-01T06:15:10.539Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-01T06:15:10.540Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_XiojFo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-01T06:15:10.540Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:15:10.540Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_XiojFo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:15:10.540Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_XiojFo 0 is matching search criteria
2022-05-01T06:15:10.540Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-01T06:15:10.540Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_XiojFo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-01T06:15:10.540Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:15:10.541Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_XiojFo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:15:10.541Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:15:10.541Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_XiojFo 0 is not matching search criteria
2022-05-01T06:15:10.541Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-01T06:15:10.541Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-01T06:15:10.542Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-01T06:15:10.542Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-01T06:15:10.542Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-01T06:15:10.542Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:15:10.542Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_XiojFo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-01T06:15:10.542Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:15:10.542Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_XiojFo 0 is matching search criteria
2022-05-01T06:15:10.543Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_XiojFo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:15:10.543Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:15:10.543Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_XiojFo 0 is matching search criteria
2022-05-01T06:15:10.543Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_XiojFo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:15:10.543Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:15:10.543Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_XiojFo 0 is matching search criteria
2022-05-01T06:15:10.543Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_XiojFo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:15:10.544Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:15:10.544Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_XiojFo 0 is not matching search criteria
2022-05-01T06:15:10.544Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-01T06:15:10.544Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-01T06:15:10.544Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3e68181e-8337-476c-8bc8-25a5354b2d44
2022-05-01T06:15:10.544Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:15:10.544Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_XiojFo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:15:10.545Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:15:10.545Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_XiojFo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:15:10.545Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:15:10.545Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_XiojFo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:15:10.545Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:15:10.545Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_XiojFo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:15:10.546Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_XiojFo
Description:service
Model UUID:1d9f1125-4eee-4fcf-98e5-2cc0d389bbb5
Model Version:NULL
Model InvariantUuid:e659a82a-6fd6-414d-874a-c2876f17a2b9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_XiojFo
Model UUID:f16b8b61-d1f9-4239-a985-ed49b460a9b7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1e32c8d1-91df-4b9e-8d74-38e43a10551f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:396a54bc-5a28-49f7-a7fb-0eeb85368231
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e08b7007-f393-469a-a0cb-4f821c98d908
ModelName:BasicOnboardXiojfo..base_ubuntu18..module-0
ModelUuid:8cb3aa2b-1b32-499d-bb45-d687ea7bffd2
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3e68181e-8337-476c-8bc8-25a5354b2d44
ModelInvariantUuid:e873f20e-fe2b-43c5-9411-eb37f90cbb7f
ModelName:basic_onboard_XiojFo-nodes.ubuntu18Cvfc
ModelUuid:7000d858-e53b-4e2c-b485-ff300f06d41d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:d3349537-0518-4ed4-a802-6ebb09dccd67
ModelInvariantUuid:db51ce6a-e084-4a71-b1d6-1c3e86268d1c
ModelName:BasicOnboardXiojfo.compute.nodes.heat.ubuntu18
ModelUuid:6465e6ac-5278-404e-b22f-57f029ffcd0d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-01T06:15:10.554Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 11252f4e-0e44-4ba3-ad3c-4f26875fcc00
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-01T06:15:10.557Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||basic_onboard_XiojFo 0
2022-05-01T06:15:10.557Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 11252f4e-0e44-4ba3-ad3c-4f26875fcc00
2022-05-01T06:15:10.557Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5db97a3f-91c3-4781-8219-4bec40523f99 from URL: /sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json
2022-05-01T06:15:10.557Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:15:10.557Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json
2022-05-01T06:15:10.769Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:15:10.770Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json 5db97a3f-91c3-4781-8219-4bec40523f99 798
2022-05-01T06:15:10.770Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json ASDC sendASDCNotification
2022-05-01T06:15:10.771Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json
2022-05-01T06:15:10.771Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:15:10.771Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:15:10.773Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:15:10.774Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385710770,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-01T06:15:10.874Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:15:10.875Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:15:10.875Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:15:10.888Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:15:10.889Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:15:11.774Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardXiojfo..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e08b7007-f393-469a-a0cb-4f821c98d908",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8cb3aa2b-1b32-499d-bb45-d687ea7bffd2",
"vfModuleModelCustomizationUUID": "751c6232-698d-4767-87fa-7b786b274f44",
"isBase": true,
"artifacts": [
"9ab2ca89-c315-4c9e-914a-1adcef9521a0",
"ea26ab1b-434e-47ab-bb42-bf2a0a7af853"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-01T06:15:11.778Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXiojfo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8cb3aa2b-1b32-499d-bb45-d687ea7bffd2
VfModuleModelInvariantUUID:e08b7007-f393-469a-a0cb-4f821c98d908
VfModuleModelDescription:NULL
Artifacts UUID List:{
9ab2ca89-c315-4c9e-914a-1adcef9521a0
,
ea26ab1b-434e-47ab-bb42-bf2a0a7af853
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-01T06:15:11.780Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardXiojfo..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e08b7007-f393-469a-a0cb-4f821c98d908",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8cb3aa2b-1b32-499d-bb45-d687ea7bffd2",
"vfModuleModelCustomizationUUID": "751c6232-698d-4767-87fa-7b786b274f44",
"isBase": true,
"artifacts": [
"9ab2ca89-c315-4c9e-914a-1adcef9521a0",
"ea26ab1b-434e-47ab-bb42-bf2a0a7af853"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-01T06:15:11.780Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXiojfo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8cb3aa2b-1b32-499d-bb45-d687ea7bffd2
VfModuleModelInvariantUUID:e08b7007-f393-469a-a0cb-4f821c98d908
VfModuleModelDescription:NULL
Artifacts UUID List:{
9ab2ca89-c315-4c9e-914a-1adcef9521a0
,
ea26ab1b-434e-47ab-bb42-bf2a0a7af853
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-01T06:15:11.780Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9ab2ca89-c315-4c9e-914a-1adcef9521a0 from URL: /sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.yaml
2022-05-01T06:15:11.780Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:15:11.781Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.yaml
2022-05-01T06:15:11.958Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:15:11.958Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.yaml 9ab2ca89-c315-4c9e-914a-1adcef9521a0 5033
2022-05-01T06:15:11.958Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-01T06:15:11.959Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.yaml
2022-05-01T06:15:11.959Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:15:11.959Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:15:11.961Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:15:11.961Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385711958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-01T06:15:12.061Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:15:12.062Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:15:12.062Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:15:12.077Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:15:12.078Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:15:12.962Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ea26ab1b-434e-47ab-bb42-bf2a0a7af853 from URL: /sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env
2022-05-01T06:15:12.962Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:15:12.962Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env
2022-05-01T06:15:13.008Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:15:13.009Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env ea26ab1b-434e-47ab-bb42-bf2a0a7af853 909
2022-05-01T06:15:13.009Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-01T06:15:13.009Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env
2022-05-01T06:15:13.009Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:15:13.009Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:15:13.011Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:15:13.011Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651385713009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-01T06:15:13.111Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:15:13.112Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:15:13.112Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:15:13.123Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-01T06:15:13.123Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:15:14.012Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 1d9f1125-4eee-4fcf-98e5-2cc0d389bbb5
2022-05-01T06:15:14.013Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_XiojFo 0 11252f4e-0e44-4ba3-ad3c-4f26875fcc00 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-05-01T06:15:14.027Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7610ead8, org.onap.sdc.toscaparser.api.parameters.Input@561d16b3, org.onap.sdc.toscaparser.api.parameters.Input@2988d9ac, org.onap.sdc.toscaparser.api.parameters.Input@1f867d6, org.onap.sdc.toscaparser.api.parameters.Input@70cf0b1b]
2022-05-01T06:15:14.029Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:15:14.029Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_XiojFo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:15:14.030Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-05-01T06:15:14.030Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 396a54bc-5a28-49f7-a7fb-0eeb85368231
2022-05-01T06:15:14.030Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 396a54bc-5a28-49f7-a7fb-0eeb85368231 matches Tosca VF Customization UUID: 396a54bc-5a28-49f7-a7fb-0eeb85368231
2022-05-01T06:15:14.030Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 396a54bc-5a28-49f7-a7fb-0eeb85368231 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-01T06:15:14.032Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:15:14.033Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_XiojFo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:15:14.033Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 396a54bc-5a28-49f7-a7fb-0eeb85368231: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-05-01T06:15:14.033Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@63f7c3ce
2022-05-01T06:15:14.034Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-01T06:15:14.034Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_XiojFo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-01T06:15:14.034Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 751c6232-698d-4767-87fa-7b786b274f44
2022-05-01T06:15:14.034Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 751c6232-698d-4767-87fa-7b786b274f44
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-01T06:15:14.036Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery