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-24T11:21:36.582Z||main|||||INFO|500||The following profiles are active: basic
2022-05-24T11:21:53.202Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-24T11:21:53.205Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-24T11:21:53.387Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-24T11:22:00.690Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-24T11:22:01.521Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-24T11:22:02.356Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-24T11:22:02.379Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-24T11:22:02.615Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-24T11:22:03.082Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-24T11:22:04.192Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-24T11:22:07.548Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-24T11:22:11.533Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-24T11:22:11.658Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-24T11:22:12.601Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-24T11:22:12.897Z||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-24T11:22:14.597Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-24T11:22:16.178Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-05-24T11:22:16.206Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$6480366b.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-05-24T11:22:16.210Z||main|||||WARN|500||The sdc end point is not alive
2022-05-24T11:22:21.456Z||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-24T11:22:26.860Z||main|||||WARN|500||---
2022-05-24T11:22:26.861Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-24T11:22:26.861Z||main|||||WARN|500||---
2022-05-24T11:22:27.709Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-24T11:22:35.969Z||main|||||INFO|500||Started Application in 63.462 seconds (JVM running for 66.063)
2022-05-24T11:22:36.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-24T11:22:36.064Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-24T11:22:36.089Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-24T11:22:36.126Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-24T11:22:36.176Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5c397cf7-fd6b-470e-a861-ffd649156cb4 url= /sdc/v1/artifactTypes
2022-05-24T11:22:36.176Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-24T11:22:36.452Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-24T11:22:36.478Z||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-24T11:22:36.501Z||scheduling-1|||||DEBUG|500||create keys
2022-05-24T11:22:36.510Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-24T11:22:36.642Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:22:36.673Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 71d4a7e3-a69e-4577-b222-c18d7c5f5af1 url= /sdc/v1/registerForDistribution
2022-05-24T11:22:37.033Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 71d4a7e3-a69e-4577-b222-c18d7c5f5af1 url= /sdc/v1/registerForDistribution
2022-05-24T11:22:37.034Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-24T11:22:37.061Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:22:37.111Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-24T11:22:37.113Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:22:37.152Z||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-24T11:22:37.152Z||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-24T11:22:37.153Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:22:37.153Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:22:47.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:22:47.680Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:23:37.041Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:23:37.045Z||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-24T11:23:37.045Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:23:37.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:23:37.048Z||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-24T11:23:37.049Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:23:46.655Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:23:46.655Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:24:37.040Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:24:37.041Z||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-24T11:24:37.042Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:24:37.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:24:37.047Z||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-24T11:24:37.048Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:24:46.598Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:24:46.599Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:25:37.040Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:25:37.041Z||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-24T11:25:37.041Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:25:37.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:25:37.047Z||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-24T11:25:37.048Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:25:46.592Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:25:46.592Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:26:37.040Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:26:37.041Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-24T11:26:37.041Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ...
2022-05-24T11:26:37.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:26:37.048Z||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-24T11:26:37.048Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:26:46.597Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:26:46.601Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:27:37.040Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:27:37.041Z||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-24T11:27:37.041Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:27:37.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:27:37.047Z||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-24T11:27:37.048Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:27:46.595Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:27:46.595Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:28:37.040Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:28:37.041Z||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-24T11:28:37.041Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:28:37.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:28:37.047Z||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-24T11:28:37.047Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:28:46.593Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:28:46.596Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:29:37.040Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:29:37.041Z||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-24T11:29:37.042Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:29:37.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:29:37.047Z||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-24T11:29:37.048Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:29:46.615Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:29:46.615Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:30:37.040Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:30:37.044Z||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-24T11:30:37.044Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:30:37.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:30:37.048Z||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-24T11:30:37.048Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:30:46.602Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:30:46.602Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:31:37.040Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:31:37.042Z||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-24T11:31:37.042Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:31:37.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:31:37.047Z||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-24T11:31:37.048Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:31:46.593Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:31:46.602Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:32:06.689Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-24T11:32:37.040Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:32:37.042Z||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-24T11:32:37.042Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:32:37.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:32:37.048Z||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-24T11:32:37.048Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:32:46.590Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:32:46.592Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:33:37.040Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:33:37.041Z||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-24T11:33:37.041Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:33:37.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:33:37.047Z||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-24T11:33:37.047Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:33:46.595Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:33:46.595Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:34:37.040Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:34:37.041Z||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-24T11:34:37.041Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:34:37.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:34:37.047Z||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-24T11:34:37.048Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:34:46.587Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:34:46.590Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:35:37.040Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:35:37.041Z||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-24T11:35:37.042Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:35:37.047Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:35:37.048Z||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-24T11:35:37.048Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:35:46.606Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:35:46.606Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:36:37.040Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:36:37.041Z||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-24T11:36:37.041Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:36:37.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:36:37.048Z||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-24T11:36:37.048Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:36:46.594Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:36:46.600Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:37:37.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:37:37.041Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-24T11:37:37.041Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ...
2022-05-24T11:37:37.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:37:37.047Z||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-24T11:37:37.048Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:37:46.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:37:46.623Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:38:37.042Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:38:37.043Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-24T11:38:37.043Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ...
2022-05-24T11:38:37.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:38:37.047Z||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-24T11:38:37.047Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:38:46.591Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:38:46.595Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:39:37.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:39:37.042Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-24T11:39:37.042Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ...
2022-05-24T11:39:37.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:39:37.047Z||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-24T11:39:37.047Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:39:46.596Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:39:46.602Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:40:37.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:40:37.043Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-24T11:40:37.043Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ...
2022-05-24T11:40:37.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:40:37.048Z||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-24T11:40:37.049Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:40:46.598Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:40:46.599Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:41:37.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:41:37.041Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-24T11:41:37.041Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ...
2022-05-24T11:41:37.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:41:37.048Z||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-24T11:41:37.048Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:41:46.585Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:41:46.591Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:42:37.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:42:37.041Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-24T11:42:37.041Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ...
2022-05-24T11:42:37.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:42:37.047Z||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-24T11:42:37.047Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:42:46.589Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:42:46.595Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:43:37.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:43:37.041Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-24T11:43:37.041Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ...
2022-05-24T11:43:37.047Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:43:37.048Z||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-24T11:43:37.049Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:43:46.607Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:43:46.611Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:44:37.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:44:37.041Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-24T11:44:37.041Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ...
2022-05-24T11:44:37.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:44:37.047Z||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-24T11:44:37.047Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:44:46.589Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:44:46.589Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:45:37.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:45:37.042Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-24T11:45:37.042Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ...
2022-05-24T11:45:37.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:45:37.047Z||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-24T11:45:37.048Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:45:46.591Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:45:46.602Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:46:37.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:46:37.041Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-24T11:46:37.042Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ...
2022-05-24T11:46:37.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:46:37.048Z||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-24T11:46:37.048Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:46:46.590Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:46:46.590Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:47:37.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:47:37.041Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-24T11:47:37.041Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ...
2022-05-24T11:47:37.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:47:37.047Z||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-24T11:47:37.047Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:47:46.584Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:47:46.592Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:48:37.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:48:37.041Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-24T11:48:37.041Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ...
2022-05-24T11:48:37.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:48:37.047Z||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-24T11:48:37.047Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:48:46.596Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:48:46.605Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:49:37.040Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:49:37.042Z||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-24T11:49:37.043Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:49:37.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:49:37.047Z||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-24T11:49:37.047Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:49:46.589Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:49:46.592Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:50:37.040Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:50:37.041Z||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-24T11:50:37.041Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:50:37.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:50:37.047Z||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-24T11:50:37.048Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:50:46.596Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:50:46.600Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:51:37.040Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:51:37.041Z||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-24T11:51:37.041Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:51:37.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:51:37.047Z||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-24T11:51:37.047Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:51:46.587Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:51:46.587Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:52:37.040Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:52:37.041Z||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-24T11:52:37.042Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:52:37.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:52:37.047Z||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-24T11:52:37.047Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:52:46.590Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:52:46.590Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:53:37.040Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:53:37.041Z||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-24T11:53:37.041Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:53:37.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:53:37.047Z||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-24T11:53:37.047Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:53:46.591Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:53:46.593Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:54:37.040Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:54:37.041Z||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-24T11:54:37.041Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:54:37.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:54:37.047Z||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-24T11:54:37.047Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:54:46.586Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:54:46.590Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:55:37.040Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:55:37.041Z||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-24T11:55:37.041Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:55:37.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:55:37.047Z||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-24T11:55:37.048Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:55:46.593Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:55:46.593Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:56:37.040Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:56:37.042Z||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-24T11:56:37.042Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:56:37.047Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:56:37.048Z||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-24T11:56:37.048Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:56:46.601Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:56:46.601Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:57:37.040Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:57:37.042Z||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-24T11:57:37.042Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:57:37.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:57:37.047Z||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-24T11:57:37.048Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:57:46.600Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:57:46.601Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:58:37.040Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:58:37.043Z||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-24T11:58:37.043Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:58:37.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:58:37.048Z||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-24T11:58:37.048Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:58:46.589Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:58:46.595Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:59:37.041Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:59:37.042Z||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-24T11:59:37.042Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:59:37.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T11:59:37.047Z||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-24T11:59:37.047Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T11:59:46.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T11:59:46.627Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:00:37.040Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:00:37.041Z||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-24T12:00:37.041Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T12:00:37.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:00:37.047Z||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-24T12:00:37.047Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T12:00:46.589Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:00:46.592Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:01:37.045Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:01:37.046Z||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-24T12:01:37.046Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T12:01:37.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:01:37.049Z||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-24T12:01:37.049Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T12:01:46.607Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:01:46.611Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:02:37.040Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:02:37.041Z||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-24T12:02:37.041Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T12:02:37.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:02:37.047Z||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-24T12:02:37.047Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T12:02:46.602Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:02:46.602Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:03:27.392Z||http-nio-8085-exec-4|||||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-24T12:03:37.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:03:37.041Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-24T12:03:37.042Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ...
2022-05-24T12:03:37.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:03:37.047Z||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-24T12:03:37.047Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T12:03:46.590Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:03:46.594Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:04:37.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:04:37.041Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-24T12:04:37.041Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ...
2022-05-24T12:04:37.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:04:37.047Z||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-24T12:04:37.047Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T12:04:46.598Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:04:46.607Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:05:37.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:05:37.041Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-24T12:05:37.041Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ...
2022-05-24T12:05:37.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:05:37.047Z||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-24T12:05:37.048Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T12:05:46.591Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:05:46.591Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:06:37.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:06:37.041Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-24T12:06:37.041Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ...
2022-05-24T12:06:37.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:06:37.047Z||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-24T12:06:37.047Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T12:06:46.590Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:06:46.597Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:07:37.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:07:37.042Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-24T12:07:37.042Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ...
2022-05-24T12:07:37.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:07:37.047Z||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-24T12:07:37.047Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T12:07:46.593Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:07:46.593Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:08:37.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:08:37.041Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-24T12:08:37.041Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ...
2022-05-24T12:08:37.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:08:37.047Z||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-24T12:08:37.047Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T12:08:46.590Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:08:46.590Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:09:37.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:09:37.041Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-24T12:09:37.041Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ...
2022-05-24T12:09:37.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:09:37.047Z||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-24T12:09:37.049Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T12:09:46.620Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:09:46.625Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:10:37.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:10:37.041Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-24T12:10:37.041Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ...
2022-05-24T12:10:37.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:10:37.047Z||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-24T12:10:37.047Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T12:10:46.595Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:10:46.595Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:11:37.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:11:37.041Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-24T12:11:37.041Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ...
2022-05-24T12:11:37.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:11:37.047Z||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-24T12:11:37.047Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T12:11:37.670Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:11:37.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T12:11:37.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"7f0d00c1-5039-4411-80b6-6a1ecc6d5e61","serviceName":"vFW 2022-05-24 12-09-06","serviceVersion":"1.0","serviceUUID":"b40f9ec6-2462-45e1-8adc-eab25233ea58","serviceDescription":"catalog service description","serviceInvariantUUID":"796fe858-13d8-418d-87a4-ff5082b5cc43","resources":[{"resourceInstanceName":"vFW 662d3de9-52f2 0","resourceName":"vFW 662d3de9-52f2","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e3106a51-e43a-4cda-acbc-8e87a2049984","resourceInvariantUUID":"13aa6e6e-64f2-440a-9b56-c0e93a93bdda","resourceCustomizationUUID":"218d1fde-f47e-4018-a6f0-fa87c2d2716b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vf-license-model.xml","artifactChecksum":"ODQyMzZlNjc5ZjZhMWE4OGVjMWMwZTNjYWQ1MTdkMmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"14333c15-95d1-4c3d-9dfb-77b100bf5711","artifactVersion":"1"},{"artifactName":"vfw662d3de952f20_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json","artifactChecksum":"ZThhYmQ5ZTRiZDE5OTdiNTc1NTcxYzk3YTBkMjQwNjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0913eb5e-9418-42de-9568-ddf9b37c8b3f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1fc837a4-a0b8-47c9-9ae4-a592f05de184","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vendor-license-model.xml","artifactChecksum":"Zjc2ZTBjNTAxZTM1MDQzZmZmMzZlMmE5OWI2N2ZkZDU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"38f1365b-7f7e-416d-8dc1-c7afbbb5cbe1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1563669e-0d79-47be-9586-702c4f89bb0d","artifactVersion":"2","generatedFromUUID":"1fc837a4-a0b8-47c9-9ae4-a592f05de184"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220524120906-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-template.yml","artifactChecksum":"MTdhMTRmOGRkYjMyMDM3OTZjOTA0MTNmNTdhZTFkYzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c31f6ee4-e0fe-4d70-9ed4-5a2bc67674ee","artifactVersion":"1"},{"artifactName":"service-Vfw20220524120906-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar","artifactChecksum":"ZjRiNzQ1YTdlM2VhZWVkNTM4YmM1MzRiNzY4YjgxZjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c3cfbaea-85fe-46a4-b52e-a1bf42746839","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-24T12:11:37.673Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:11:37.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:37.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "ves-openapi-manager",
"timestamp": 1653394255944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:37.686Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T12:11:37.695Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:11:37.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:37.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:37.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "policy-id",
"timestamp": 1653394247695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:37.706Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:37.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:37.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653394248708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:37.707Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:37.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:37.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "ves-openapi-manager",
"timestamp": 1653394255944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:37.708Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:37.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:37.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "policy-id",
"timestamp": 1653394247695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:37.708Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:11:37.709Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:37.709Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394297040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:37.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:37.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653394248708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json",
"status": "NOTIFIED"
}
2022-05-24T12:11:37.709Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:37.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:37.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "ves-openapi-manager",
"timestamp": 1653394255944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:37.710Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:37.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:37.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "policy-id",
"timestamp": 1653394247695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-24T12:11:37.710Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:37.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:37.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653394248708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-24T12:11:37.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:37.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:37.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "ves-openapi-manager",
"timestamp": 1653394255944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:37.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:37.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:37.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "policy-id",
"timestamp": 1653394247695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:37.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:37.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:37.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653394248708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:37.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:37.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:37.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "ves-openapi-manager",
"timestamp": 1653394255944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:37.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:37.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:37.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "policy-id",
"timestamp": 1653394247695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:37.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:37.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:37.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653394248708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-24T12:11:37.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:37.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:37.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "ves-openapi-manager",
"timestamp": 1653394255944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:37.716Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:37.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:37.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "policy-id",
"timestamp": 1653394247695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:37.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:37.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:37.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653394248708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:37.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:37.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:37.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "cds",
"timestamp": 1653394261845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:37.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:37.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:37.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "ves-openapi-manager",
"timestamp": 1653394255944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:37.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:37.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:37.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "policy-id",
"timestamp": 1653394247695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar",
"status": "NOTIFIED"
}
2022-05-24T12:11:37.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:37.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:37.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653394248708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar",
"status": "NOTIFIED"
}
2022-05-24T12:11:37.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:37.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:37.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "cds",
"timestamp": 1653394261845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:37.721Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:37.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:37.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653394263806,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-24T12:11:37.722Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:11:37.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:37.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "policy-id",
"timestamp": 1653394265147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-24T12:11:37.722Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:11:37.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:37.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "cds",
"timestamp": 1653394261845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:37.723Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:37.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:37.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "policy-id",
"timestamp": 1653394266158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-24T12:11:37.724Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:11:37.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:37.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "cds",
"timestamp": 1653394261845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:37.724Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:37.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:37.725Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653394265002,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-24T12:11:37.725Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:11:37.725Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:37.725Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "policy-id",
"timestamp": 1653394267166,
"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-24T12:11:37.808Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-05-24T12:11:37.812Z||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-24T12:11:37.813Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:11:37.825Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:11:37.826Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 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-24T12:11:37.941Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7f0d00c1-5039-4411-80b6-6a1ecc6d5e61
2022-05-24T12:11:37.962Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f0d00c1-5039-4411-80b6-6a1ecc6d5e61 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-24T12:11:37.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:37.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "cds",
"timestamp": 1653394261845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:37.982Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:37.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:37.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653394266440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-24T12:11:37.983Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:11:37.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:37.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "cds",
"timestamp": 1653394261845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:37.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:37.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:37.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653394267501,
"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-24T12:11:37.998Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7f0d00c1-5039-4411-80b6-6a1ecc6d5e61
2022-05-24T12:11:37.998Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f0d00c1-5039-4411-80b6-6a1ecc6d5e61 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-24T12:11:38.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:38.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "cds",
"timestamp": 1653394261845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar",
"status": "NOTIFIED"
}
2022-05-24T12:11:38.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:38.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:38.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653394268507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json",
"status": "DEPLOY_OK"
}
2022-05-24T12:11:38.010Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:11:38.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:38.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "cds",
"timestamp": 1653394269882,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-24T12:11:38.011Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:11:38.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:38.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653394269711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:38.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:38.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:38.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "aai-ml",
"timestamp": 1653394270157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:38.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:38.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:38.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "cds",
"timestamp": 1653394270899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-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-24T12:11:38.018Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7f0d00c1-5039-4411-80b6-6a1ecc6d5e61
2022-05-24T12:11:38.018Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f0d00c1-5039-4411-80b6-6a1ecc6d5e61 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-24T12:11:38.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:38.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653394269711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:38.032Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:38.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:38.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "aai-ml",
"timestamp": 1653394270157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:38.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:38.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:38.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653394269711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:38.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:38.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:38.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "aai-ml",
"timestamp": 1653394270157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:38.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:38.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:38.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653394269711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:38.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:38.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:38.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "aai-ml",
"timestamp": 1653394270157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:38.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:38.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:38.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653394269711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:38.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:38.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:38.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "aai-ml",
"timestamp": 1653394270157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:38.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:38.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:38.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653394269711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:38.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:38.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:38.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "clamp",
"timestamp": 1653394274555,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:38.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:38.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:38.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "aai-ml",
"timestamp": 1653394270157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:38.038Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:38.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:38.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653394269711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar",
"status": "NOTIFIED"
}
2022-05-24T12:11:38.038Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:38.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:38.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "clamp",
"timestamp": 1653394274555,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json",
"status": "NOTIFIED"
}
2022-05-24T12:11:38.038Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:38.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:38.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "aai-ml",
"timestamp": 1653394270157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar",
"status": "NOTIFIED"
}
2022-05-24T12:11:38.039Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:38.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:38.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "clamp",
"timestamp": 1653394274555,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:38.039Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:38.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:38.040Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653394277773,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-24T12:11:38.040Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:11:38.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:38.040Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "aai-ml",
"timestamp": 1653394278344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-24T12:11:38.040Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:11:38.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:38.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "clamp",
"timestamp": 1653394274555,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:38.041Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:38.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:38.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "clamp",
"timestamp": 1653394274555,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:38.041Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:38.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:38.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "clamp",
"timestamp": 1653394274555,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:38.042Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:38.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:38.042Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653394281513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-24T12:11:38.042Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:11:38.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:38.042Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "clamp",
"timestamp": 1653394274555,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar",
"status": "NOTIFIED"
}
2022-05-24T12:11:38.042Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:11:38.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:38.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653394282518,
"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-24T12:11:38.050Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7f0d00c1-5039-4411-80b6-6a1ecc6d5e61
2022-05-24T12:11:38.050Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f0d00c1-5039-4411-80b6-6a1ecc6d5e61 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-24T12:11:38.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:38.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "aai-ml",
"timestamp": 1653394289079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-24T12:11:38.058Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:11:38.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:38.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "clamp",
"timestamp": 1653394288530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-24T12:11:38.059Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:11:38.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:38.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "aai-ml",
"timestamp": 1653394290084,
"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-24T12:11:38.063Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7f0d00c1-5039-4411-80b6-6a1ecc6d5e61
2022-05-24T12:11:38.064Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f0d00c1-5039-4411-80b6-6a1ecc6d5e61 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-24T12:11:38.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:38.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "clamp",
"timestamp": 1653394290544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-24T12:11:38.071Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:11:38.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:11:38.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "clamp",
"timestamp": 1653394291549,
"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-24T12:11:38.075Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7f0d00c1-5039-4411-80b6-6a1ecc6d5e61
2022-05-24T12:11:38.076Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f0d00c1-5039-4411-80b6-6a1ecc6d5e61 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-24T12:11:38.718Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T12:11:38.719Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:11:38.722Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:11:38.722Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394297040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json",
"status": "NOTIFIED"
}
2022-05-24T12:11:38.822Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T12:11:38.824Z||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-24T12:11:38.824Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:11:38.836Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:11:38.837Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-24T12:11:39.723Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T12:11:39.724Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:11:39.727Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:11:39.727Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394297040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-24T12:11:39.827Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T12:11:39.828Z||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-24T12:11:39.829Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:11:39.842Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:11:39.843Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-24T12:11:40.728Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T12:11:40.729Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:11:40.731Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:11:40.731Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394297040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:40.832Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T12:11:40.833Z||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-24T12:11:40.833Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:11:40.851Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:11:40.851Z||pool-6-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-24T12:11:41.732Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T12:11:41.733Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:11:41.735Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:11:41.736Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394297040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-24T12:11:41.836Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T12:11:41.837Z||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-24T12:11:41.837Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:11:41.851Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:11:41.852Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-24T12:11:42.736Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T12:11:42.737Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:11:42.740Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:11:42.740Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394297040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:11:42.840Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T12:11:42.841Z||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-24T12:11:42.842Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:11:42.856Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:11:42.857Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-24T12:11:43.741Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T12:11:43.742Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:11:43.745Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:11:43.745Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394297040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar",
"status": "NOTIFIED"
}
2022-05-24T12:11:43.845Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T12:11:43.846Z||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-24T12:11:43.847Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:11:43.864Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:11:43.867Z||pool-9-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-24T12:11:44.747Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"serviceName": "vFW 2022-05-24 12-09-06",
"serviceVersion": "1.0",
"serviceUUID": "b40f9ec6-2462-45e1-8adc-eab25233ea58",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "796fe858-13d8-418d-87a4-ff5082b5cc43",
"resources": [
{
"resourceInstanceName": "vFW 662d3de9-52f2 0",
"resourceCustomizationUUID": "218d1fde-f47e-4018-a6f0-fa87c2d2716b",
"resourceName": "vFW 662d3de9-52f2",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e3106a51-e43a-4cda-acbc-8e87a2049984",
"resourceInvariantUUID": "13aa6e6e-64f2-440a-9b56-c0e93a93bdda",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw662d3de952f20_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json",
"artifactChecksum": "ZThhYmQ5ZTRiZDE5OTdiNTc1NTcxYzk3YTBkMjQwNjk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0913eb5e-9418-42de-9568-ddf9b37c8b3f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "1fc837a4-a0b8-47c9-9ae4-a592f05de184",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1563669e-0d79-47be-9586-702c4f89bb0d",
"generatedFromUUID": "1fc837a4-a0b8-47c9-9ae4-a592f05de184"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1563669e-0d79-47be-9586-702c4f89bb0d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220524120906-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar",
"artifactChecksum": "ZjRiNzQ1YTdlM2VhZWVkNTM4YmM1MzRiNzY4YjgxZjM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c3cfbaea-85fe-46a4-b52e-a1bf42746839"
}
],
"workloadContext": "Production"
}
2022-05-24T12:11:44.749Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-24T12:11:44.749Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b40f9ec6-2462-45e1-8adc-eab25233ea58 ASDC
2022-05-24T12:11:44.879Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:7f0d00c1-5039-4411-80b6-6a1ecc6d5e61
ServiceName:vFW 2022-05-24 12-09-06
ServiceVersion:1.0
ServiceUUID:b40f9ec6-2462-45e1-8adc-eab25233ea58
ServiceInvariantUUID:796fe858-13d8-418d-87a4-ff5082b5cc43
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220524120906-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar
ArtifactUUID:c3cfbaea-85fe-46a4-b52e-a1bf42746839
ArtifactChecksum:ZjRiNzQ1YTdlM2VhZWVkNTM4YmM1MzRiNzY4YjgxZjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 662d3de9-52f2 0
ResourceCustomizationUUID:218d1fde-f47e-4018-a6f0-fa87c2d2716b
ResourceInvariantUUID:13aa6e6e-64f2-440a-9b56-c0e93a93bdda
ResourceName:vFW 662d3de9-52f2
ResourceType:VF
ResourceUUID:e3106a51-e43a-4cda-acbc-8e87a2049984
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw662d3de952f20_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json
ArtifactUUID:0913eb5e-9418-42de-9568-ddf9b37c8b3f
ArtifactChecksum:ZThhYmQ5ZTRiZDE5OTdiNTc1NTcxYzk3YTBkMjQwNjk=
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/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml
ArtifactUUID:1fc837a4-a0b8-47c9-9ae4-a592f05de184
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/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env
ArtifactUUID:1563669e-0d79-47be-9586-702c4f89bb0d
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/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env
ArtifactUUID:1563669e-0d79-47be-9586-702c4f89bb0d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-24T12:11:44.880Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b40f9ec6-2462-45e1-8adc-eab25233ea58 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-24T12:11:44.940Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-24T12:11:44.941Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-24T12:11:44.944Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-24T12:11:44.944Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c3cfbaea-85fe-46a4-b52e-a1bf42746839 from URL: /sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar
2022-05-24T12:11:44.944Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-24T12:11:44.946Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar
2022-05-24T12:11:45.341Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-24T12:11:45.365Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar c3cfbaea-85fe-46a4-b52e-a1bf42746839 99019
2022-05-24T12:11:45.367Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar ASDC sendASDCNotification
2022-05-24T12:11:45.367Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar
2022-05-24T12:11:45.370Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-24T12:11:45.371Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:11:45.374Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:11:45.374Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394305365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-24T12:11:45.474Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-24T12:11:45.475Z||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-24T12:11:45.475Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:11:45.486Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:11:45.487Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-24T12:11:46.375Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-24T12:11:46.376Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-24T12:11:46.377Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: c3cfbaea-85fe-46a4-b52e-a1bf42746839, URL: /sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar to file: /app/ASDC/1/service-Vfw20220524120906-csar.csar
2022-05-24T12:11:46.378Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220524120906-csar.csar
2022-05-24T12:11:46.473Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220524120906-csar.csar
2022-05-24T12:11:46.473Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220524120906-csar.csar
2022-05-24T12:11:47.278Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14269645989785391997/Definitions/service-Vfw20220524120906-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-24T12:11:50.125Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-24T12:11:50.134Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-24T12:11:50.134Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220524120906-csar.csar
2022-05-24T12:11:50.135Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-24T12:11:50.135Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||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-Vfw20220524120906-csar.csar
2022-05-24T12:11:50.135Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||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-Vfw20220524120906-csar.csar
2022-05-24T12:11:50.135Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220524120906-csar.csar
2022-05-24T12:11:50.136Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220524120906-csar.csar
2022-05-24T12:11:50.136Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220524120906-csar.csar
2022-05-24T12:11:50.136Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||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-Vfw20220524120906-csar.csar
2022-05-24T12:11:50.136Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220524120906-csar.csar
2022-05-24T12:11:50.136Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220524120906-csar.csar
2022-05-24T12:11:50.137Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220524120906-csar.csar
2022-05-24T12:11:50.137Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220524120906-csar.csar
2022-05-24T12:11:50.137Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 662d3de9-52f2 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-Vfw20220524120906-csar.csar
2022-05-24T12:11:50.137Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220524120906-csar.csar
2022-05-24T12:11:50.137Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220524120906-csar.csar
2022-05-24T12:11:50.138Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-24T12:11:50.149Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:11:50.151Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-24 12-09-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:11:50.157Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vFW 662d3de9-52f2 0 is matching search criteria
2022-05-24T12:11:50.157Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-24T12:11:50.159Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 662d3de9-52f2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-24T12:11:50.161Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:11:50.161Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-24 12-09-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:11:50.161Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vFW 662d3de9-52f2 0 is matching search criteria
2022-05-24T12:11:50.161Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-24T12:11:50.162Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 662d3de9-52f2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-24T12:11:50.162Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:11:50.162Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-24 12-09-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:11:50.166Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:11:50.166Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vFW 662d3de9-52f2 0 is not matching search criteria
2022-05-24T12:11:50.166Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-24T12:11:50.166Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-24T12:11:50.167Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-24T12:11:50.167Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-24T12:11:50.167Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-24T12:11:50.167Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-24T12:11:50.167Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-24T12:11:50.167Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-24T12:11:50.168Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-24T12:11:50.168Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-24T12:11:50.168Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-24T12:11:50.168Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-24T12:11:50.168Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-24T12:11:50.168Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-24T12:11:50.169Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-24T12:11:50.169Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-24T12:11:50.169Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:11:50.169Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-24 12-09-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-24T12:11:50.170Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:11:50.171Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vFW 662d3de9-52f2 0 is matching search criteria
2022-05-24T12:11:50.171Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 662d3de9-52f2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-24T12:11:50.171Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:11:50.171Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vFW 662d3de9-52f2 0 is matching search criteria
2022-05-24T12:11:50.172Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 662d3de9-52f2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-24T12:11:50.172Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:11:50.172Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vFW 662d3de9-52f2 0 is matching search criteria
2022-05-24T12:11:50.172Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 662d3de9-52f2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-24T12:11:50.172Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:11:50.173Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vFW 662d3de9-52f2 0 is not matching search criteria
2022-05-24T12:11:50.173Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-24T12:11:50.173Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-24T12:11:50.173Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-24T12:11:50.173Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-24T12:11:50.173Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-24T12:11:50.174Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-24T12:11:50.174Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-24T12:11:50.174Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-24T12:11:50.174Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-24T12:11:50.174Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-24T12:11:50.174Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-24T12:11:50.174Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3bcd7db6-61a1-4860-8f55-14f6838b22d5
2022-05-24T12:11:50.175Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:11:50.175Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vFW 662d3de9-52f2 0 is not matching search criteria
2022-05-24T12:11:50.175Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-24T12:11:50.175Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-24T12:11:50.175Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-24T12:11:50.176Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-24T12:11:50.176Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-24T12:11:50.176Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-24T12:11:50.176Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-24T12:11:50.176Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-24T12:11:50.176Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-24T12:11:50.177Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-24T12:11:50.177Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-24T12:11:50.177Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-24T12:11:50.177Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=be4e24c2-fa17-47a8-83c9-0d7bbf7b479c
2022-05-24T12:11:50.177Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:11:50.177Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vFW 662d3de9-52f2 0 is not matching search criteria
2022-05-24T12:11:50.178Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-24T12:11:50.178Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-24T12:11:50.178Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-24T12:11:50.178Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-24T12:11:50.178Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-24T12:11:50.178Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-24T12:11:50.179Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-24T12:11:50.179Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-24T12:11:50.179Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-24T12:11:50.179Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-24T12:11:50.179Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-24T12:11:50.180Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-24T12:11:50.180Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4c42a384-79bf-466b-ae1f-e0662ad9f368
2022-05-24T12:11:50.180Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:11:50.180Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-24 12-09-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:11:50.180Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:11:50.181Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-24 12-09-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:11:50.181Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:11:50.181Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-24 12-09-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:11:50.181Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:11:50.181Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-24 12-09-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:11:50.182Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-05-24 12-09-06
Description:catalog service description
Model UUID:b40f9ec6-2462-45e1-8adc-eab25233ea58
Model Version:NULL
Model InvariantUuid:796fe858-13d8-418d-87a4-ff5082b5cc43
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 662d3de9-52f2
Model UUID:a390f779-2ccf-451e-8286-2ab3f4c0f035
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:13aa6e6e-64f2-440a-9b56-c0e93a93bdda
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:218d1fde-f47e-4018-a6f0-fa87c2d2716b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:abebef11-d5fc-429c-a318-ee223a4a79f2
ModelName:Vfw662d3de952f2..base_vfw..module-0
ModelUuid:56ddd492-c801-4088-8cae-7cbc9676a5c0
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3bcd7db6-61a1-4860-8f55-14f6838b22d5
ModelInvariantUuid:fca86bad-0839-4e5b-b66f-36874f1d9c50
ModelName:vFW 662d3de9-52f2-nodes.vfwCvfc
ModelUuid:8f09df3b-b9d4-44ae-bff6-ec6c97d898c3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:1028423e-50c1-4c36-80a1-b4ed7aafee31
ModelInvariantUuid:7fdb55f7-2a0a-4307-a3b5-a2a601374d35
ModelName:Vfw662d3de952f2.compute.nodes.heat.vfw
ModelUuid:c7774c42-0ab1-41d9-a95e-07d110b44072
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:be4e24c2-fa17-47a8-83c9-0d7bbf7b479c
ModelInvariantUuid:2e9dd8eb-d6b0-409f-bfb7-064453c63732
ModelName:vFW 662d3de9-52f2-nodes.vsnCvfc
ModelUuid:881112a3-fccb-4ee4-abbd-21fcb3ac37cb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:2ab0cd80-6e5a-477a-a826-0c810e9d0e74
ModelInvariantUuid:ec3455c5-4da4-4989-acfe-e20b3e7a0489
ModelName:Vfw662d3de952f2.compute.nodes.heat.vsn
ModelUuid:2eed188d-537b-4801-9c7d-b50f06531c38
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4c42a384-79bf-466b-ae1f-e0662ad9f368
ModelInvariantUuid:6be840c2-8554-4ab5-a6af-94c917288f1a
ModelName:vFW 662d3de9-52f2-nodes.vpgCvfc
ModelUuid:4ca17a20-b0d3-4eb8-9ee3-57b002b1568f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:12fe40f9-6741-417e-8b3e-d3d7493df61a
ModelInvariantUuid:d371abef-74e6-4e57-a3e2-340721185366
ModelName:Vfw662d3de952f2.compute.nodes.heat.vpg
ModelUuid:f1f6543a-f4c9-4f07-8e92-a25b200e4651
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-24T12:11:50.201Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: e3106a51-e43a-4cda-acbc-8e87a2049984
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-24T12:11:50.310Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||vFW 662d3de9-52f2 0
2022-05-24T12:11:50.320Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e3106a51-e43a-4cda-acbc-8e87a2049984
2022-05-24T12:11:50.320Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0913eb5e-9418-42de-9568-ddf9b37c8b3f from URL: /sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json
2022-05-24T12:11:50.320Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-24T12:11:50.321Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json
2022-05-24T12:11:50.538Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-24T12:11:50.539Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json 0913eb5e-9418-42de-9568-ddf9b37c8b3f 785
2022-05-24T12:11:50.539Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json ASDC sendASDCNotification
2022-05-24T12:11:50.539Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json
2022-05-24T12:11:50.540Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-24T12:11:50.540Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:11:50.543Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:11:50.544Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394310539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-24T12:11:50.644Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-24T12:11:50.645Z||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-24T12:11:50.645Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:11:50.660Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:11:50.660Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-24T12:11:51.545Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw662d3de952f2..base_vfw..module-0",
"vfModuleModelInvariantUUID": "abebef11-d5fc-429c-a318-ee223a4a79f2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "56ddd492-c801-4088-8cae-7cbc9676a5c0",
"vfModuleModelCustomizationUUID": "59bdd6af-f48f-4ab4-82d2-13131d3950ab",
"isBase": true,
"artifacts": [
"1fc837a4-a0b8-47c9-9ae4-a592f05de184",
"1563669e-0d79-47be-9586-702c4f89bb0d"
],
"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-24T12:11:51.562Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw662d3de952f2..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:56ddd492-c801-4088-8cae-7cbc9676a5c0
VfModuleModelInvariantUUID:abebef11-d5fc-429c-a318-ee223a4a79f2
VfModuleModelDescription:NULL
Artifacts UUID List:{
1fc837a4-a0b8-47c9-9ae4-a592f05de184
,
1563669e-0d79-47be-9586-702c4f89bb0d
}
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-24T12:11:51.567Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw662d3de952f2..base_vfw..module-0",
"vfModuleModelInvariantUUID": "abebef11-d5fc-429c-a318-ee223a4a79f2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "56ddd492-c801-4088-8cae-7cbc9676a5c0",
"vfModuleModelCustomizationUUID": "59bdd6af-f48f-4ab4-82d2-13131d3950ab",
"isBase": true,
"artifacts": [
"1fc837a4-a0b8-47c9-9ae4-a592f05de184",
"1563669e-0d79-47be-9586-702c4f89bb0d"
],
"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-24T12:11:51.568Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw662d3de952f2..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:56ddd492-c801-4088-8cae-7cbc9676a5c0
VfModuleModelInvariantUUID:abebef11-d5fc-429c-a318-ee223a4a79f2
VfModuleModelDescription:NULL
Artifacts UUID List:{
1fc837a4-a0b8-47c9-9ae4-a592f05de184
,
1563669e-0d79-47be-9586-702c4f89bb0d
}
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-24T12:11:51.568Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1fc837a4-a0b8-47c9-9ae4-a592f05de184 from URL: /sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml
2022-05-24T12:11:51.568Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-24T12:11:51.569Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml
2022-05-24T12:11:51.620Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-24T12:11:51.622Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml 1fc837a4-a0b8-47c9-9ae4-a592f05de184 20368
2022-05-24T12:11:51.622Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-24T12:11:51.623Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml
2022-05-24T12:11:51.623Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-24T12:11:51.623Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:11:51.626Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:11:51.626Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394311622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-24T12:11:51.726Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T12:11:51.728Z||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-24T12:11:51.728Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:11:51.742Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:11:51.744Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-24T12:11:52.627Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1563669e-0d79-47be-9586-702c4f89bb0d from URL: /sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env
2022-05-24T12:11:52.628Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-24T12:11:52.629Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env
2022-05-24T12:11:52.684Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-24T12:11:52.685Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env 1563669e-0d79-47be-9586-702c4f89bb0d 2098
2022-05-24T12:11:52.686Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-24T12:11:52.686Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env
2022-05-24T12:11:52.686Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-24T12:11:52.686Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:11:52.689Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:11:52.689Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394312686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-24T12:11:52.789Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-24T12:11:52.791Z||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-24T12:11:52.791Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:11:52.805Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:11:52.806Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-24T12:11:53.690Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b40f9ec6-2462-45e1-8adc-eab25233ea58
2022-05-24T12:11:53.691Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 662d3de9-52f2 0 e3106a51-e43a-4cda-acbc-8e87a2049984 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-24T12:11:53.728Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3acf4b1b, org.onap.sdc.toscaparser.api.parameters.Input@5953fc60, org.onap.sdc.toscaparser.api.parameters.Input@b67f404, org.onap.sdc.toscaparser.api.parameters.Input@477ded3f, org.onap.sdc.toscaparser.api.parameters.Input@72af158]
2022-05-24T12:11:53.732Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:11:53.732Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-24 12-09-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:11:53.732Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-05-24T12:11:53.733Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 218d1fde-f47e-4018-a6f0-fa87c2d2716b
2022-05-24T12:11:53.733Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 218d1fde-f47e-4018-a6f0-fa87c2d2716b matches Tosca VF Customization UUID: 218d1fde-f47e-4018-a6f0-fa87c2d2716b
2022-05-24T12:11:53.733Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 218d1fde-f47e-4018-a6f0-fa87c2d2716b 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-24T12:11:53.741Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:11:53.741Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-24 12-09-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:11:53.743Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 218d1fde-f47e-4018-a6f0-fa87c2d2716b: {\"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-24T12:11:53.743Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@274bc77
2022-05-24T12:11:53.743Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:11:53.743Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-24 12-09-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-24T12:11:53.744Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 59bdd6af-f48f-4ab4-82d2-13131d3950ab
2022-05-24T12:11:53.745Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 59bdd6af-f48f-4ab4-82d2-13131d3950ab
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-24T12:11:53.753Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:11:53.753Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vFW 662d3de9-52f2 0 is matching search criteria
2022-05-24T12:11:53.754Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 662d3de9-52f2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-24T12:11:53.754Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:11:53.755Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vFW 662d3de9-52f2 0 is matching search criteria
2022-05-24T12:11:53.755Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 662d3de9-52f2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-24T12:11:53.755Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:11:53.755Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vFW 662d3de9-52f2 0 is not matching search criteria
2022-05-24T12:11:53.755Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-24T12:11:53.756Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-24T12:11:53.756Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-24T12:11:53.756Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-24T12:11:53.756Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-24T12:11:53.756Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-24T12:11:53.756Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-24T12:11:53.757Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-24T12:11:53.757Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-24T12:11:53.757Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-24T12:11:53.757Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-24T12:11:53.757Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3bcd7db6-61a1-4860-8f55-14f6838b22d5
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-24T12:11:53.768Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:11:53.769Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vFW 662d3de9-52f2 0 is matching search criteria
2022-05-24T12:11:53.769Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 662d3de9-52f2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-24T12:11:53.770Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:11:53.770Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vFW 662d3de9-52f2 0 is not matching search criteria
2022-05-24T12:11:53.770Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-24T12:11:53.770Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-24T12:11:53.771Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-24T12:11:53.771Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-24T12:11:53.771Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-24T12:11:53.771Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-24T12:11:53.772Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-24T12:11:53.772Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-24T12:11:53.772Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-24T12:11:53.772Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-24T12:11:53.773Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-24T12:11:53.773Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-24T12:11:53.773Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=be4e24c2-fa17-47a8-83c9-0d7bbf7b479c
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-24T12:11:53.776Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:11:53.776Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vFW 662d3de9-52f2 0 is matching search criteria
2022-05-24T12:11:53.776Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 662d3de9-52f2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-24T12:11:53.778Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:11:53.779Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vFW 662d3de9-52f2 0 is not matching search criteria
2022-05-24T12:11:53.779Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-24T12:11:53.779Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-24T12:11:53.779Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-24T12:11:53.779Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-24T12:11:53.780Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-24T12:11:53.780Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-24T12:11:53.780Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-24T12:11:53.780Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-24T12:11:53.781Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-24T12:11:53.781Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-24T12:11:53.781Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-24T12:11:53.781Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-24T12:11:53.782Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4c42a384-79bf-466b-ae1f-e0662ad9f368
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-24T12:11:53.784Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:11:53.784Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vFW 662d3de9-52f2 0 is matching search criteria
2022-05-24T12:11:53.785Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 662d3de9-52f2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-24T12:11:53.785Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:11:53.785Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Node template vFW 662d3de9-52f2 0 is matching search criteria
2022-05-24T12:11:53.785Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 662d3de9-52f2 0] matching following query criteria: sdcType=VF, customizationUUID=218d1fde-f47e-4018-a6f0-fa87c2d2716b
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-24T12:11:53.787Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:11:53.788Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-24 12-09-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:11:53.788Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b40f9ec6-2462-45e1-8adc-eab25233ea58: vFW 662d3de9-52f2
2022-05-24T12:11:53.788Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:11:53.789Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-24 12-09-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:11:53.789Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:11:53.789Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-24 12-09-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:11:53.790Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:11:53.790Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-24 12-09-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:11:53.790Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:11:53.790Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-24 12-09-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:11:53.791Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:11:53.791Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-24 12-09-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:11:53.791Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-05-24 12-09-06
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-24T12:11:54.121Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 662d3de9-52f2 e3106a51-e43a-4cda-acbc-8e87a2049984 1 ASDC deployResourceStructure
2022-05-24T12:11:54.122Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json ASDC sendASDCNotification
2022-05-24T12:11:54.122Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json
2022-05-24T12:11:54.122Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-24T12:11:54.123Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:11:54.126Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:11:54.126Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394314122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json",
"status": "DEPLOY_OK"
}
2022-05-24T12:11:54.226Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T12:11:54.228Z||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-24T12:11:54.228Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:11:54.244Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:11:54.245Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-24T12:11:55.127Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-24T12:11:55.127Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml
2022-05-24T12:11:55.127Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-24T12:11:55.128Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:11:55.130Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:11:55.131Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394315127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-24T12:11:55.231Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T12:11:55.232Z||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-24T12:11:55.232Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:11:55.248Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:11:55.249Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-24T12:11:56.132Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-24T12:11:56.132Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env
2022-05-24T12:11:56.132Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-24T12:11:56.132Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:11:56.134Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:11:56.134Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394316132,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-24T12:11:56.234Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T12:11:56.236Z||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-24T12:11:56.236Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:11:56.256Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:11:56.257Z||pool-16-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-24T12:11:57.135Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar ASDC sendASDCNotification
2022-05-24T12:11:57.136Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar
2022-05-24T12:11:57.136Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-24T12:11:57.136Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:11:57.139Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:11:57.139Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394317135,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-24T12:11:57.239Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T12:11:57.241Z||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-24T12:11:57.241Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:11:57.257Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:11:57.258Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-24T12:11:58.140Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f0d00c1-5039-4411-80b6-6a1ecc6d5e61
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-24T12:11:58.160Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f0d00c1-5039-4411-80b6-6a1ecc6d5e61
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-24T12:11:58.164Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-24T12:11:58.164Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-24T12:11:58.164Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-24T12:11:58.165Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-24T12:11:58.165Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-24T12:11:58.165Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-24T12:11:58.165Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-24T12:11:58.165Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-24T12:11:58.165Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-24T12:11:58.166Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-24T12:11:58.166Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||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-24T12:11:58.171Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-24T12:12:28.172Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7f0d00c1-5039-4411-80b6-6a1ecc6d5e61 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-24T12:12:28.188Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7f0d00c1-5039-4411-80b6-6a1ecc6d5e61 and serviceModelVersionId: b40f9ec6-2462-45e1-8adc-eab25233ea58
2022-05-24T12:12:28.188Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 796fe858-13d8-418d-87a4-ff5082b5cc43
2022-05-24T12:12:37.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:12:37.047Z||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-24T12:12:37.047Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T12:12:37.174Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:12:37.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-24T12:12:37.175Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394297040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:12:37.176Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-24T12:12:44.175Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/796fe858-13d8-418d-87a4-ff5082b5cc43/model-vers/model-ver/b40f9ec6-2462-45e1-8adc-eab25233ea58?depth=0
2022-05-24T12:12:44.302Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-24T12:12:44.864Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/796fe858-13d8-418d-87a4-ff5082b5cc43/model-vers/model-ver/b40f9ec6-2462-45e1-8adc-eab25233ea58?depth=0|INFO|500||Invoke
2022-05-24T12:12:44.872Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/796fe858-13d8-418d-87a4-ff5082b5cc43/model-vers/model-ver/b40f9ec6-2462-45e1-8adc-eab25233ea58?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/796fe858-13d8-418d-87a4-ff5082b5cc43/model-vers/model-ver/b40f9ec6-2462-45e1-8adc-eab25233ea58?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7f0d00c1-5039-4411-80b6-6a1ecc6d5e61], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3fd33a17-91b3-4f22-ac06-2c5521f4b3c4], X-ECOMP-RequestID=[7f0d00c1-5039-4411-80b6-6a1ecc6d5e61], X-TransactionId=[], X-ONAP-RequestID=[7f0d00c1-5039-4411-80b6-6a1ecc6d5e61], Content-Type=[application/merge-patch+json]}
2022-05-24T12:12:44.999Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/796fe858-13d8-418d-87a4-ff5082b5cc43/model-vers/model-ver/b40f9ec6-2462-45e1-8adc-eab25233ea58?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-24T12:12:46.039Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/796fe858-13d8-418d-87a4-ff5082b5cc43/model-vers/model-ver/b40f9ec6-2462-45e1-8adc-eab25233ea58?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/796fe858-13d8-418d-87a4-ff5082b5cc43/model-vers/model-ver/b40f9ec6-2462-45e1-8adc-eab25233ea58?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220524-12:12:44:249-87773], vertex-id=[393240], Content-Length=[0], Date=[Tue, 24 May 2022 12:12:44 GMT], Content-Type=[application/json]}
2022-05-24T12:12:46.041Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/796fe858-13d8-418d-87a4-ff5082b5cc43/model-vers/model-ver/b40f9ec6-2462-45e1-8adc-eab25233ea58?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-24T12:12:46.042Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/796fe858-13d8-418d-87a4-ff5082b5cc43/model-vers/model-ver/b40f9ec6-2462-45e1-8adc-eab25233ea58?depth=0|INFO|500||InvokeReturn
2022-05-24T12:12:46.046Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-24T12:12:46.047Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||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-24T12:12:46.052Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||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-24T12:12:46.053Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7f0d00c1-5039-4411-80b6-6a1ecc6d5e61 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-24T12:12:46.054Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-24T12:12:46.055Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:12:46.056Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:12:46.057Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394366053,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-24T12:12:46.157Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T12:12:46.158Z||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-24T12:12:46.159Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:12:46.173Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:12:46.174Z||pool-18-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-24T12:12:47.069Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:12:47.070Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-24T12:12:47.070Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ...
2022-05-24T12:12:47.691Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:12:47.693Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-24T12:12:47.693Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"796eab7d-c1ab-4b58-a711-9528f894acc4","serviceName":"basic_onboard_MzQXba","serviceVersion":"1.0","serviceUUID":"b4ed1a64-d394-4728-a740-7a3c5c635512","serviceDescription":"service","serviceInvariantUUID":"4b98c38d-5cba-4c3f-8b70-47252533c9c4","resources":[{"resourceInstanceName":"basic_onboard_MzQXba 0","resourceName":"basic_onboard_MzQXba","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fa521f3a-f23d-47bf-b1f0-cb5d6cf694c8","resourceInvariantUUID":"59a246c2-2706-424c-83c3-6177adecb8e4","resourceCustomizationUUID":"864bcbd6-7a8a-43ba-b73a-e313d62ee6a7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/vf-license-model.xml","artifactChecksum":"NTI5YTdmMzI2NmZjYmZmMTRlODczYWEwMTFjMzc4NzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5a58cb43-b1d1-42e5-a246-28392f98aa62","artifactVersion":"1"},{"artifactName":"basic_onboard_mzqxba0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json","artifactChecksum":"ODQ3ODFmM2ZhMTQ5NzcwOWRlNGM3NzlmMjBlMThiYzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"43d9c626-1c06-4089-b673-ece50408dd08","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"49fb5e35-c876-4f4d-8d38-59523b7cb436","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"da53e6ef-48bb-4808-80ad-10b7971653ba","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7011f5b5-a785-4908-b265-0dcdc59ee4f2","artifactVersion":"2","generatedFromUUID":"49fb5e35-c876-4f4d-8d38-59523b7cb436"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMzqxba-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-template.yml","artifactChecksum":"YzZjOGYwYjI5N2I5NTY3MjczNDJlZjQ2NTkzYTRlNjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d57727fa-bf8c-44a8-b547-29dc9f321c8a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMzqxba-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar","artifactChecksum":"MDJiY2VlNWExM2NmNWU4N2UxZTc2OTU3ZDhlY2Y1YmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b826279d-4354-4705-814d-2a0ec89a7ce9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-24T12:12:47.697Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T12:12:47.697Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:12:47.699Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:12:47.700Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394367069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:12:47.801Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-24T12:12:47.802Z||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-24T12:12:47.802Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:12:47.820Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:12:47.821Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-24T12:12:48.700Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T12:12:48.701Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:12:48.704Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:12:48.704Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394367069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json",
"status": "NOTIFIED"
}
2022-05-24T12:12:48.804Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T12:12:48.805Z||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-24T12:12:48.806Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:12:48.820Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:12:48.821Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-24T12:12:49.704Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T12:12:49.705Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:12:49.707Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:12:49.707Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394367069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-24T12:12:49.807Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-24T12:12:49.809Z||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-24T12:12:49.809Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:12:49.823Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:12:49.824Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-24T12:12:50.708Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T12:12:50.710Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:12:50.712Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:12:50.712Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394367069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:12:50.812Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T12:12:50.813Z||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-24T12:12:50.813Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:12:50.825Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:12:50.826Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-24T12:12:51.713Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T12:12:51.714Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:12:51.718Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:12:51.719Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394367069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-24T12:12:51.818Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-24T12:12:51.820Z||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-24T12:12:51.820Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:12:51.836Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:12:51.837Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-24T12:12:52.720Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T12:12:52.721Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:12:52.724Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:12:52.724Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394367069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:12:52.824Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T12:12:52.825Z||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-24T12:12:52.825Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:12:52.840Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:12:52.841Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-24T12:12:53.725Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T12:12:53.726Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:12:53.729Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:12:53.729Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394367069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar",
"status": "NOTIFIED"
}
2022-05-24T12:12:53.829Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T12:12:53.830Z||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-24T12:12:53.830Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:12:53.849Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:12:53.850Z||pool-25-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-24T12:12:54.731Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"serviceName": "basic_onboard_MzQXba",
"serviceVersion": "1.0",
"serviceUUID": "b4ed1a64-d394-4728-a740-7a3c5c635512",
"serviceDescription": "service",
"serviceInvariantUUID": "4b98c38d-5cba-4c3f-8b70-47252533c9c4",
"resources": [
{
"resourceInstanceName": "basic_onboard_MzQXba 0",
"resourceCustomizationUUID": "864bcbd6-7a8a-43ba-b73a-e313d62ee6a7",
"resourceName": "basic_onboard_MzQXba",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "fa521f3a-f23d-47bf-b1f0-cb5d6cf694c8",
"resourceInvariantUUID": "59a246c2-2706-424c-83c3-6177adecb8e4",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_mzqxba0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json",
"artifactChecksum": "ODQ3ODFmM2ZhMTQ5NzcwOWRlNGM3NzlmMjBlMThiYzQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "43d9c626-1c06-4089-b673-ece50408dd08",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "49fb5e35-c876-4f4d-8d38-59523b7cb436",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7011f5b5-a785-4908-b265-0dcdc59ee4f2",
"generatedFromUUID": "49fb5e35-c876-4f4d-8d38-59523b7cb436"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7011f5b5-a785-4908-b265-0dcdc59ee4f2",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardMzqxba-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar",
"artifactChecksum": "MDJiY2VlNWExM2NmNWU4N2UxZTc2OTU3ZDhlY2Y1YmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b826279d-4354-4705-814d-2a0ec89a7ce9"
}
],
"workloadContext": "Production"
}
2022-05-24T12:12:54.732Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-24T12:12:54.732Z|7f0d00c1-5039-4411-80b6-6a1ecc6d5e61|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b4ed1a64-d394-4728-a740-7a3c5c635512 ASDC
2022-05-24T12:12:54.733Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:796eab7d-c1ab-4b58-a711-9528f894acc4
ServiceName:basic_onboard_MzQXba
ServiceVersion:1.0
ServiceUUID:b4ed1a64-d394-4728-a740-7a3c5c635512
ServiceInvariantUUID:4b98c38d-5cba-4c3f-8b70-47252533c9c4
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardMzqxba-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar
ArtifactUUID:b826279d-4354-4705-814d-2a0ec89a7ce9
ArtifactChecksum:MDJiY2VlNWExM2NmNWU4N2UxZTc2OTU3ZDhlY2Y1YmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_MzQXba 0
ResourceCustomizationUUID:864bcbd6-7a8a-43ba-b73a-e313d62ee6a7
ResourceInvariantUUID:59a246c2-2706-424c-83c3-6177adecb8e4
ResourceName:basic_onboard_MzQXba
ResourceType:VF
ResourceUUID:fa521f3a-f23d-47bf-b1f0-cb5d6cf694c8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_mzqxba0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json
ArtifactUUID:43d9c626-1c06-4089-b673-ece50408dd08
ArtifactChecksum:ODQ3ODFmM2ZhMTQ5NzcwOWRlNGM3NzlmMjBlMThiYzQ=
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/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml
ArtifactUUID:49fb5e35-c876-4f4d-8d38-59523b7cb436
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/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env
ArtifactUUID:7011f5b5-a785-4908-b265-0dcdc59ee4f2
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/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env
ArtifactUUID:7011f5b5-a785-4908-b265-0dcdc59ee4f2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-24T12:12:54.733Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b4ed1a64-d394-4728-a740-7a3c5c635512 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-24T12:12:54.761Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-24T12:12:54.762Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-24T12:12:54.762Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-24T12:12:54.762Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b826279d-4354-4705-814d-2a0ec89a7ce9 from URL: /sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar
2022-05-24T12:12:54.763Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-24T12:12:54.763Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar
2022-05-24T12:12:54.834Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-24T12:12:54.837Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar b826279d-4354-4705-814d-2a0ec89a7ce9 71606
2022-05-24T12:12:54.837Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar ASDC sendASDCNotification
2022-05-24T12:12:54.837Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar
2022-05-24T12:12:54.837Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-24T12:12:54.838Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:12:54.855Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:12:54.855Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394374837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-24T12:12:54.940Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2022-05-24T12:12:54.941Z||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-24T12:12:54.942Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:12:54.954Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:12:54.955Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-24T12:12:55.856Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-24T12:12:55.857Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-24T12:12:55.858Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b826279d-4354-4705-814d-2a0ec89a7ce9, URL: /sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar to file: /app/ASDC/1/service-BasicOnboardMzqxba-csar.csar
2022-05-24T12:12:55.858Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMzqxba-csar.csar
2022-05-24T12:12:55.859Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMzqxba-csar.csar
2022-05-24T12:12:55.859Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMzqxba-csar.csar
2022-05-24T12:12:56.019Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11226945794307101073/Definitions/service-BasicOnboardMzqxba-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-24T12:12:57.327Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-24T12:12:57.328Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-24T12:12:57.329Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMzqxba-csar.csar
2022-05-24T12:12:57.329Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-24T12:12:57.329Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||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-BasicOnboardMzqxba-csar.csar
2022-05-24T12:12:57.329Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMzqxba-csar.csar
2022-05-24T12:12:57.330Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMzqxba-csar.csar
2022-05-24T12:12:57.330Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMzqxba-csar.csar
2022-05-24T12:12:57.330Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardMzqxba-csar.csar
2022-05-24T12:12:57.330Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMzqxba-csar.csar
2022-05-24T12:12:57.338Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMzqxba-csar.csar
2022-05-24T12:12:57.338Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_MzQXba 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-BasicOnboardMzqxba-csar.csar
2022-05-24T12:12:57.338Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardMzqxba-csar.csar
2022-05-24T12:12:57.339Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-24T12:12:57.339Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:12:57.340Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MzQXba is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:12:57.340Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_MzQXba 0 is matching search criteria
2022-05-24T12:12:57.341Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-24T12:12:57.341Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_MzQXba 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-24T12:12:57.341Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:12:57.341Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MzQXba is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:12:57.342Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_MzQXba 0 is matching search criteria
2022-05-24T12:12:57.342Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-24T12:12:57.342Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_MzQXba 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-24T12:12:57.343Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:12:57.343Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MzQXba is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:12:57.344Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:12:57.344Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_MzQXba 0 is not matching search criteria
2022-05-24T12:12:57.344Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-24T12:12:57.344Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-24T12:12:57.345Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-24T12:12:57.345Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-24T12:12:57.345Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-24T12:12:57.346Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:12:57.346Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MzQXba is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-24T12:12:57.346Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:12:57.347Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_MzQXba 0 is matching search criteria
2022-05-24T12:12:57.347Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_MzQXba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-24T12:12:57.348Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:12:57.348Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_MzQXba 0 is matching search criteria
2022-05-24T12:12:57.348Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_MzQXba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-24T12:12:57.349Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:12:57.349Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_MzQXba 0 is matching search criteria
2022-05-24T12:12:57.349Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_MzQXba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-24T12:12:57.350Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:12:57.350Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_MzQXba 0 is not matching search criteria
2022-05-24T12:12:57.351Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-24T12:12:57.351Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-24T12:12:57.351Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=91a298fd-0631-4696-8c39-f5bc769f8296
2022-05-24T12:12:57.352Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:12:57.352Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MzQXba is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:12:57.352Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:12:57.353Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MzQXba is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:12:57.353Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:12:57.353Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MzQXba is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:12:57.354Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:12:57.354Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MzQXba is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:12:57.354Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_MzQXba
Description:service
Model UUID:b4ed1a64-d394-4728-a740-7a3c5c635512
Model Version:NULL
Model InvariantUuid:4b98c38d-5cba-4c3f-8b70-47252533c9c4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_MzQXba
Model UUID:22d28e75-5cf0-4108-ba4c-6bc13ef7530c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:59a246c2-2706-424c-83c3-6177adecb8e4
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:864bcbd6-7a8a-43ba-b73a-e313d62ee6a7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:9e7258af-54b4-4aca-b7e3-dea47d80537a
ModelName:BasicOnboardMzqxba..base_ubuntu18..module-0
ModelUuid:e0c69e6f-30d3-4ee9-870d-b854befa6718
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:91a298fd-0631-4696-8c39-f5bc769f8296
ModelInvariantUuid:278ebe48-d6ae-4296-bece-d986290758f8
ModelName:basic_onboard_MzQXba-nodes.ubuntu18Cvfc
ModelUuid:00250405-6098-4544-aba8-7e3978b9b201
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:933527b4-7269-4ea9-a27e-59c5a99c43b6
ModelInvariantUuid:8c1e6921-6f37-4fa8-9c35-ca834cc12209
ModelName:BasicOnboardMzqxba.compute.nodes.heat.ubuntu18
ModelUuid:30ee3f2a-f55f-4a7c-b4db-a7c21b5e23f0
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-24T12:12:57.359Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: fa521f3a-f23d-47bf-b1f0-cb5d6cf694c8
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-24T12:12:57.362Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||basic_onboard_MzQXba 0
2022-05-24T12:12:57.362Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fa521f3a-f23d-47bf-b1f0-cb5d6cf694c8
2022-05-24T12:12:57.362Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 43d9c626-1c06-4089-b673-ece50408dd08 from URL: /sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json
2022-05-24T12:12:57.362Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-24T12:12:57.363Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json
2022-05-24T12:12:57.415Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-24T12:12:57.416Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json 43d9c626-1c06-4089-b673-ece50408dd08 798
2022-05-24T12:12:57.416Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json ASDC sendASDCNotification
2022-05-24T12:12:57.416Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json
2022-05-24T12:12:57.416Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-24T12:12:57.417Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:12:57.419Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:12:57.419Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394377416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-24T12:12:57.519Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T12:12:57.520Z||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-24T12:12:57.521Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:12:57.535Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:12:57.536Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-24T12:12:58.420Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardMzqxba..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "9e7258af-54b4-4aca-b7e3-dea47d80537a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e0c69e6f-30d3-4ee9-870d-b854befa6718",
"vfModuleModelCustomizationUUID": "6db01ed7-7bf1-4884-95eb-02369b571638",
"isBase": true,
"artifacts": [
"49fb5e35-c876-4f4d-8d38-59523b7cb436",
"7011f5b5-a785-4908-b265-0dcdc59ee4f2"
],
"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-24T12:12:58.425Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMzqxba..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e0c69e6f-30d3-4ee9-870d-b854befa6718
VfModuleModelInvariantUUID:9e7258af-54b4-4aca-b7e3-dea47d80537a
VfModuleModelDescription:NULL
Artifacts UUID List:{
49fb5e35-c876-4f4d-8d38-59523b7cb436
,
7011f5b5-a785-4908-b265-0dcdc59ee4f2
}
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-24T12:12:58.428Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardMzqxba..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "9e7258af-54b4-4aca-b7e3-dea47d80537a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e0c69e6f-30d3-4ee9-870d-b854befa6718",
"vfModuleModelCustomizationUUID": "6db01ed7-7bf1-4884-95eb-02369b571638",
"isBase": true,
"artifacts": [
"49fb5e35-c876-4f4d-8d38-59523b7cb436",
"7011f5b5-a785-4908-b265-0dcdc59ee4f2"
],
"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-24T12:12:58.428Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMzqxba..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e0c69e6f-30d3-4ee9-870d-b854befa6718
VfModuleModelInvariantUUID:9e7258af-54b4-4aca-b7e3-dea47d80537a
VfModuleModelDescription:NULL
Artifacts UUID List:{
49fb5e35-c876-4f4d-8d38-59523b7cb436
,
7011f5b5-a785-4908-b265-0dcdc59ee4f2
}
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-24T12:12:58.428Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 49fb5e35-c876-4f4d-8d38-59523b7cb436 from URL: /sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml
2022-05-24T12:12:58.429Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-24T12:12:58.429Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml
2022-05-24T12:12:58.472Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-24T12:12:58.472Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml 49fb5e35-c876-4f4d-8d38-59523b7cb436 5033
2022-05-24T12:12:58.472Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-24T12:12:58.473Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml
2022-05-24T12:12:58.473Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-24T12:12:58.473Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:12:58.475Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:12:58.475Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394378472,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-24T12:12:58.575Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T12:12:58.576Z||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-24T12:12:58.576Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:12:58.590Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:12:58.591Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-24T12:12:59.476Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7011f5b5-a785-4908-b265-0dcdc59ee4f2 from URL: /sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env
2022-05-24T12:12:59.477Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-24T12:12:59.477Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env
2022-05-24T12:12:59.521Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-24T12:12:59.521Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env 7011f5b5-a785-4908-b265-0dcdc59ee4f2 909
2022-05-24T12:12:59.522Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-24T12:12:59.522Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env
2022-05-24T12:12:59.522Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-24T12:12:59.522Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:12:59.524Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:12:59.524Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394379522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-24T12:12:59.625Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T12:12:59.626Z||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-24T12:12:59.626Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:12:59.640Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:12:59.641Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-24T12:13:00.525Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b4ed1a64-d394-4728-a740-7a3c5c635512
2022-05-24T12:13:00.526Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_MzQXba 0 fa521f3a-f23d-47bf-b1f0-cb5d6cf694c8 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-24T12:13:00.538Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a0b02bc, org.onap.sdc.toscaparser.api.parameters.Input@21a80345, org.onap.sdc.toscaparser.api.parameters.Input@63bb00df, org.onap.sdc.toscaparser.api.parameters.Input@18c9d34c, org.onap.sdc.toscaparser.api.parameters.Input@4a853c0b]
2022-05-24T12:13:00.540Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:13:00.540Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MzQXba is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:13:00.540Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-05-24T12:13:00.540Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 864bcbd6-7a8a-43ba-b73a-e313d62ee6a7
2022-05-24T12:13:00.540Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 864bcbd6-7a8a-43ba-b73a-e313d62ee6a7 matches Tosca VF Customization UUID: 864bcbd6-7a8a-43ba-b73a-e313d62ee6a7
2022-05-24T12:13:00.541Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 864bcbd6-7a8a-43ba-b73a-e313d62ee6a7 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-24T12:13:00.543Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:13:00.543Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MzQXba is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:13:00.544Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 864bcbd6-7a8a-43ba-b73a-e313d62ee6a7: {\"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-24T12:13:00.544Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@46d50e8d
2022-05-24T12:13:00.544Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:13:00.544Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MzQXba is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-24T12:13:00.545Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6db01ed7-7bf1-4884-95eb-02369b571638
2022-05-24T12:13:00.545Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6db01ed7-7bf1-4884-95eb-02369b571638
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-24T12:13:00.547Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:13:00.547Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_MzQXba 0 is matching search criteria
2022-05-24T12:13:00.548Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_MzQXba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-24T12:13:00.548Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:13:00.548Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_MzQXba 0 is matching search criteria
2022-05-24T12:13:00.548Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_MzQXba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-24T12:13:00.549Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:13:00.549Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_MzQXba 0 is not matching search criteria
2022-05-24T12:13:00.549Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-24T12:13:00.549Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-24T12:13:00.550Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=91a298fd-0631-4696-8c39-f5bc769f8296
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-24T12:13:00.552Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:13:00.552Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_MzQXba 0 is matching search criteria
2022-05-24T12:13:00.552Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_MzQXba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-24T12:13:00.552Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:13:00.552Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_MzQXba 0 is matching search criteria
2022-05-24T12:13:00.553Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_MzQXba 0] matching following query criteria: sdcType=VF, customizationUUID=864bcbd6-7a8a-43ba-b73a-e313d62ee6a7
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-24T12:13:00.554Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:13:00.554Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MzQXba is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:13:00.555Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b4ed1a64-d394-4728-a740-7a3c5c635512: basic_onboard_MzQXba
2022-05-24T12:13:00.555Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:13:00.555Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MzQXba is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:13:00.555Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:13:00.555Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MzQXba is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:13:00.556Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:13:00.556Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MzQXba is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:13:00.556Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:13:00.556Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MzQXba is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:13:00.556Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:13:00.556Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MzQXba is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:13:00.557Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_MzQXba
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-24T12:13:00.641Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_MzQXba fa521f3a-f23d-47bf-b1f0-cb5d6cf694c8 1 ASDC deployResourceStructure
2022-05-24T12:13:00.642Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json ASDC sendASDCNotification
2022-05-24T12:13:00.642Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json
2022-05-24T12:13:00.642Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-24T12:13:00.642Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:13:00.645Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:13:00.645Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394380642,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-24T12:13:00.745Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T12:13:00.746Z||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-24T12:13:00.746Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:13:00.759Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:13:00.760Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-24T12:13:01.646Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-24T12:13:01.647Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml
2022-05-24T12:13:01.647Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-24T12:13:01.647Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:13:01.650Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:13:01.650Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394381646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-24T12:13:01.750Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T12:13:01.752Z||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-24T12:13:01.753Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:13:01.767Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:13:01.767Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-24T12:13:02.651Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-24T12:13:02.651Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env
2022-05-24T12:13:02.651Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-24T12:13:02.652Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:13:02.654Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:13:02.654Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394382650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-24T12:13:02.754Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T12:13:02.755Z||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-24T12:13:02.755Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:13:02.765Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:13:02.766Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-24T12:13:03.656Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar ASDC sendASDCNotification
2022-05-24T12:13:03.657Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar
2022-05-24T12:13:03.657Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-24T12:13:03.657Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:13:03.660Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:13:03.660Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394383655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-24T12:13:03.760Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T12:13:03.761Z||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-24T12:13:03.762Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:13:03.774Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:13:03.775Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-24T12:13:04.660Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 796eab7d-c1ab-4b58-a711-9528f894acc4
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-24T12:13:04.674Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 796eab7d-c1ab-4b58-a711-9528f894acc4
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-24T12:13:04.677Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-24T12:13:04.677Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-24T12:13:04.678Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-24T12:13:34.678Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 796eab7d-c1ab-4b58-a711-9528f894acc4
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-24T12:13:34.688Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 796eab7d-c1ab-4b58-a711-9528f894acc4
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-24T12:13:34.691Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-24T12:13:34.691Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-24T12:13:34.691Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-24T12:13:37.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:13:37.048Z||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-24T12:13:37.048Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T12:13:37.083Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:13:37.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:13:37.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394297040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json",
"status": "NOTIFIED"
}
2022-05-24T12:13:37.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:13:37.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:13:37.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394297040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-24T12:13:37.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:13:37.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:13:37.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394297040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:13:37.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:13:37.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:13:37.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394297040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-24T12:13:37.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:13:37.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:13:37.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394297040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:13:37.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:13:37.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:13:37.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394297040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar",
"status": "NOTIFIED"
}
2022-05-24T12:13:37.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:13:37.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:13:37.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394305365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-24T12:13:37.088Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:13:37.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:13:37.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394310539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-24T12:13:37.088Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:13:37.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:13:37.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394311622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-24T12:13:37.088Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:13:37.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:13:37.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394312686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-24T12:13:37.089Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:13:37.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:13:37.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394314122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/vfw662d3de952f20_modules.json",
"status": "DEPLOY_OK"
}
2022-05-24T12:13:37.089Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:13:37.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:13:37.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394315127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-24T12:13:37.089Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:13:37.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:13:37.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394316132,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/resourceInstances/vfw662d3de952f20/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-24T12:13:37.090Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:13:37.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:13:37.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394317135,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220524120906/1.0/artifacts/service-Vfw20220524120906-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-24T12:13:37.090Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:14:04.692Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 796eab7d-c1ab-4b58-a711-9528f894acc4
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-24T12:14:04.703Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 796eab7d-c1ab-4b58-a711-9528f894acc4
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-24T12:14:04.705Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-24T12:14:04.706Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-24T12:14:04.706Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-24T12:14:34.706Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 796eab7d-c1ab-4b58-a711-9528f894acc4
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-24T12:14:34.722Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 796eab7d-c1ab-4b58-a711-9528f894acc4
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-24T12:14:34.725Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-24T12:14:34.725Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-24T12:14:34.725Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-24T12:14:37.047Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:14:37.048Z||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-24T12:14:37.049Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T12:14:37.580Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:14:37.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "ves-openapi-manager",
"timestamp": 1653394355944,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.585Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "cds",
"timestamp": 1653394351845,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653394359710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "cds",
"timestamp": 1653394351845,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "ves-openapi-manager",
"timestamp": 1653394355944,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "aai-ml",
"timestamp": 1653394360156,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653394359710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "ves-openapi-manager",
"timestamp": 1653394355944,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "cds",
"timestamp": 1653394351845,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "aai-ml",
"timestamp": 1653394360156,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653394359710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "cds",
"timestamp": 1653394351845,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "ves-openapi-manager",
"timestamp": 1653394355944,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "aai-ml",
"timestamp": 1653394360156,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653394359710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "cds",
"timestamp": 1653394351845,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "ves-openapi-manager",
"timestamp": 1653394355944,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "aai-ml",
"timestamp": 1653394360156,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653394359710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "cds",
"timestamp": 1653394351845,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "ves-openapi-manager",
"timestamp": 1653394355944,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "aai-ml",
"timestamp": 1653394360156,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653394359710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.595Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "cds",
"timestamp": 1653394351845,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar",
"status": "NOTIFIED"
}
2022-05-24T12:14:37.595Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.595Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "ves-openapi-manager",
"timestamp": 1653394355944,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.596Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "clamp",
"timestamp": 1653394364555,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.596Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "aai-ml",
"timestamp": 1653394360156,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f0d00c1-5039-4411-80b6-6a1ecc6d5e61",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394366053,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-24T12:14:37.597Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:14:37.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653394359710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar",
"status": "NOTIFIED"
}
2022-05-24T12:14:37.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "clamp",
"timestamp": 1653394364555,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json",
"status": "NOTIFIED"
}
2022-05-24T12:14:37.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "aai-ml",
"timestamp": 1653394360156,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar",
"status": "NOTIFIED"
}
2022-05-24T12:14:37.599Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "cds",
"timestamp": 1653394366946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-24T12:14:37.599Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:14:37.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394367069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.600Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "policy-id",
"timestamp": 1653394367695,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.600Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "clamp",
"timestamp": 1653394364555,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.601Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653394367766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-24T12:14:37.602Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:14:37.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "cds",
"timestamp": 1653394367953,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-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-24T12:14:37.618Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 796eab7d-c1ab-4b58-a711-9528f894acc4
2022-05-24T12:14:37.618Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 796eab7d-c1ab-4b58-a711-9528f894acc4 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-24T12:14:37.630Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.630Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "aai-ml",
"timestamp": 1653394368038,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-24T12:14:37.630Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:14:37.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394367069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json",
"status": "NOTIFIED"
}
2022-05-24T12:14:37.631Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.632Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "policy-id",
"timestamp": 1653394367695,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.632Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.632Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.632Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "clamp",
"timestamp": 1653394364555,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.632Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.632Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.632Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394367069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-24T12:14:37.632Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.633Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.633Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "policy-id",
"timestamp": 1653394367695,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-24T12:14:37.633Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.633Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.633Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "clamp",
"timestamp": 1653394364555,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.633Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.633Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.634Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653394369777,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-24T12:14:37.634Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:14:37.634Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.634Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653394368708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.634Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.634Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.634Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394367069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.635Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.635Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.635Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "policy-id",
"timestamp": 1653394367695,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.635Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.635Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.635Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "clamp",
"timestamp": 1653394364555,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.635Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.635Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.635Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653394370780,
"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-24T12:14:37.640Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 796eab7d-c1ab-4b58-a711-9528f894acc4
2022-05-24T12:14:37.641Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 796eab7d-c1ab-4b58-a711-9528f894acc4 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-24T12:14:37.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653394368708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json",
"status": "NOTIFIED"
}
2022-05-24T12:14:37.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394367069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-24T12:14:37.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "policy-id",
"timestamp": 1653394367695,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "clamp",
"timestamp": 1653394364555,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar",
"status": "NOTIFIED"
}
2022-05-24T12:14:37.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653394368708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-24T12:14:37.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394367069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "policy-id",
"timestamp": 1653394367695,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653394368708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "aai-ml",
"timestamp": 1653394373004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-24T12:14:37.652Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:14:37.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394367069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar",
"status": "NOTIFIED"
}
2022-05-24T12:14:37.652Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "policy-id",
"timestamp": 1653394367695,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar",
"status": "NOTIFIED"
}
2022-05-24T12:14:37.652Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653394368708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-24T12:14:37.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "aai-ml",
"timestamp": 1653394374007,
"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-24T12:14:37.657Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 796eab7d-c1ab-4b58-a711-9528f894acc4
2022-05-24T12:14:37.657Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 796eab7d-c1ab-4b58-a711-9528f894acc4 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-24T12:14:37.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394374837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-24T12:14:37.667Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:14:37.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "policy-id",
"timestamp": 1653394375421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-24T12:14:37.667Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:14:37.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653394368708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:14:37.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "policy-id",
"timestamp": 1653394376426,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-24T12:14:37.668Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:14:37.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653394368708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar",
"status": "NOTIFIED"
}
2022-05-24T12:14:37.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-24T12:14:37.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "policy-id",
"timestamp": 1653394377429,
"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-24T12:14:37.674Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 796eab7d-c1ab-4b58-a711-9528f894acc4
2022-05-24T12:14:37.674Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 796eab7d-c1ab-4b58-a711-9528f894acc4 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-24T12:14:37.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653394376443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-24T12:14:37.683Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:14:37.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394377416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-24T12:14:37.683Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:14:37.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653394377504,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-24T12:14:37.684Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:14:37.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394378472,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-24T12:14:37.684Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:14:37.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "clamp",
"timestamp": 1653394378537,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-24T12:14:37.684Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:14:37.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653394378553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-24T12:14:37.685Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:14:37.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394379522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-24T12:14:37.685Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:14:37.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653394379577,
"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-24T12:14:37.691Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 796eab7d-c1ab-4b58-a711-9528f894acc4
2022-05-24T12:14:37.691Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 796eab7d-c1ab-4b58-a711-9528f894acc4 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-24T12:14:37.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394380642,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-24T12:14:37.698Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:14:37.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "clamp",
"timestamp": 1653394380545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-24T12:14:37.698Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:14:37.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653394380582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/basic_onboard_mzqxba0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-24T12:14:37.698Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:14:37.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394381646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-24T12:14:37.699Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:14:37.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "clamp",
"timestamp": 1653394381548,
"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-24T12:14:37.704Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 796eab7d-c1ab-4b58-a711-9528f894acc4
2022-05-24T12:14:37.704Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 796eab7d-c1ab-4b58-a711-9528f894acc4 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-24T12:14:37.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394382650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/resourceInstances/basic_onboard_mzqxba0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-24T12:14:37.713Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:14:37.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-24T12:14:37.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394383655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzqxba/1.0/artifacts/service-BasicOnboardMzqxba-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-24T12:14:37.714Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:15:04.726Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 796eab7d-c1ab-4b58-a711-9528f894acc4
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-24T12:15:04.744Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 796eab7d-c1ab-4b58-a711-9528f894acc4
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-24T12:15:04.750Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-24T12:15:04.750Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-24T12:15:04.750Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-24T12:15:04.751Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-24T12:15:04.751Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-24T12:15:04.751Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-24T12:15:04.752Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-24T12:15:04.752Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-24T12:15:04.752Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-24T12:15:04.752Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-24T12:15:04.752Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||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-24T12:15:04.758Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-24T12:15:34.759Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 796eab7d-c1ab-4b58-a711-9528f894acc4 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-24T12:15:34.768Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 796eab7d-c1ab-4b58-a711-9528f894acc4 and serviceModelVersionId: b4ed1a64-d394-4728-a740-7a3c5c635512
2022-05-24T12:15:34.768Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4b98c38d-5cba-4c3f-8b70-47252533c9c4
2022-05-24T12:15:34.770Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4b98c38d-5cba-4c3f-8b70-47252533c9c4/model-vers/model-ver/b4ed1a64-d394-4728-a740-7a3c5c635512?depth=0
2022-05-24T12:15:34.781Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-24T12:15:34.884Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b98c38d-5cba-4c3f-8b70-47252533c9c4/model-vers/model-ver/b4ed1a64-d394-4728-a740-7a3c5c635512?depth=0|INFO|500||Invoke
2022-05-24T12:15:34.886Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b98c38d-5cba-4c3f-8b70-47252533c9c4/model-vers/model-ver/b4ed1a64-d394-4728-a740-7a3c5c635512?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b98c38d-5cba-4c3f-8b70-47252533c9c4/model-vers/model-ver/b4ed1a64-d394-4728-a740-7a3c5c635512?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[796eab7d-c1ab-4b58-a711-9528f894acc4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a0fd672e-ffb0-498c-8aee-a5c3a507e7b8], X-ECOMP-RequestID=[796eab7d-c1ab-4b58-a711-9528f894acc4], X-TransactionId=[], X-ONAP-RequestID=[796eab7d-c1ab-4b58-a711-9528f894acc4], Content-Type=[application/merge-patch+json]}
2022-05-24T12:15:34.932Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b98c38d-5cba-4c3f-8b70-47252533c9c4/model-vers/model-ver/b4ed1a64-d394-4728-a740-7a3c5c635512?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-24T12:15:35.116Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b98c38d-5cba-4c3f-8b70-47252533c9c4/model-vers/model-ver/b4ed1a64-d394-4728-a740-7a3c5c635512?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/4b98c38d-5cba-4c3f-8b70-47252533c9c4/model-vers/model-ver/b4ed1a64-d394-4728-a740-7a3c5c635512?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220524-12:15:34:173-48884], vertex-id=[204912], Content-Length=[0], Date=[Tue, 24 May 2022 12:15:34 GMT], Content-Type=[application/json]}
2022-05-24T12:15:35.117Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b98c38d-5cba-4c3f-8b70-47252533c9c4/model-vers/model-ver/b4ed1a64-d394-4728-a740-7a3c5c635512?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-24T12:15:35.118Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b98c38d-5cba-4c3f-8b70-47252533c9c4/model-vers/model-ver/b4ed1a64-d394-4728-a740-7a3c5c635512?depth=0|INFO|500||InvokeReturn
2022-05-24T12:15:35.119Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-24T12:15:35.119Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||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-24T12:15:35.125Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||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-24T12:15:35.126Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 796eab7d-c1ab-4b58-a711-9528f894acc4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-24T12:15:35.127Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-24T12:15:35.127Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:15:35.131Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:15:35.131Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394535127,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-24T12:15:35.231Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T12:15:35.232Z||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-24T12:15:35.232Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:15:35.255Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:15:35.256Z||pool-34-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-24T12:15:36.142Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:15:36.143Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-24T12:15:36.143Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ...
2022-05-24T12:15:37.047Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:15:37.048Z||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-24T12:15:37.048Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T12:15:37.675Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:15:37.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-24T12:15:37.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "796eab7d-c1ab-4b58-a711-9528f894acc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394535127,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-24T12:15:37.677Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:15:46.421Z|796eab7d-c1ab-4b58-a711-9528f894acc4|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:15:46.422Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:15:46.422Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-24T12:15:46.422Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ...
2022-05-24T12:15:55.967Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:15:55.968Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:15:55.968Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-24T12:15:55.969Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ...
2022-05-24T12:16:05.513Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:16:37.040Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:16:37.042Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-24T12:16:37.042Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ...
2022-05-24T12:16:37.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:16:37.047Z||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-24T12:16:37.047Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T12:16:46.583Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:16:46.586Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:17:37.040Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:17:37.041Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-24T12:17:37.041Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ...
2022-05-24T12:17:37.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:17:37.047Z||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-24T12:17:37.047Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T12:17:46.587Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:17:46.587Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:18:37.040Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:18:37.041Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-24T12:18:37.041Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ...
2022-05-24T12:18:37.047Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:18:37.047Z||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-24T12:18:37.047Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T12:18:46.589Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:18:46.590Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:19:37.040Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:19:37.042Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-24T12:19:37.042Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as E6aoNUABqExhLQqG) ...
2022-05-24T12:19:37.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:19:37.047Z||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-24T12:19:37.052Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T12:19:46.603Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:19:46.605Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:20:37.040Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:20:37.041Z||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-24T12:20:37.041Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T12:20:37.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:20:37.047Z||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-24T12:20:37.047Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T12:20:46.585Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:20:46.590Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:21:37.040Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:21:37.041Z||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-24T12:21:37.041Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T12:21:37.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-24T12:21:37.047Z||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-24T12:21:37.048Z||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 E6aoNUABqExhLQqG) ...
2022-05-24T12:21:37.589Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:21:37.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e",
"consumerID": "clamp",
"timestamp": 1653394844555,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:21:37.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-24T12:21:37.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653394848708,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:21:37.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-24T12:21:37.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e",
"consumerID": "policy-id",
"timestamp": 1653394847696,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:21:37.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-24T12:21:37.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e",
"consumerID": "cds",
"timestamp": 1653394846846,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:21:37.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-24T12:21:37.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e",
"consumerID": "clamp",
"timestamp": 1653394844555,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-24T12:21:37.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-24T12:21:37.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653394848708,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-24T12:21:37.595Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-24T12:21:37.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e",
"consumerID": "policy-id",
"timestamp": 1653394847696,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-24T12:21:37.595Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-24T12:21:37.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e",
"consumerID": "cds",
"timestamp": 1653394846846,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-24T12:21:37.595Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-24T12:21:37.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e",
"consumerID": "cds",
"timestamp": 1653394854047,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-24T12:21:37.596Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:21:37.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e",
"consumerID": "policy-id",
"timestamp": 1653394854926,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-24T12:21:37.596Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:21:37.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e",
"consumerID": "cds",
"timestamp": 1653394855062,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-24T12:21:37.615Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c3fdf6fc-b92e-4117-a18b-e32eea5d710e
2022-05-24T12:21:37.615Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3fdf6fc-b92e-4117-a18b-e32eea5d710e 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-24T12:21:37.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e",
"consumerID": "policy-id",
"timestamp": 1653394855937,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-24T12:21:37.624Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:21:37.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e",
"consumerID": "policy-id",
"timestamp": 1653394856944,
"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-24T12:21:37.630Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3fdf6fc-b92e-4117-a18b-e32eea5d710e
2022-05-24T12:21:37.630Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3fdf6fc-b92e-4117-a18b-e32eea5d710e 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-24T12:21:37.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e",
"consumerID": "ves-openapi-manager",
"timestamp": 1653394855944,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:21:37.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-24T12:21:37.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e",
"consumerID": "clamp",
"timestamp": 1653394856613,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-24T12:21:37.641Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:21:37.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e",
"consumerID": "ves-openapi-manager",
"timestamp": 1653394855944,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:21:37.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-24T12:21:37.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e",
"consumerID": "clamp",
"timestamp": 1653394857630,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-24T12:21:37.642Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:21:37.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e",
"consumerID": "clamp",
"timestamp": 1653394858633,
"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-24T12:21:37.646Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c3fdf6fc-b92e-4117-a18b-e32eea5d710e
2022-05-24T12:21:37.646Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3fdf6fc-b92e-4117-a18b-e32eea5d710e 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-24T12:21:37.654Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.654Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653394869710,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:21:37.654Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-24T12:21:37.654Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.654Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e",
"consumerID": "aai-ml",
"timestamp": 1653394870156,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:21:37.655Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-24T12:21:37.655Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.655Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653394869710,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-24T12:21:37.655Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-24T12:21:37.655Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.655Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e",
"consumerID": "aai-ml",
"timestamp": 1653394870156,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-24T12:21:37.656Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-24T12:21:37.656Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.656Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653394872759,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-24T12:21:37.656Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:21:37.656Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.656Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e",
"consumerID": "aai-ml",
"timestamp": 1653394873731,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-24T12:21:37.657Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:21:37.657Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.657Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653394874209,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-24T12:21:37.657Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:21:37.657Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.657Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653394875212,
"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-24T12:21:37.662Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c3fdf6fc-b92e-4117-a18b-e32eea5d710e
2022-05-24T12:21:37.662Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3fdf6fc-b92e-4117-a18b-e32eea5d710e 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-24T12:21:37.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e",
"consumerID": "aai-ml",
"timestamp": 1653394878022,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-24T12:21:37.671Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-24T12:21:37.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e",
"consumerID": "aai-ml",
"timestamp": 1653394879026,
"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-24T12:21:37.673Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:21:37.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"c3fdf6fc-b92e-4117-a18b-e32eea5d710e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"26c7235b-1a26-469b-88fd-dc6343a7e3a8","serviceDescription":"service","serviceInvariantUUID":"c9196117-235a-422d-a4be-626af01d9c28","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"b5eebd1e-718a-4a0a-ba92-e3dc64b38f4b","resourceInvariantUUID":"643b7743-d3cc-4b41-87f0-950537555ef8","resourceCustomizationUUID":"8f939108-9e78-4856-a9be-79bb8f4d23e3","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"OGVmNTFhYTg1OWJkODA1MTc0OWFmNzg4OTUwMzA1MGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d4ca966-85ef-47d8-93fb-a4ddf432681a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Yjg0NmUzNmVlMjYzNTIwMDViY2FiNTBmZDk2YWM0YmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0e7e071-f008-4ef9-9f24-c6be929c0ce6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-24T12:21:37.675Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c3fdf6fc-b92e-4117-a18b-e32eea5d710e
2022-05-24T12:21:37.676Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3fdf6fc-b92e-4117-a18b-e32eea5d710e 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-24T12:21:37.680Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T12:21:37.681Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:21:37.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653394888708,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:21:37.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-24T12:21:37.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204",
"consumerID": "policy-id",
"timestamp": 1653394887695,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:21:37.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-24T12:21:37.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653394888708,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:21:37.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-24T12:21:37.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204",
"consumerID": "policy-id",
"timestamp": 1653394887695,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:21:37.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-24T12:21:37.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204",
"consumerID": "cds",
"timestamp": 1653394891844,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:21:37.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-24T12:21:37.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653394888708,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:21:37.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-24T12:21:37.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204",
"consumerID": "policy-id",
"timestamp": 1653394887695,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:21:37.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-24T12:21:37.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204",
"consumerID": "cds",
"timestamp": 1653394891844,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:21:37.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-24T12:21:37.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653394888708,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:21:37.685Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:21:37.685Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394897040,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:21:37.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-24T12:21:37.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204",
"consumerID": "policy-id",
"timestamp": 1653394887695,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:21:37.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-24T12:21:37.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204",
"consumerID": "cds",
"timestamp": 1653394891844,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:21:37.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-24T12:21:37.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653394888708,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:21:37.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-24T12:21:37.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204",
"consumerID": "policy-id",
"timestamp": 1653394887695,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:21:37.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-24T12:21:37.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204",
"consumerID": "cds",
"timestamp": 1653394891844,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:21:37.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-24T12:21:37.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653394888708,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:21:37.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-24T12:21:37.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204",
"consumerID": "policy-id",
"timestamp": 1653394887695,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:21:37.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-24T12:21:37.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204",
"consumerID": "cds",
"timestamp": 1653394891844,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:21:37.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-24T12:21:37.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-24T12:21:37.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204",
"consumerID": "ves-openapi-manager",
"timestamp": 1653394895944,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:21:37.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-24T12:21:37.785Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T12:21:37.786Z||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-24T12:21:37.786Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:21:37.800Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:21:37.801Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-24T12:21:38.686Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T12:21:38.687Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:21:38.689Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:21:38.689Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394897040,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-24T12:21:38.790Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-24T12:21:38.792Z||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-24T12:21:38.792Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:21:38.808Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:21:38.808Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-24T12:21:39.691Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "26c7235b-1a26-469b-88fd-dc6343a7e3a8",
"serviceDescription": "service",
"serviceInvariantUUID": "c9196117-235a-422d-a4be-626af01d9c28",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "8f939108-9e78-4856-a9be-79bb8f4d23e3",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "b5eebd1e-718a-4a0a-ba92-e3dc64b38f4b",
"resourceInvariantUUID": "643b7743-d3cc-4b41-87f0-950537555ef8",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "Yjg0NmUzNmVlMjYzNTIwMDViY2FiNTBmZDk2YWM0YmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b0e7e071-f008-4ef9-9f24-c6be929c0ce6"
}
],
"workloadContext": "Production"
}
2022-05-24T12:21:39.691Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-24T12:21:39.692Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 26c7235b-1a26-469b-88fd-dc6343a7e3a8 ASDC
2022-05-24T12:21:39.692Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:c3fdf6fc-b92e-4117-a18b-e32eea5d710e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:26c7235b-1a26-469b-88fd-dc6343a7e3a8
ServiceInvariantUUID:c9196117-235a-422d-a4be-626af01d9c28
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:b0e7e071-f008-4ef9-9f24-c6be929c0ce6
ArtifactChecksum:Yjg0NmUzNmVlMjYzNTIwMDViY2FiNTBmZDk2YWM0YmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:8f939108-9e78-4856-a9be-79bb8f4d23e3
ResourceInvariantUUID:643b7743-d3cc-4b41-87f0-950537555ef8
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:b5eebd1e-718a-4a0a-ba92-e3dc64b38f4b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-05-24T12:21:39.692Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 26c7235b-1a26-469b-88fd-dc6343a7e3a8 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-24T12:21:39.726Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-24T12:21:39.727Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-24T12:21:39.727Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-24T12:21:39.727Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b0e7e071-f008-4ef9-9f24-c6be929c0ce6 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-24T12:21:39.727Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-24T12:21:39.728Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-24T12:21:39.992Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-24T12:21:39.995Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b0e7e071-f008-4ef9-9f24-c6be929c0ce6 52510
2022-05-24T12:21:39.995Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-24T12:21:39.996Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-24T12:21:39.996Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-24T12:21:39.996Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:21:39.999Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:21:39.999Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394899995,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-24T12:21:40.099Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-24T12:21:40.100Z||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-24T12:21:40.100Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:21:40.114Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:21:40.115Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-24T12:21:41.000Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-24T12:21:41.001Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-24T12:21:41.001Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b0e7e071-f008-4ef9-9f24-c6be929c0ce6, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-24T12:21:41.002Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-05-24T12:21:41.002Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-24T12:21:41.002Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-24T12:21:41.133Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP113677594642073595/Definitions/service-BasicNetwork-template.yml
2022-05-24T12:21:41.754Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-24T12:21:41.755Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-24T12:21:41.756Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-24T12:21:41.756Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-05-24T12:21:41.756Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-24T12:21:41.756Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-24T12:21:41.756Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-24T12:21:41.756Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-24T12:21:41.757Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-24T12:21:41.757Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-24T12:21:41.757Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-24T12:21:41.757Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-24T12:21:41.757Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-24T12:21:41.758Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:21:41.758Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:21:41.758Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-24T12:21:41.759Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-24T12:21:41.759Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-24T12:21:41.759Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:21:41.760Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:21:41.760Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-24T12:21:41.760Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-24T12:21:41.760Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-24T12:21:41.761Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:21:41.761Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:21:41.761Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:21:41.762Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:21:41.762Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:21:41.763Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:21:41.763Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:21:41.763Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:21:41.764Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:21:41.764Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:21:41.764Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:26c7235b-1a26-469b-88fd-dc6343a7e3a8
Model Version:NULL
Model InvariantUuid:c9196117-235a-422d-a4be-626af01d9c28
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:643b7743-d3cc-4b41-87f0-950537555ef8
Model UUID:79ce1a96-1e26-467b-ad10-14fd328ff414
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:8f939108-9e78-4856-a9be-79bb8f4d23e3
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-24T12:21:41.776Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: b5eebd1e-718a-4a0a-ba92-e3dc64b38f4b
2022-05-24T12:21:41.776Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||No resources found for Service: 26c7235b-1a26-469b-88fd-dc6343a7e3a8
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-24T12:21:41.786Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||
2022-05-24T12:21:41.786Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-05-24T12:21:41.788Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 26c7235b-1a26-469b-88fd-dc6343a7e3a8
2022-05-24T12:21:41.788Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 26c7235b-1a26-469b-88fd-dc6343a7e3a8
2022-05-24T12:21:41.788Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-05-24T12:21:41.789Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-24T12:21:41.800Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f774f46, org.onap.sdc.toscaparser.api.parameters.Input@6aef9fe6, org.onap.sdc.toscaparser.api.parameters.Input@44c7439f, org.onap.sdc.toscaparser.api.parameters.Input@4059e28, org.onap.sdc.toscaparser.api.parameters.Input@10dfc91]
2022-05-24T12:21:41.802Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:21:41.802Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:21:41.802Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:21:41.803Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:21:41.803Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 26c7235b-1a26-469b-88fd-dc6343a7e3a8: Generic NeutronNet
2022-05-24T12:21:41.804Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:21:41.804Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:21:41.804Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:21:41.805Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-05-24T12:21:41.853Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:21:41.853Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:21:41.854Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:21:41.854Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:21:41.854Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:21:41.855Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:21:41.855Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-05-24T12:21:41.958Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-05-24T12:21:41.959Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-24T12:21:41.959Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-24T12:21:41.960Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-24T12:21:41.960Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:21:41.963Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:21:41.963Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394901959,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-24T12:21:42.063Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T12:21:42.064Z||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-24T12:21:42.064Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:21:42.076Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:21:42.077Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-24T12:21:42.964Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3fdf6fc-b92e-4117-a18b-e32eea5d710e
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-24T12:21:42.976Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3fdf6fc-b92e-4117-a18b-e32eea5d710e
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-24T12:21:42.979Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-24T12:21:42.979Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-24T12:21:42.979Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-24T12:21:42.979Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-24T12:21:42.979Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-24T12:21:42.980Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-24T12:21:42.980Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-24T12:21:42.980Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-24T12:21:42.980Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-24T12:21:42.980Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-24T12:21:42.981Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-24T12:21:42.985Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-24T12:22:12.985Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c3fdf6fc-b92e-4117-a18b-e32eea5d710e 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-24T12:22:12.993Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c3fdf6fc-b92e-4117-a18b-e32eea5d710e and serviceModelVersionId: 26c7235b-1a26-469b-88fd-dc6343a7e3a8
2022-05-24T12:22:12.993Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c9196117-235a-422d-a4be-626af01d9c28
2022-05-24T12:22:12.994Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c9196117-235a-422d-a4be-626af01d9c28/model-vers/model-ver/26c7235b-1a26-469b-88fd-dc6343a7e3a8?depth=0
2022-05-24T12:22:12.999Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-24T12:22:13.047Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9196117-235a-422d-a4be-626af01d9c28/model-vers/model-ver/26c7235b-1a26-469b-88fd-dc6343a7e3a8?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-24T12:22:13.048Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9196117-235a-422d-a4be-626af01d9c28/model-vers/model-ver/26c7235b-1a26-469b-88fd-dc6343a7e3a8?depth=0|INFO|500||Invoke
2022-05-24T12:22:13.089Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9196117-235a-422d-a4be-626af01d9c28/model-vers/model-ver/26c7235b-1a26-469b-88fd-dc6343a7e3a8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-24T12:22:14.252Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9196117-235a-422d-a4be-626af01d9c28/model-vers/model-ver/26c7235b-1a26-469b-88fd-dc6343a7e3a8?depth=0|INFO|500||InvokeReturn
2022-05-24T12:22:14.253Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9196117-235a-422d-a4be-626af01d9c28/model-vers/model-ver/26c7235b-1a26-469b-88fd-dc6343a7e3a8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220524-12:22:12:325-38222], vertex-id=[176312], Content-Length=[0], Date=[Tue, 24 May 2022 12:22:12 GMT], Content-Type=[application/json]}
2022-05-24T12:22:14.254Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-05-24T12:22:14.255Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-24T12:22:14.256Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-24T12:22:14.261Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-24T12:22:14.262Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c3fdf6fc-b92e-4117-a18b-e32eea5d710e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-24T12:22:14.262Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-24T12:22:14.262Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:22:14.264Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:22:14.264Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c3fdf6fc-b92e-4117-a18b-e32eea5d710e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394934262,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-24T12:22:14.365Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T12:22:14.366Z||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-24T12:22:14.366Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:22:14.385Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:22:14.386Z||pool-39-thread-1|||||INFO|500||cambria reply ok (21 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-24T12:22:15.278Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-24T12:22:15.278Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"7553e263-3f63-4eb1-8fd6-0dc84c717204","serviceName":"Demo_pNF_1lD99uKYRWG6o21PSnzf","serviceVersion":"1.0","serviceUUID":"0489b453-006d-428e-83c6-77673bac602c","serviceDescription":"catalog service description","serviceInvariantUUID":"905a1d44-7dbb-44ad-a1fe-36b063ce00b3","resources":[{"resourceInstanceName":"pNF f6a940e7-4b45 0","resourceName":"pNF f6a940e7-4b45","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0f7b795c-571f-4dba-acdc-3274d613f26a","resourceInvariantUUID":"9e60da79-6c45-4607-b9a3-d1d280a505a1","resourceCustomizationUUID":"343cd2e9-6e92-4e88-b8f1-bcd65b3471bd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/vf-license-model.xml","artifactChecksum":"MjU3YWY5YTZhN2E5ZjRhMjkxMzM4MDBmNjE1MDMwMjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b88e98aa-2c5e-4d0c-af6b-30421a41bd91","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/pNF.csar","artifactChecksum":"Y2EwMTNjOTNiMzc0MWRiODc4M2M4ZWJlMGI1MTBlNjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0d6b5aed-3268-4240-8036-28b7b48ddf4f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f8fb5c1c-8a86-460a-a00f-841bd2a0e985","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/vendor-license-model.xml","artifactChecksum":"MDYwZGFhNjZlYjhkYjI3NGUyYzM4NmRmZDhjMzAxMGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"19e2f85e-f02f-4d46-95ad-c9fae2515f03","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"81015707-c8ff-4e9b-b44f-0b26630ac043","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"390cb86f-2075-4598-b079-e588d1d60f89","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf1ld99ukyrwg6o21psnzf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-template.yml","artifactChecksum":"MzVhNzBiODAyMDQ4NTUxZmQ3MWY5YmZlYWM4NzZlNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c526a091-6eb2-4bea-b752-668e6a8c455d","artifactVersion":"1"},{"artifactName":"service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar","artifactChecksum":"N2VlZGIyOGMzMmUzMTZiZDcwZDBlMjU5ZjFiMGZmZDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b2b6ef58-c0e1-4096-ae19-58b855e2bb04","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-24T12:22:15.278Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T12:22:15.279Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:22:15.281Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:22:15.281Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394897040,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:22:15.381Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T12:22:15.382Z||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-24T12:22:15.382Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:22:15.395Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:22:15.396Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-24T12:22:16.281Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T12:22:16.282Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:22:16.284Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:22:16.284Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394897040,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:22:16.384Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T12:22:16.385Z||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-24T12:22:16.385Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:22:16.398Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:22:16.398Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-24T12:22:17.284Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T12:22:17.285Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:22:17.287Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:22:17.287Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394897040,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:22:17.388Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T12:22:17.389Z||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-24T12:22:17.389Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:22:17.401Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:22:17.402Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-24T12:22:18.288Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T12:22:18.289Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:22:18.292Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:22:18.292Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394897040,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:22:18.392Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T12:22:18.393Z||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-24T12:22:18.393Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:22:18.411Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:22:18.412Z||pool-43-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-24T12:22:19.293Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T12:22:19.294Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:22:19.296Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:22:19.296Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394897040,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:22:19.396Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T12:22:19.397Z||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-24T12:22:19.397Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:22:19.409Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:22:19.409Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-24T12:22:20.296Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T12:22:20.298Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:22:20.320Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:22:20.320Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394897040,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/resourceInstances/pnff6a940e74b450/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:22:20.401Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2022-05-24T12:22:20.402Z||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-24T12:22:20.402Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:22:20.416Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:22:20.417Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-24T12:22:21.321Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T12:22:21.323Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:22:21.326Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:22:21.327Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394897040,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-24T12:22:21.435Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-05-24T12:22:21.436Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-24T12:22:21.436Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:22:21.459Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:22:21.459Z||pool-46-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-05-24T12:22:22.331Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-24T12:22:22.333Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:22:22.335Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:22:22.335Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394897040,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar",
"status": "NOTIFIED"
}
2022-05-24T12:22:22.435Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T12:22:22.436Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-24T12:22:22.437Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:22:22.450Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:22:22.451Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-24T12:22:23.337Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204",
"serviceName": "Demo_pNF_1lD99uKYRWG6o21PSnzf",
"serviceVersion": "1.0",
"serviceUUID": "0489b453-006d-428e-83c6-77673bac602c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "905a1d44-7dbb-44ad-a1fe-36b063ce00b3",
"resources": [
{
"resourceInstanceName": "pNF f6a940e7-4b45 0",
"resourceCustomizationUUID": "343cd2e9-6e92-4e88-b8f1-bcd65b3471bd",
"resourceName": "pNF f6a940e7-4b45",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "0f7b795c-571f-4dba-acdc-3274d613f26a",
"resourceInvariantUUID": "9e60da79-6c45-4607-b9a3-d1d280a505a1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar",
"artifactChecksum": "N2VlZGIyOGMzMmUzMTZiZDcwZDBlMjU5ZjFiMGZmZDI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b2b6ef58-c0e1-4096-ae19-58b855e2bb04"
}
],
"workloadContext": "Production"
}
2022-05-24T12:22:23.337Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-24T12:22:23.337Z|c3fdf6fc-b92e-4117-a18b-e32eea5d710e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0489b453-006d-428e-83c6-77673bac602c ASDC
2022-05-24T12:22:23.338Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:7553e263-3f63-4eb1-8fd6-0dc84c717204
ServiceName:Demo_pNF_1lD99uKYRWG6o21PSnzf
ServiceVersion:1.0
ServiceUUID:0489b453-006d-428e-83c6-77673bac602c
ServiceInvariantUUID:905a1d44-7dbb-44ad-a1fe-36b063ce00b3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar
ArtifactUUID:b2b6ef58-c0e1-4096-ae19-58b855e2bb04
ArtifactChecksum:N2VlZGIyOGMzMmUzMTZiZDcwZDBlMjU5ZjFiMGZmZDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f6a940e7-4b45 0
ResourceCustomizationUUID:343cd2e9-6e92-4e88-b8f1-bcd65b3471bd
ResourceInvariantUUID:9e60da79-6c45-4607-b9a3-d1d280a505a1
ResourceName:pNF f6a940e7-4b45
ResourceType:PNF
ResourceUUID:0f7b795c-571f-4dba-acdc-3274d613f26a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-05-24T12:22:23.338Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0489b453-006d-428e-83c6-77673bac602c 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-24T12:22:23.361Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-24T12:22:23.361Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-24T12:22:23.361Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-24T12:22:23.361Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b2b6ef58-c0e1-4096-ae19-58b855e2bb04 from URL: /sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar
2022-05-24T12:22:23.362Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-24T12:22:23.362Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar
2022-05-24T12:22:23.431Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-24T12:22:23.435Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar b2b6ef58-c0e1-4096-ae19-58b855e2bb04 82651
2022-05-24T12:22:23.435Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar ASDC sendASDCNotification
2022-05-24T12:22:23.435Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar
2022-05-24T12:22:23.436Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-24T12:22:23.436Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-24T12:22:23.438Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-24T12:22:23.438Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "7553e263-3f63-4eb1-8fd6-0dc84c717204",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653394943435,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-24T12:22:23.538Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-24T12:22:23.540Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-24T12:22:23.540Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as E6aoNUABqExhLQqG) ...
2022-05-24T12:22:23.554Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-24T12:22:23.555Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-24T12:22:24.439Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-24T12:22:24.440Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-24T12:22:24.440Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b2b6ef58-c0e1-4096-ae19-58b855e2bb04, URL: /sdc/v1/catalog/services/DemoPnf1ld99ukyrwg6o21psnzf/1.0/artifacts/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar to file: /app/ASDC/1/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar
2022-05-24T12:22:24.441Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar
2022-05-24T12:22:24.441Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar
2022-05-24T12:22:24.442Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar
2022-05-24T12:22:24.578Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8920690552424511755/Definitions/service-DemoPnf1ld99ukyrwg6o21psnzf-template.yml
2022-05-24T12:22:25.421Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-24T12:22:25.422Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-24T12:22:25.422Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar
2022-05-24T12:22:25.422Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-24T12:22:25.422Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar
2022-05-24T12:22:25.422Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar
2022-05-24T12:22:25.422Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar
2022-05-24T12:22:25.422Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar
2022-05-24T12:22:25.422Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar
2022-05-24T12:22:25.422Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f6a940e7-4b45 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar
2022-05-24T12:22:25.422Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1ld99ukyrwg6o21psnzf-csar.csar
2022-05-24T12:22:25.422Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-24T12:22:25.423Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:22:25.423Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_1lD99uKYRWG6o21PSnzf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:22:25.423Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Node template pNF f6a940e7-4b45 0 is matching search criteria
2022-05-24T12:22:25.423Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-24T12:22:25.423Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF f6a940e7-4b45 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-24T12:22:25.423Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:22:25.424Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_1lD99uKYRWG6o21PSnzf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:22:25.424Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Node template pNF f6a940e7-4b45 0 is matching search criteria
2022-05-24T12:22:25.424Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-24T12:22:25.424Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF f6a940e7-4b45 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-24T12:22:25.424Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:22:25.424Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_1lD99uKYRWG6o21PSnzf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:22:25.424Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:22:25.424Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_1lD99uKYRWG6o21PSnzf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:22:25.425Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:22:25.425Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_1lD99uKYRWG6o21PSnzf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:22:25.425Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:22:25.425Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_1lD99uKYRWG6o21PSnzf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:22:25.425Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:22:25.425Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_1lD99uKYRWG6o21PSnzf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:22:25.425Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_1lD99uKYRWG6o21PSnzf
Description:catalog service description
Model UUID:0489b453-006d-428e-83c6-77673bac602c
Model Version:NULL
Model InvariantUuid:905a1d44-7dbb-44ad-a1fe-36b063ce00b3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-24T12:22:25.435Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0f7b795c-571f-4dba-acdc-3274d613f26a
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-24T12:22:25.441Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||pNF f6a940e7-4b45 0
2022-05-24T12:22:25.442Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0f7b795c-571f-4dba-acdc-3274d613f26a
2022-05-24T12:22:25.442Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 0489b453-006d-428e-83c6-77673bac602c
2022-05-24T12:22:25.442Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 0489b453-006d-428e-83c6-77673bac602c
2022-05-24T12:22:25.442Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f6a940e7-4b45 0 0f7b795c-571f-4dba-acdc-3274d613f26a ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-24T12:22:25.450Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c23de7a, org.onap.sdc.toscaparser.api.parameters.Input@770f943f, org.onap.sdc.toscaparser.api.parameters.Input@354b5b49, org.onap.sdc.toscaparser.api.parameters.Input@314a5448, org.onap.sdc.toscaparser.api.parameters.Input@3288c15]
2022-05-24T12:22:25.450Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-24T12:22:25.450Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_1lD99uKYRWG6o21PSnzf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-24T12:22:25.451Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 0489b453-006d-428e-83c6-77673bac602c: pNF f6a940e7-4b45
2022-05-24T12:22:25.451Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||INFO|500||Processing PNF resource: 0f7b795c-571f-4dba-acdc-3274d613f26a
2022-05-24T12:22:25.451Z|7553e263-3f63-4eb1-8fd6-0dc84c717204|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery